Prepaid Card Instrument Transaction Details
Details about a payment with customer's prepaid card.
Instrument ID.
123456789
Represents the type of an instrument.
| Value | Description| |---|---| | CARD | Card | | PREPAID_CARD | Prepaid Card | | SEPA_BANK_ACCOUNT| SEPA Bank account | | US_BANK_ACCOUNT | US Bank account | | UK_BANK_ACCOUNT | UK Bank account | | CCI_BANK_ACCOUNT | CCI Bank account |
Possible values: [CARD
, PREPAID_CARD
, SEPA_BANK_ACCOUNT
, US_BANK_ACCOUNT
, UK_BANK_ACCOUNT
, CCI_BANK_ACCOUNT
]
Prepaid card ID.
a429dc6d-07b9-44e0-b53e-6e9f155279e9
Mobile wallet type.
Possible values: [GOOGLE_PAY
, APPLE_PAY
, SAMSUNG_PAY
]
Obfuscated card number.
*002
f8abf875-7f49-4c28-b3cd-363b475cb2cf
merchantDetails object
Merchant name.
Starbucks
location object
Merchant location city.
Merchant location state.
Merchant location zip.
mcc object
Merchant category id.
Merchant category name.
Amount paid with customer's card, in minor units.
1200
Currency alphabetic code as specified by ISO 4217
Possible values: >= 3 characters
and <= 3 characters
EUR
{
"instrumentId": "123456789",
"instrumentType": "CARD",
"cardId": "a429dc6d-07b9-44e0-b53e-6e9f155279e9",
"mobileWalletType": "GOOGLE_PAY",
"obfuscatedCardNumber": "*002",
"authorizationId": "f8abf875-7f49-4c28-b3cd-363b475cb2cf",
"merchantDetails": {
"name": "Starbucks",
"location": {
"city": "New York",
"state": "NY",
"zip": "10001"
},
"mcc": {
"id": "5812",
"name": "Eating Places"
}
},
"paymentAmount": 1200,
"paymentAmountCurrencyCode": "EUR"
}