VirtualInstrumentRequest
Request virtual payment instrument assignment.
instrumentTypeVirtualInstrumentType (string)required
Virtual payment instrument type.
- SEPA_BANK_ACCOUNT - alias to IBAN. Deprecated!
- UK_BANK_ACCOUNT - UK bank account number and sort code for UK domestic payments.
- US_BANK_ACCOUNT - US bank account and routing number for US domestic payments
- IBAN_BANK_ACCOUNT - IBAN used for domestic and international payments in relevant countries.
Possible values: [SEPA_BANK_ACCOUNT, UK_BANK_ACCOUNT, US_BANK_ACCOUNT, IBAN_BANK_ACCOUNT]
Example:
US_BANK_ACCOUNTaccountIdstringrequired
Id of balance account linked to the virtual instrument.
Example:
123234VirtualInstrumentRequest
{
"instrumentType": "US_BANK_ACCOUNT",
"accountId": "123234"
}