GET Transactions

This endpoint allows you to retrieve transactions. See our guide on transactions for more information.
AccountID is a required field. The response will return all available transactions if only the AccountID is provided. By also providing From and To, transactions will be constrained to only the results within the given timeframe.

Available to ABS & Risk Management clients

Query Params
string
required

Account ID as Guid or Reference.

date-time | null

From (created date). A UTC ISO 8601 date in YYYY-MM-DD format. Only the date will be used. If a time is provided it will be ignored.

date-time | null

To (created date). A UTC ISO 8601 date in YYYY-MM-DD format. Only the date will be used. If a time is provided it will be ignored.

Credit or debit indicator.

string | null

Account IBAN.

int32 | null

Page number.

Responses

401

Unauthorized.

403

Forbidden.

404

Resource not found.

Language
Credentials
OAuth2
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json