Payment Instrument Transaction Details
Represents details about a customer's payment instrument.
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
]
Payment Instrument Transaction Details
{
"instrumentId": "123456789",
"instrumentType": "CARD"
}