These docs are for v2.5. Click to read the latest docs for v3.0.

Retrieve all transactions for a user

Requires transactions:read:all scope. Transactions usually start around the account opening date however in most cases we only retrive the last 12 months before the connection was created. The Opening Date is available at the /accounts endpoint.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
ids
array of uuids
length ≤ 50

Filter on the transaction's Ids (maximum allowed 50)

ids
integer
0 to 1000

The total number of records to retrieve

integer
0 to 1000000000

The offset at which to start retrieving records

date

The earliest date to receive transactions from (inclusive)

date

The latest date to receive transactions from (inclusive)

date

The earliest date the transactions were modified (inclusive)

date

The latest date the transactions were modified (inclusive)

string

The text to filter transactions descriptions/notes by

string

The category id to filter transactions by

string

The account id to filter transactions by

accountIds
array of strings

The account ids to filter transactions by

accountIds
string

The project id to filter transactions by

projectIds
array of strings

The project ids to filter transactions by

projectIds
string

Filter transactions depending on whether they are credit or debit transactions

boolean

Filter on whether transaction has an attached project

boolean
Defaults to false

Ensures ONLY the count of transactions is returned in the meta object

string

Filter on the beginning of words of a transaction's clean description or beginning of transaction amount

string

A property to check exists within a transaction

counterpartyIds
array of strings

Filter on the transaction's counterparty Id

counterpartyIds
counterpartyIdsV2
array of strings

Filter on the transaction's counterparty Id (Deprecated)

counterpartyIdsV2
string
enum

Counterparties version

Allowed:
string

An enhanced category to filter transactions by in the form of ${categoryField}:${categoryValue}

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json