SEPA Virtual Bank Account
Virtual IBAN linked with balance account.
Deprecated! This type is alias to IBAN bank account.
Virtual instrument unique identifier.
Possible values: <= 50 characters
acde070d-8c4c-4f0d-9d8a-162843c10333Instrument type.
Possible values: [SEPA_BANK_ACCOUNT, UK_BANK_ACCOUNT, US_BANK_ACCOUNT, IBAN_BANK_ACCOUNT]
IBAN_BANK_ACCOUNTWhen true, this instrument is the primary one for its instrument type on the linked balance account. Payments that do not name an instrument use the primary instrument of the required type.
For each account and instrument type, exactly one active instrument is primary. The first active instrument of a type becomes primary when it is issued. After that the flag moves only when the set-primary operation is called, or when the current primary is closed and another active instrument of the same type takes over.
trueInstrument status.
Possible values: [ACTIVE]
The International Bank Account Number (IBAN) of the account.
The Bank Account Bank Identifier Code (BIC) code. Also known as SWIFT code.
{
"id": "acde070d-8c4c-4f0d-9d8a-162843c10333",
"instrumentType": "IBAN_BANK_ACCOUNT",
"isPrimary": true,
"status": "ACTIVE",
"iban": "string",
"bic": "string"
}