Get Account Transactions

Retrieves a paginated list of transactions for a specific account. The response includes the account number for each transaction. For transactions categorized as card-related, card details (ID and Masked PAN) are also provided.

While this API supports retrieving transactions for up to one year,
it is strongly recommended to limit the requested date range to a maximum of three (3) months per call.
Requesting a longer period may significantly increase processing time and negatively impact response performance.
For longer periods, it is advised to split the request into multiple calls, each covering no more than three months.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length ≥ 1

Account number

Query Params
int32
≥ 0
Defaults to 0

Points number of page with requested objects that should be depicted in response,it's zero-based index, first page will start from 0 so if second page needs to be requested the value needs to be 1

int32
≥ 1
Defaults to 20

Points number of objects which should be depicted in frames of a page

date

The start date. If not provided, defaults to 3 months prior to the current date.

date

The end date. If not provided, defaults to the current date.

boolean
Defaults to false

Include the pending authorization entries

boolean
Defaults to true

Include the financial entries

boolean
Defaults to false

Include SIC Group

string
enum
Defaults to Desc

Sorting direction

Allowed:
boolean
Defaults to false

Include the declined authorization entries for the selected date period

string

Comma-separated list of labels. Record will be returned if at least one element from this list matches its labels field

string

Comma-separated list of labels. Record will NOT be returned if at least one element from this list matches its labels field

boolean

Calculate IPP Eligible field for transactions

string
enum

Including the liability subs. "Full" means only "Full Liability" subs and subs of the Multicurrency Top contract are included. 'N' means no subs, 'Y' means any subs.

Allowed:
boolean
Defaults to false

Filter the pending authorization entries' transaction date by the requested date period

boolean
Defaults to false

pageSize will define number of unique groups in the page and not number of entries, entries within the group will be returned in ascending order, ignoring Sort'

boolean
Defaults to false

Include migrated historical transactions

boolean
Defaults to false

Return only the first record with the same group identifier. Only works if useGroups=true is provided.

Headers
string

The W3C Trace Context traceparent header for distributed tracing.
It helps propagate trace information across services.
For more details, refer to the official Trace Context documentation.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*
application/json