-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtokenizedCardResponse
29 lines (29 loc) · 981 Bytes
/
tokenizedCardResponse
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"token": "3w-hNunURGKFXc9NLzcBenwxNjIwNDE0NTEy",
"tokenType": "SINGLE_USE",
"paymentInstrumentType": "PAYMENT_CARD",
"analyticsId": "-NxZbWYcXPiRMynOCdzu2G5L",
"paymentInstrumentData": {
"last4Digits": "1111",
"expirationMonth": "03",
"expirationYear": "2030",
"cardholderName": "J Doe",
"network": "Visa",
"isNetworkTokenized": false,
"binData": {
"network": "VISA",
"issuerCountryCode": "US",
"issuerName": "JPMORGAN CHASE BANK, N.A.",
"issuerCurrencyCode": null,
"regionalRestriction": "UNKNOWN",
"accountNumberType": "UNKNOWN",
"accountFundingType": "UNKNOWN",
"prepaidReloadableIndicator": "NOT_APPLICABLE",
"productUsageType": "UNKNOWN",
"productCode": "VISA",
"productName": "VISA"
}
},
"vaultData": null,
"threeDSecureAuthentication": null
}