Skip to main content

PaymentInstrumentReference

Represents a reference to a Payment Instrument, used for Deposit or Withdrawal.

idstringrequired

Instrument identifier.

Example: 1001
instrumentTypeInstrumentType (string)required

Represents the type of the instrument.

ValueDescription
SEPA_BANK_ACCOUNTSEPA Bank account
UK_BANK_ACCOUNTUK Bank account
US_BANK_ACCOUNTUS Bank account
CCI_BANK_ACCOUNTCCI Bank account
BR_BANK_ACCOUNTBR Bank account
PH_BANK_ACCOUNTPH Bank account
CLABE_BANK_ACCOUNTCLABE Bank account
CARDCard
QR_CODEQR Code

Possible values: [SEPA_BANK_ACCOUNT, UK_BANK_ACCOUNT, US_BANK_ACCOUNT, CCI_BANK_ACCOUNT, BR_BANK_ACCOUNT, PH_BANK_ACCOUNT, CLABE_BANK_ACCOUNT, CARD, QR_CODE]

Example: CARD
PaymentInstrumentReference
{
"id": "1001",
"instrumentType": "CARD"
}