A Bank Account represents the financial accounts maintained by the business entity at various banking institutions, capturing account-specific details.
The Bank Accounts Data Model streamlines access of bank account information across various accounting platforms, providing a consistent and unified representation of bank account data.
Property | Type | Description |
---|---|---|
platform_id | string | The Platform’s ID for the bank account |
currency_id | string | The Platform’s ID of the currency for the bank account |
institution_name | string | The name of the bank account |
account_name | string | Name of the bank account |
account_number | string | The bank account number |
balance | float | Balance of the bank account |
updated_at | date | The date at which the information was updated on the accounting platform |
You can expand the following attributes to get the related data
Property | Data Model | Description |
---|---|---|
currency | Currencies | The currency of the bank account |
A Bank Account represents the financial accounts maintained by the business entity at various banking institutions, capturing account-specific details.
The Bank Accounts Data Model streamlines access of bank account information across various accounting platforms, providing a consistent and unified representation of bank account data.
Property | Type | Description |
---|---|---|
platform_id | string | The Platform’s ID for the bank account |
currency_id | string | The Platform’s ID of the currency for the bank account |
institution_name | string | The name of the bank account |
account_name | string | Name of the bank account |
account_number | string | The bank account number |
balance | float | Balance of the bank account |
updated_at | date | The date at which the information was updated on the accounting platform |
You can expand the following attributes to get the related data
Property | Data Model | Description |
---|---|---|
currency | Currencies | The currency of the bank account |