Iban Virtual Bank Account
Iban Virtual Bank Account
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]
ibanstringrequired
The International Bank Account Number (IBAN) of the account.
bicstringrequired
The Bank Account Bank Identifier Code (BIC) code. Also known as SWIFT code.
Iban Virtual Bank Account
{
"instrumentType": "IBAN_BANK_ACCOUNT",
"status": "ACTIVE",
"iban": "string",
"bic": "string"
}