CCI Bank Account Transaction Details
Details about a payment with customer's CCI bank account.
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
]
accountNumberstringrequired
CCI Bank Account Number.
CCI Bank Account Transaction Details
{
"instrumentId": "123456789",
"instrumentType": "CARD",
"accountNumber": "string"
}