v1
latestOpenAPI 3.0.12026-07-243407211.3 MBGet 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 parameters
The program code associated with the account.
The unique identifier (UID or GUID) of the account whose transactions are being retrieved.
Query parameters
The start date (inclusive) for filtering transactions, in ISO 8601 format (yyyy-MM-dd). Optional.
The end date (inclusive) for filtering transactions, in ISO 8601 format (yyyy-MM-dd). Optional.
The zero-based index of the first transaction to return. Used for pagination. Optional.
The maximum number of transactions to return in the response. Optional.
The type of transaction to filter by (e.g., "purchase", "deposit"). Optional.
The status of the transaction to filter by (e.g., "posted", "refund"). Optional.
The unique identifier of the purse to filter transactions. Optional.
If true, includes all authorization transactions in the response. Optional.
Headers
A unique identifier for tracking the request, provided in the X-GD-RequestId header.
Response
OK