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.

| 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]

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"
}