payment_method_details_card
- expType: integerFormat: int32
_month requiredTwo-digit number representing the card's expiration month.
- expType: integerFormat: int32
_year requiredFour-digit number representing the card's expiration year.
- amountType: integer | nullFormat: int64
_authorized The authorized amount.
- authorizationType: string | null
_code max length:5000Authorization code on the payment.
- authorizationType: string | null
_type max length:100The authorization type of the card transaction.
- brandType: string | nullmax length:5000
Card brand. Can be
mastercard,visaorunknown. - captureType: string | nullFormat: date-time
_before When using manual capture, a future timestamp at which the charge will be automatically refunded if uncaptured.
- cardholderType: string | null
_name max length:5000The cardholder name as read from the card, in ISO 7813 format. May include alphanumeric characters, special characters and first/last name separator (
/). In some cases, the cardholder name may not be available depending on how the issuer has configured the card. Cardholder name is typically not available on with Apple Pay and Google Pay. - countryType: string | nullmax length:5000
Two-letter ISO code representing the country of the card. You could use this attribute to get a sense of the international breakdown of cards you've collected.
- fundingType: stringmax length:100
Card funding type. Can be
credit,debit,prepaid, orunknown. - iinType: stringmax length:5000
Issuer identification number of the card.
- issuerType: string | nullmax length:100
Issuing bank name.
- last4Type: string | nullmax length:5000
The last four digits of the card.
- networkType: string | null
_transaction _id max length:5000This is used by the financial networks to identify a transaction. Visa calls this the Transaction ID, Mastercard calls this the Trace ID, and American Express calls this the Acquirer Reference Data. This value will be present if it is returned by the financial network in the authorization response, and null otherwise.
- segmentType: stringmax length:100
Card segment type. Can be
commercial,consumerorunknown. - threeType: object · three_d_secure_details nullable
_d _secure Populated if this authorization used 3D Secure authentication.
- versionType: string | null
The version of 3D Secure that was used.
- transactionType: string | null
_type max length:100Type of payment contract.
- walletType: object · payment_method_details_card_wallet nullable
If this Card is part of a card wallet, this contains the details of the card wallet.
- typeType: string
The type of the card wallet, one of
apple_payorgoogle_pay.

