payment_method_details
Details about the payment method at the time of the payment.
- Type: object · payment_method_details_card
card - Type: integerFormat: int32
exp _month requiredTwo-digit number representing the card's expiration month.
- Type: integerFormat: int32
exp _year requiredFour-digit number representing the card's expiration year.
- Type: integer | nullFormat: int64
amount _authorized The authorized amount.
- Type: string | null
authorization _code max length:5000Authorization code on the payment.
- Type: string | null
authorization _type max length:100The authorization type of the card transaction.
- Type: string | null
brand max length:5000Card brand. Can be
mastercard,visaorunknown. - Type: string | nullFormat: date-time
capture _before When using manual capture, a future timestamp at which the charge will be automatically refunded if uncaptured.
- Type: string | null
cardholder _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. - Type: string | null
country max length:5000Two-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.
- Type: string
funding max length:100Card funding type. Can be
credit,debit,prepaid, orunknown. - Type: string
iin max length:5000Issuer identification number of the card.
- Type: string | null
issuer max length:100Issuing bank name.
- Type: string | null
last4 max length:5000The last four digits of the card.
- Type: string | null
network _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.
- Type: string
segment max length:100Card segment type. Can be
commercial,consumerorunknown. - Type: object · three_d_secure_details nullable
three _d _secure Populated if this authorization used 3D Secure authentication.
- Type: string | null
transaction _type max length:100Type of payment contract.
- Type: object · payment_method_details_card_wallet nullable
wallet If this Card is part of a card wallet, this contains the details of the card wallet.

