Returns a paginated list of transactions for the authenticated company, ordered by date descending.
Transactions are raw bank/credit card activity. For accounting-level detail (double-entry debits and credits), see journal entries instead.
API key prefixed with finta_
Maximum number of results to return (1-100). Defaults to 25.
1 <= x <= 100Number of results to skip for pagination. Defaults to 0.
x >= 0Filter by approval status. If omitted, returns both approved and unapproved transactions.
true, false Return transactions on or after this date (YYYY-MM-DD). If omitted, no lower bound.
Return transactions on or before this date (YYYY-MM-DD). If omitted, no upper bound.