Skip to main content

Transactions API (v1)

Download OpenAPI specification:Download

Transactions

Retrieve paged transactions

Authorizations:
bearer
query Parameters
ConsentId
string or null

The consent ID for which to retrieve transactions

UserId
string or null

The User ID for which to retrieve transactions

ExternalUserId
string or null

The External User ID for which to retrieve transactions

DateFrom
string or null <date-time>
DateTo
string or null <date-time>
Currency
string or null
Description
string or null
Amount
number or null <decimal>
MinAmount
number or null <decimal>
MaxAmount
number or null <decimal>
OrderBy
string or null
OrderDirection
string or null
PageSize
integer <int32>
PageToken
string or null

Responses

Response samples

Content type
application/json
{
  • "data": [
    ],
  • "nextPageToken": "string"
}