Prepaid Card Instrument Transaction Details
Details about a payment with customer's prepaid card.
instrumentIdstring
Instrument ID.
Example:
123456789
instrumentTypestring
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
]
cardIdstring
Prepaid card ID.
Example:
a429dc6d-07b9-44e0-b53e-6e9f155279e9
mobileWalletTypestring
Mobile wallet type.
Possible values: [GOOGLE_PAY
, APPLE_PAY
, SAMSUNG_PAY
]
obfuscatedCardNumberstring
Obfuscated card number.
Example:
*002
authorizationIdstring
Example:
f8abf875-7f49-4c28-b3cd-363b475cb2cf
merchantDetails object
namestring
Merchant name.
Example:
Starbucks
location object
citystring
Merchant location city.
statestring
Merchant location state.
zipstring
Merchant location zip.
mcc object
idstring
Merchant category id.
namestring
Merchant category name.
paymentAmountinteger<int64>
Amount paid with customer's card, in minor units.
Example:
1200
paymentAmountCurrencyCodeCurrency (string)
Currency alphabetic code as specified by ISO 4217
Possible values: >= 3 characters
and <= 3 characters
Example:
EUR
Prepaid Card Instrument Transaction Details
{
"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"
}