- Unified bank account properties: Essential bank account details such as institution name, account name, balance, and currency are standardized across different accounting platforms
- Currency support: The model includes the ISO-4217 currency code for each bank account, enabling seamless handling of international transactions and reporting
Attributes
Bank Account Attributes
| Property | Type | Description |
|---|---|---|
| rootfi_id | integer | Unique identifier assigned by Commenda for this bank account |
| rootfi_created_at | string | Timestamp when this record was created in Commenda’s system (ISO 8601) |
| rootfi_updated_at | string | Timestamp when this record was last updated in Commenda’s system (ISO 8601) |
| rootfi_company_id | integer | Company identifier this bank account belongs to within Commenda |
| platform_id | string | Unique identifier for this bank account in the source accounting platform |
| platform_unique_id | string | Alternative unique identifier from the platform (some platforms provide multiple IDs) |
| institution_name | string | The name of the financial institution for the bank account |
| account_name | string | The name of the bank account |
| account_number | string | The bank account number |
| balance | double | The current balance of the bank account |
| currency_id | string | The currency ID of the bank account |
| category | string | The category of the bank account |
| updated_at | string | The date and time the bank account was last updated |
Expandable Attributes
Use theexpand query parameter to include related objects:
expand=currency- Includes full Currency object details
Properties Supported
| Property | Type | Description |
|---|---|---|
| platform_id | string | The Platform’s ID for the bank account |
| institution_name | string | The name of the financial institution for the bank account |
| account_name | string | The name of the bank account |
| account_number | string | The bank account number |
| balance | double | The current balance of the bank account |
| currency_id | string | The currency ID of the bank account |
| category | string | The category of the bank account |
| updated_at | string | The date and time the bank account was last updated |