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