Bank Transactions include the Transactional banking data for a specific company and account.
The Bank Transactions Data Model simplifies the management and retrieval of transaction information across different accounting platforms.
account_id
and customer_id
properties, facilitating easier tracking and reporting.The Platform’s ID for the transaction
The ISO-4217 currency code of the transaction
The platform’s ID for the account to which the transaction was made
Date of the transaction
The total transaction amount
The type of the transaction
The status of the transaction
The currency data associated with the bank transaction.
Rate between the currency of the payment and the base currency
Array of Transaction Line items associated with this transaction
The date at which the transaction was updated on the accounting platform
Property | Type | Description |
---|---|---|
platform_id | string | The Platform’s ID for the transaction |
account_id | string | Platform ID for the account to which this transaction belongs |
contact_id | string | The platform’s ID for the contact to that made the transaction |
transaction_date | date | Date of the transaction |
amount | float | The total transaction amount |
type | string | The type of the transaction |
status | string | The status of the transaction |
currency | string | The ISO-4217 currency code of the transaction |
currency_rate | float | Rate between the currency of the payment and the base currency |
line_items | Line Item | Array of Transaction Line items associated with this transaction |
account | Account | The account to which this transaction belongs |
contact | Contact | The contact to that made the transaction |
updated_at | date | The date at which the transaction was updated on the accounting platform |