BankAccount = object
authorizedBalance: number
The authorized balance of the bank account is a number that represents the authorized balance in the currency of the bank account.
authorizedBalanceCents: number
The authorized balance in cents of the bank account is a number that represents the authorized balance in cents.
balance: number
The balance of the bank account is a number that represents the balance of the bank account in the currency of the bank account.
balanceCents: number
The balance in cents of the bank account is a number that represents the balance of the bank account in cents.
bic: string
The BIC of the bank account is the Bank Identifier Code, which can be used to identify a specific bank when making or receiving international payments.
currency: string
The currency of the bank account is a string that represents the currency of the bank account.
iban: string
The IBAN of the bank account is the International Bank Account Number, which can be used to identify the bank account when making or receiving international payments.
main: boolean
Whether the bank account is the main bank account of the organization.
name: string
The user-friendly name of the bank account.
slug: string
The slug of the bank account is a string that uniquely identifies the bank account.
status: typeofThe status of the bank account. Ex: ‘active’, ‘waiting_for_funds’, ‘closed’, ‘pending’.ACCOUNT_STATUS
[keyof typeofACCOUNT_STATUS
]
updatedAt: Date
The date and time the bank account was last updated.