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