VirtualInstrumentRequest
Request virtual payment instrument assignment.
instrumentTypeVirtualInstrumentType (string)required
Virtual payment instrument type.
Possible values: [SEPA_BANK_ACCOUNT
, UK_BANK_ACCOUNT
, US_BANK_ACCOUNT
]
Example:
US_BANK_ACCOUNT
accountIdstringrequired
Id of balance account linked to the virtual instrument.
Example:
123234
VirtualInstrumentRequest
{
"instrumentType": "US_BANK_ACCOUNT",
"accountId": "123234"
}