Skip to main content

Payment Instrument Transaction Details

Represents details about a customer's payment instrument.

instrumentIdstring

Instrument ID.

Example: 123456789
instrumentTypestring

Represents the type of an instrument.

ValueDescription
CARDCard
PREPAID_CARDPrepaid Card
SEPA_BANK_ACCOUNTSEPA Bank account
US_BANK_ACCOUNTUS Bank account
UK_BANK_ACCOUNTUK Bank account
CCI_BANK_ACCOUNTCCI 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"
}