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 Name | Type | Required | Description |
---|---|---|---|
card-last-four-digits | string | Required | Last four digits of card used for purchase. |
card-sub-type | string | Required | Type of card used for purchase (e.g. credit, debit). |
card-type | string | Required | Card type used for purchase (e.g. American Express, Mastercard, Visa). |
dpan | string | Conditional | DPAN (token) number received from the wallet provider (e.g. 4123459999990001). |
cryptogram | string | Conditional | Cryptogram received from the wallet provider which is unique to each transaction. |
eci-indicator | string | Conditional | Electronic Commerce Indicator (ECI, e.g. 05, 02). |
wallet-transaction-id | string | Optional | Wallet Transaction ID used for Click to Pay only. |
dpan-bin | string | Conditional | DPAN (token) Bank Identification Number (BIN, e.g. 412345). |
dpan-expiration-month | string | Conditional | DPAN (token) expiration month (i.e. 01-12). |
dpan-expiration-year | string | Conditional | DPAN (token) expiration year (e.g. 2029). |
dpan-last-four-digits | string | Conditional | DPAN (token) last four digits. |
Response
Property Name | Type | Description |
---|---|---|
card-last-four-digits | string | Last four digits of card used for purchase. |
card-sub-type | string | Type of card used for purchase (e.g. credit, debit). |
card-type | string | Card type used for purchase (e.g. American Express, Mastercard, Visa). |
dpan-bin | string | DPAN (token) Bank Identification Number (BIN, e.g. 412345). |
dpan-expiration-month | string | DPAN (token) expiration month (i.e. 01-12). |
dpan-expiration-year | string | DPAN (token) expiration year (e.g. 2029). |
dpan-last-four-digits | string | DPAN (token) last four digits. |