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

AccountId
string or null <guid>

The Account ID for which to retrieve transactions (optional)

DateFrom
string or null <date-time>

Retrieve all transactions from this date

DateTo
string or null <date-time>

Retrieve all transactions till this date

Currency
string or null

Retrieve all transactions with this currency

Description
string or null

Retrieve all transactions that contains this description

Amount
number or null <decimal>

Retrieve all transactions with this amount

MinAmount
number or null <decimal>

Retrieve all transactions with a minimum of the given amount

MaxAmount
number or null <decimal>

Retrieve all transactions with a maximum of the given amount

OrderBy
string or null

Sort all transactions by this PropertyName (camelCase)

OrderDirection
string or null

Sort direction (DESC/ASC)

PageSize
integer <int32>

Maximum number of transactions to return in one page (defaults to 100, max 1000)

PageToken
string or null

The page token to use for pagination

Responses

Response samples

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