Skip to main content

BankAccountSchema

_deletedboolean
account_numberstringrequired

Account Holder's unique identifier

account_typenullable
bill_to_contactsundefined[]
createdbynullable
createdby_idintegernullable
createddatedate-timenullable
deleted_datedate-timenullable
deletedbynullable
deletedby_idintegernullable
einstringrequired

Employer Identification Number (EIN) or Federal Tax Identification Number

institution_namestringrequired

Banking Institutions name

is_accounts_receivableboolean
is_default_accounts_receivableboolean
modifiedbynullable
modifiedby_idintegernullable
modifieddatedate-timenullable
namestringnullable

Account name (only important on is_accounts_receivable=true)

routing_numberstringrequired

Banking Institutions unique identifier

tenant_idintegerrequired
uuiduuid
BankAccountSchema
{
"_deleted": true,
"account_number": "string",
"bill_to_contacts": [
null
],
"createdby_id": 0,
"createddate": "2024-07-29T15:51:28.071Z",
"deleted_date": "2024-07-29T15:51:28.071Z",
"deletedby_id": 0,
"ein": "string",
"institution_name": "string",
"is_accounts_receivable": true,
"is_default_accounts_receivable": true,
"modifiedby_id": 0,
"modifieddate": "2024-07-29T15:51:28.071Z",
"name": "string",
"routing_number": "string",
"tenant_id": 0,
"uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}