VirtualPaymentInstrument
Virtual Payment Instrument
instrumentTypeVirtualInstrumentType (string)required
Instrument type.
Possible values: [SEPA_BANK_ACCOUNT, UK_BANK_ACCOUNT, US_BANK_ACCOUNT, IBAN_BANK_ACCOUNT]
Example:
IBAN_BANK_ACCOUNTstatusstring
Instrument status.
Possible values: [ACTIVE]
VirtualPaymentInstrument
{
"instrumentType": "IBAN_BANK_ACCOUNT",
"status": "ACTIVE"
}