Skip to main content

Us Virtual Bank Account

Us 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]

accountNumberstringrequired

This is the bank account number.

Possible values: >= 4 characters and <= 17 characters

routingNumberstringrequired

For USD accounts, this is the 9-digit routing number of the bank.

Possible values: >= 9 characters and <= 9 characters

Us Virtual Bank Account
{
"instrumentType": "SEPA_BANK_ACCOUNT",
"status": "ACTIVE",
"accountNumber": "string",
"routingNumber": "string"
}