Canonical transaction browse and backfill endpoint. Use filters such as accountId, connectionId, and postedDateGte / postedDateLt to page through historical data. For incremental ETL after backfill, use GET /transactions/sync.
OAuth 2.0 Client Credentials issuing JWT Bearer access tokens.
Pagination cursor from a previous response.
Maximum number of items to return.
1 <= x <= 500Sort order. Stable ordering uses the chosen sort field with id as a tiebreaker.
postedDate, -postedDate, updatedAt, -updatedAt Comma-separated sparse fieldset. The server always includes required identifiers.
Filter by account identifier.
Filter by connection identifier.
Filter by transaction status.
pending, posted, reversed, cancelled, unknown Filter by payment rail.
internalTransfer, card, ach, sepaCredit, sepaDebit, wire, swift, fasterPayments, check, cash, crypto, other, unknown Return transactions with postedDate greater than or equal to this date.
Return transactions with postedDate earlier than this date.