Field | Type | Required | Description | Example |
---|---|---|---|---|
bankName |
JsonNullable<String> | ➖ | The name of the bank | Monzo |
accountNumber |
JsonNullable<String> | ➖ | A bank account number is a number that is tied to your bank account. If you have several bank accounts, such as personal, joint, business (and so on), each account will have a different account number. | 123465 |
accountName |
JsonNullable<String> | ➖ | The name which you used in opening your bank account. | SPACEX LLC |
accountType |
JsonNullable<AccountType> | ➖ | The type of bank account. | credit_card |
iban |
JsonNullable<String> | ➖ | The International Bank Account Number (IBAN). | CH2989144532982975332 |
bic |
JsonNullable<String> | ➖ | The Bank Identifier Code (BIC). | AUDSCHGGXXX |
routingNumber |
JsonNullable<String> | ➖ | A routing number is a nine-digit code used to identify a financial institution in the United States. | 012345678 |
bsbNumber |
JsonNullable<String> | ➖ | A BSB is a 6 digit numeric code used for identifying the branch of an Australian or New Zealand bank or financial institution. | 062-001 |
branchIdentifier |
JsonNullable<String> | ➖ | A branch identifier is a unique identifier for a branch of a bank or financial institution. | 001 |
bankCode |
JsonNullable<String> | ➖ | A bank code is a code assigned by a central bank, a bank supervisory body or a Bankers Association in a country to all its licensed member banks or financial institutions. | BNH |
currency |
JsonNullable<Currency> | ➖ | Indicates the associated currency for an amount of money. Values correspond to ISO 4217. | USD |