Get Card Transactions

Retrieves a paginated list of transactions for a specific card.
When the primary card is used as input, the response will include:
Transactions performed on primary and supplementary Account-level transactions associated with the same account. In such cases, the primary card details will be returned in the response. To identify the original contract under which a transaction was performed (for example, distinguishing between card-level and account-level transactions), the field contractNumberOrig should be used.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

Card Id

Query Params
boolean
Defaults to true

Redirection of the contract scope. 'true' for the primary card will redirect the statement scope to the account level, 'false' to suppresses the redirect

boolean
Defaults to false

By default, when statement is requested for primary card, account-level entries are returned with primary card's PAN. When 'true' is passed, this logic is disabled and account number is returned for account-level entries.

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.

Responses

404

Transactions not found

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