Improved
V2 - Improvement to endpoints dealing with transactions
April 3rd, 2025 by Integrations Squad
Breaking changes Notice
The account_id filter on the List transactions endpoint has been renamed into bank_account_id for consistency with the rest of the wording used on the API.
Filter transactions by date
On the List transactions endpoint, it's now possible to filter transactions by date using the date filter.
The structure of a transaction resource has been improved
The data structure of responses related to transactions has been unified and now contains more attributes.
- The List transactions and Retrieve a transaction endpoints are now returning the
currencyof the transaction and ajournalobject containing theidof the journal. - The List matched transactions for a customer invoice and List matched transactions for a supplier invoice are now returning the
outstanding_balance,archived_atandfeeattributes of a transaction. Ajournalobject containing theidof the journal was added. Abank_accountobject containing theidof the bank account as well as theurlof the API to fetch that bank account was added. Acategoriesarray containing the categories of a transaction was added.
