| Field | Type | Required | Description | Example |
|---|---|---|---|---|
bankName |
JsonNullable<String> | ➖ | The name of the bank or financial institution | Chase Bank |
accountNumber |
JsonNullable<String> | ➖ | The bank account number | 123465 |
accountName |
JsonNullable<String> | ➖ | The name of the bank account | Main Operating Account |
accountType |
JsonNullable<AccountType> | ➖ | The type of bank account. | credit_card |
iban |
JsonNullable<String> | ➖ | International Bank Account Number | GB33BUKB20201555555555 |
bic |
JsonNullable<String> | ➖ | Bank Identifier Code / SWIFT Code | CHASUS33 |
routingNumber |
JsonNullable<String> | ➖ | Bank routing number (US) | 021000021 |
bsbNumber |
JsonNullable<String> | ➖ | Bank State Branch number (Australia/New Zealand) | 062-001 |
branchIdentifier |
JsonNullable<String> | ➖ | Bank branch identifier | 001 |
bankCode |
JsonNullable<String> | ➖ | Bank code assigned by central bank | BNH |
currency |
JsonNullable<Currency> | ➖ | Indicates the associated currency for an amount of money. Values correspond to ISO 4217. | USD |
country |
JsonNullable<String> | ➖ | Country code according to ISO 3166-1 alpha-2. | US |