- 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_idandcontact_idproperties, 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 theexpand 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).