PaymentInstrumentReference
Represents a reference to a Payment Instrument, used for Deposit or Withdrawal.
idstringrequired
Instrument identifier.
Example:
1001instrumentTypeInstrumentType (string)required
Represents the type of the instrument.
| Value | Description |
|---|---|
| SEPA_BANK_ACCOUNT | SEPA Bank account |
| UK_BANK_ACCOUNT | UK Bank account |
| US_BANK_ACCOUNT | US Bank account |
| CCI_BANK_ACCOUNT | CCI Bank account |
| CARD | Card |
Possible values: [SEPA_BANK_ACCOUNT, UK_BANK_ACCOUNT, US_BANK_ACCOUNT, CCI_BANK_ACCOUNT, CARD]
Example:
CARDPaymentInstrumentReference
{
"id": "1001",
"instrumentType": "CARD"
}