23d8982b533d
List Transactions
Returns a list of transactions for a user.
Query parameters
The maximum number of items to return. This endpoint will not return more than 100 transactions per page.
The next_page_token value returned from a previous List request, if any.
If set, only transaction with the given account ids will be returned. This parameter may be repeated to specify multiple account ids.
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.
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.
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.
Example response
{
"nextPageToken": "ZDU0N2M0YTVkZTk3NGIxODkxMjNmZWVmYzEwNjQxZDg"
}