Overview
The Transactions API allows you to manage all financial transactions across your accounts. Transactions represent money movements including expenses, income, transfers, and payments.- List
- Get
- Create
- Update
- Delete
List transactions
Query parameters
Page number for pagination
Number of transactions per page (max 100)
Filter by single account ID
Filter by multiple account IDs
Filter by category ID
Filter by multiple category IDs
Filter by merchant ID
Filter by multiple merchant IDs
Filter by tag IDs
Filter transactions on or after this date (YYYY-MM-DD)
Filter transactions on or before this date (YYYY-MM-DD)
Filter transactions with amount greater than or equal to this value
Filter transactions with amount less than or equal to this value
Filter by transaction type:
income or expenseSearch in transaction name, notes, and merchant name
Response
Array of transaction objects
Pagination metadata
Transaction nature
When creating or updating transactions, thenature field determines how the amount is signed:
expenseoroutflow: Amount is stored as positive (money leaving the account)incomeorinflow: Amount is stored as negative (money entering the account)