Field | Type | Required | Description | Example |
---|---|---|---|---|
bank_name |
OptionalNullable[str] | ➖ | The name of the bank | Monzo |
account_number |
OptionalNullable[str] | ➖ | 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 |
account_name |
OptionalNullable[str] | ➖ | The name which you used in opening your bank account. | SPACEX LLC |
account_type |
OptionalNullable[models.AccountType] | ➖ | The type of bank account. | credit_card |
iban |
OptionalNullable[str] | ➖ | The International Bank Account Number (IBAN). | CH2989144532982975332 |
bic |
OptionalNullable[str] | ➖ | The Bank Identifier Code (BIC). | AUDSCHGGXXX |
routing_number |
OptionalNullable[str] | ➖ | A routing number is a nine-digit code used to identify a financial institution in the United States. | 012345678 |
bsb_number |
OptionalNullable[str] | ➖ | 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 |
branch_identifier |
OptionalNullable[str] | ➖ | A branch identifier is a unique identifier for a branch of a bank or financial institution. | 001 |
bank_code |
OptionalNullable[str] | ➖ | 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 |
OptionalNullable[models.Currency] | ➖ | Indicates the associated currency for an amount of money. Values correspond to ISO 4217. | USD |