tokenized-card

Contains tokenized card information

Request

📘

Conditional fields

The "Conditional" fields are only sent when you have integrated to the token provider (e.g. Apple Pay, Google Pay) directly and received the DPAN, ECI and cryptogram information.

Property NameTypeRequiredDescription
card-last-four-digitsstringRequiredLast four digits of card used for purchase.
card-sub-typestringRequiredType of card used for purchase (e.g. credit, debit).
card-typestringRequiredCard type used for purchase (e.g. American Express, Mastercard, Visa).
dpanstringConditionalDPAN (token) number received from the wallet provider (e.g. 4123459999990001).
cryptogramstringConditionalCryptogram received from the wallet provider which is unique to each transaction.
eci-indicatorstringConditionalElectronic Commerce Indicator (ECI, e.g. 05, 02).
wallet-transaction-idstringOptionalWallet Transaction ID used for Click to Pay only.
dpan-binstringConditionalDPAN (token) Bank Identification Number (BIN, e.g. 412345).
dpan-expiration-monthstringConditionalDPAN (token) expiration month (i.e. 01-12).
dpan-expiration-yearstringConditionalDPAN (token) expiration year (e.g. 2029).
dpan-last-four-digitsstringConditionalDPAN (token) last four digits.

Response

Property NameTypeDescription
card-last-four-digitsstringLast four digits of card used for purchase.
card-sub-typestringType of card used for purchase (e.g. credit, debit).
card-typestringCard type used for purchase (e.g. American Express, Mastercard, Visa).
dpan-binstringDPAN (token) Bank Identification Number (BIN, e.g. 412345).
dpan-expiration-monthstringDPAN (token) expiration month (i.e. 01-12).
dpan-expiration-yearstringDPAN (token) expiration year (e.g. 2029).
dpan-last-four-digitsstringDPAN (token) last four digits.