Transactions

Get all transactions

Returns all transactions related to a balance account with a payment instrument of type bankAccount.

This endpoint supports cursor-based pagination. The response returns the first page of results, and returns links to the next page when applicable. You can use the links to page through the results. The response also returns links to the previous page when applicable.

get/transactions

Query parameters

balancePlatformstring

Unique identifier of the balance platform.

accountHolderIdstring

Unique identifier of the account holder.

balanceAccountIdstring

Unique identifier of the balance account.

cursorstring

The cursor returned in the links of the previous response.

createdSincestring date-time required

Only include transactions that have been created on or after this point in time. The value must be in ISO 8601 format. For example, 2021-05-30T15:07:40Z.

createdUntilstring date-time required

Only include transactions that have been created on or before this point in time. The value must be in ISO 8601 format. For example, 2021-05-30T15:07:40Z.

limitinteger

The number of items returned per page, maximum of 100 items. By default, the response returns 10 items per page.

Response

OK - the request has succeeded.

Changes