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
currency
of the transaction and ajournal
object containing theid
of 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_at
andfee
attributes of a transaction. Ajournal
object containing theid
of the journal was added. Abank_account
object containing theid
of the bank account as well as theurl
of the API to fetch that bank account was added. Acategories
array containing the categories of a transaction was added.