Get Transactions List

Retrieves a list of transactions for the specified account, with optional filters for date range, transaction type, status, and purse. Supports inclusion of all authorizations. Returns transaction details and metadata.

Path Params
string
required

The program code associated with the account.

string
required

The unique identifier (UID or GUID) of the account whose transactions are being retrieved.

Query Params
string

The start date (inclusive) for filtering transactions, in ISO 8601 format (yyyy-MM-dd). Optional.

string

The end date (inclusive) for filtering transactions, in ISO 8601 format (yyyy-MM-dd). Optional.

int32

The zero-based index of the first transaction to return. Used for pagination. Optional.

int32

The maximum number of transactions to return in the response. Optional.

string

The type of transaction to filter by (e.g., "purchase", "deposit"). Optional.

string

The status of the transaction to filter by (e.g., "posted", "refund"). Optional.

string

The unique identifier of the purse to filter transactions. Optional.

boolean
Defaults to false

If true, includes all authorization transactions in the response. Optional.

Headers
string
required

A unique identifier for tracking the request, provided in the X-GD-RequestId header.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json
text/json