Skip to main content
The Bank Transactions Data Model represents transactional banking data for a specific company and account. This unified model simplifies the management and retrieval of transaction information across different accounting platforms.
  • Unified transaction properties: Essential transaction details such as transaction date, amount, type, and status are standardized across different accounting platforms
  • Linked account and customer data: Transactions are associated with specific accounts and customers through the account_id and contact_id properties, facilitating easier tracking and reporting
  • Currency support and exchange rates: The data model includes the transaction currency and exchange rate, enabling accurate representation of multi-currency transactions and conversions

Attributes

Bank Transactions Attributes

Debit Or Credit Enum Values

Expandable Attributes

Use the expand query parameter to include related objects:
  • expand=contact — includes the related Contact object(s).
  • expand=bank_account — includes the related Bank Account object(s).
  • expand=currency — includes the related Currency object(s).

Properties Supported

Fields accepted when creating or updating a record: