CheckoutData
cryptogramstring
The cryptogram for the token
Example:
2223344556677889900112233445566778899001122334455667788990345cryptogramTypestring
The type of cryptogram
Example:
CARD_APPLICATION_CRYPTOGRAM_SHORT_FORMtoken object
paymentTokenstring
Payment Token. ISO/IEC 7812 format
Example:
5455030208766644paymentAccountReferencestring
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:
5001a9f027e5629d11e3949a0800btokenExpiryMonthstring
Two digit expiry month
Example:
10tokenExpiryYearstring
Four digit expiry year
Example:
2028ecistring
Electronic Commerce Indicator (eci) is a payment system specific value that indicates the result of an attempt to authenticate the Cardholder.
Example:
02panCard object
panBinstring
The bin of the related card
Example:
545503panLastFourstring
The last four digits of the related cards PAN
Example:
0451panExpirationMonthstring
The expiry month of the related card
Example:
08panExpirationYearstring
The expiry year of the related card
Example:
2023CheckoutData
{
"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"
}
}