Bank Account
Bank account object
A bank account is the object in the Column data model that has the ability to hold, send, and receive funds. Bank accounts are children of entities. An entity can have multiple bank accounts. Bank accounts can have one or multiple account numbers. Read about bank accounts in our data model for more information.
Object Parameters
balances
objectLists all possible balance amounts for an account represented in the smallest unit of the currency.
available_amount
numberThe amount available for immediate use, in the smallest unit of the currency (e.g., cents for USD).
holding_amount
numberThe amount on hold and not available for use, in the smallest unit of the currency (e.g., cents for USD).
locked_amount
numberThe amount locked due to overdraft coverage, in the smallest unit of the currency (e.g., cents for USD).
pending_amount
numberThe amount of pending transactions that have not yet settled, in the smallest unit of the currency (e.g., cents for USD).
bic
stringThe SWIFT BIC code for this bank account for international wire payments.
created_at
date-timeThe timestamp at which the bank account was created.
currency_code
stringCurrency of the balances in the account. For all amounts this will be USD.
default_account_number
stringThe externally facing default account number tied to this bank account.
default_account_number_id
stringThe default account number ID tied to this account.
description
stringA name for the bank account (minimum: 3 characters)
display_name
stringThe display name for the bank account. Display name is an account nickname used on Column's Dashboard.
fdic_insurance
stringThe type of FDIC insurance offered on this account. The default value is standard.
id
stringUnique ID for this account.
interest_config_id
stringThe ID of interest config for this account. If it is not set, the default interest config of your platform will be used for this account. Please contact our support team for more details.
is_interest_bearing
booleanWhether your platform needs to accrue and pay interest to this account. Please contact our support team for more details.
is_overdraftable
booleanWhether the account can be overdrafted, must include an overdraft_reserve_account_id
overdraft_reserve_account_id
stringThe overdraft reserve account that this account is linked to. If is_overdraftable: true then this field is required.
owners
array of stringsList of entity_id's which are tied to this bank account
routing_number
stringThe 9-digit ABA routing number for this bank account.
search_metadata
objectSearch-specific metadata returned when a query is provided.
highlights
objectMatched field fragments with highlighted terms
score
numberOpenSearch relevance score
type
stringBank Account type. Can be CHECKING, OVERDRAFT_RESERVE, PROGRAM_RESERVE, or NETWORK_SETTLEMENT_ACCOUNT.