Skip to main content

CheckoutData

cryptogramstring

The cryptogram for the token

Example: 2223344556677889900112233445566778899001122334455667788990345
cryptogramTypestring

The type of cryptogram

Example: CARD_APPLICATION_CRYPTOGRAM_SHORT_FORM
token object
paymentTokenstring

Payment Token. ISO/IEC 7812 format

Example: 5455030208766644
paymentAccountReferencestring

A non-financial reference assigned to each unique PAN and used to link a Payment Account represented by that PAN to affiliated Payment Tokens.

Example: 5001a9f027e5629d11e3949a0800b
tokenExpiryMonthstring

Two digit expiry month

Example: 10
tokenExpiryYearstring

Four digit expiry year

Example: 2028
ecistring

Electronic Commerce Indicator (eci) is a payment system specific value that indicates the result of an attempt to authenticate the Cardholder.

Example: 02
panCard object
panBinstring

The bin of the related card

Example: 545503
panLastFourstring

The last four digits of the related cards PAN

Example: 0451
panExpirationMonthstring

The expiry month of the related card

Example: 08
panExpirationYearstring

The expiry year of the related card

Example: 2023
CheckoutData
{
"cryptogram": "2223344556677889900112233445566778899001122334455667788990345",
"cryptogramType": "CARD_APPLICATION_CRYPTOGRAM_SHORT_FORM",
"token": {
"paymentToken": "5455030208766644",
"paymentAccountReference": "5001a9f027e5629d11e3949a0800b",
"tokenExpiryMonth": "10",
"tokenExpiryYear": "2028"
},
"eci": "02",
"panCard": {
"panBin": "545503",
"panLastFour": "0451",
"panExpirationMonth": "08",
"panExpirationYear": "2023"
}
}