Get card transactions (filtered)

Gets card transactions, with optional filters. All query paramaters are conjunctive. Fees data are partitioned into the get all fees endpoint.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer

Filters results by a card's unique ID.

integer

Filters results by a cardholder's unique ID.

string

Gets a specific transaction by its unique transaction ID.

integer
enum

Filters results by one of these statuses:
1 Pending 2 Cleared 3 Completion 4 Declined 5 Error

Allowed:
integer

Filters results by one of the transaction types.

string

A Unix timestamp in seconds. Returns only transactions created before the specified end date and time. If not provided, a default value of the current timestamp will be applied.

string

A Unix timestamp in seconds. Returns only transactions created after the specified start date and time. If not provided, a default value of the current timestamp less 90 days will be applied.

integer
1 to 200
Defaults to 50

Limits the number of results. If not provided, a limit of 50 will be applied. The maximum allowed limit is 200.

integer
≥ 0
Defaults to 0

Specifies the number of rows to skip before starting to return results.

string
enum

Order results by one of these parameters:
cardholderId status lastName dateCreated

Allowed:
string
enum

Sort results in ascending or descending order:
asc or desc

Allowed:
Response

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