latestSwagger 2.02026-08-20196638916.1 KB

23d8982b533d

Data v2.Transaction
REGION.US

List Transactions

Returns a list of transactions for a user.

get/data/v2/transactions

Query parameters

pageSizestring int64

The maximum number of items to return. This endpoint will not return more than 100 transactions per page.

pageTokenstring

The next_page_token value returned from a previous List request, if any.

accountIdInstring[]

If set, only transaction with the given account ids will be returned. This parameter may be repeated to specify multiple account ids.

bookedDateGtestring

Specified as the earliest booked date of transactions used for filtering and with the ISO-8061 date format (YYYY-MM-DD). If the query parameter is not provided time range will be calculated using the booked date of the earliest transaction available.

bookedDateLtestring

Specified as the latest booked date of transactions used for filtering and with the ISO-8061 date format (YYYY-MM-DD). If the query parameter is not provided time range will be calculated until today.

statusInstring[]

If set, only transactions with the given status will be returned. This parameter may be repeated to specify multiple statuses.

  • UNDEFINED: (DEPRECATED) The transaction booking status is undefined.
  • PENDING: The transaction is pending at the financial institution.
  • BOOKED: The transaction is booked at the financial institution.

Response

A successful response.

nextPageTokenstring

Token to retrieve the next page of results, or empty if there are no more results in the list.

Example response

{
  "nextPageToken": "ZDU0N2M0YTVkZTk3NGIxODkxMjNmZWVmYzEwNjQxZDg"
}