Skip to main content

Card Instrument Transaction Details

Details about a payment with customer's card.

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]

panstring

Card PAN (Primary account number).

Example: *3952
brandstring

Card brand. Could be VISA, MASTERCARD, etc.

Example: VISA
bankNamestring

Card bank name.

Example: DEUTSCHE BANK S.P.A.
descriptionstring

Name to be associated with the card.

Example: Grocery card
Card Instrument Transaction Details
{
"instrumentId": "123456789",
"instrumentType": "CARD",
"pan": "*3952",
"brand": "VISA",
"bankName": "DEUTSCHE BANK S.P.A.",
"description": "Grocery card"
}