tokenizedCard

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
cardLastFourDigitsstringOptional, but should be provided if availableLast four digits of card used for purchase.
cardTypestringOptional, but should be provided if availableCard type used for purchase (e.g. American Express, Mastercard, Visa).
cardSubTypestringOptional, but should be provided if availableType of card used for purchase (e.g. credit, debit).
dpanstringConditionalDPAN (token) number received from the wallet provider (e.g. 4123459999990001).
cryptogramstringConditionalCryptogram received from the wallet provider which is unique to each transaction.
eciIndicatorstringConditionalElectronic Commerce Indicator (ECI, e.g. 05, 02).
dpanBinstringConditionalDPAN (token) Bank Identification Number (BIN, e.g. 412345).
dpanExpirationMonthstringConditionalDPAN (token) expiration month (i.e. 01-12).
dpanExpirationYearstringConditionalDPAN (token) expiration year (e.g. 2029).
dpanLastFourDigitsstringConditionalDPAN (token) last four digits.

Response

Property NameTypeDescription
cardLastFourDigitsstringLast four digits of card used for purchase.
cardTypestringCard type used for purchase (e.g. American Express, Mastercard, Visa).
cardSubTypestringType of card used for purchase (e.g. credit, debit).
dpanBinstringDPAN (token) Bank Identification Number (BIN, e.g. 412345).
dpanExpirationMonthstringDPAN (token) expiration month (i.e. 01-12).
dpanExpirationYearstringDPAN (token) expiration year (e.g. 2029).
dpanLastFourDigitsstringDPAN (token) last four digits.