Retrieves transaction records for the authenticated project with optional filtering by transaction ID for reconciliation and reporting.
projectId (guid, required) — Project identifier matching authenticated API key.id (guid, optional) — Optional transaction ID to retrieve specific transaction.TransactionQueryResponse containing matching transactions or an empty list if none found.
The access token received from the authorization server in the OAuth 2.0 flow.
The unique identifier of the project for which to retrieve transactions (must match authenticated API key).
Optional transaction identifier to retrieve a specific transaction; omit to retrieve all transactions for the project.
Always returned. Check the success property in the response body to determine if the query succeeded.
Standard response structure containing operation status and error information. Standard query response containing a collection of matching entities. Wraps the transaction query results returned to payment clients. Includes standard paging metadata inherited from BaseQueryResponse{TModel}.
True if the operation completed successfully; false if an error occurred.
true
Result code indicating the outcome of the operation.
Unknown, Success, BadRequest, Unauthorized, NotFound, Error 200
Human-readable error message when an error occurs.
null
Collection of entities matching the query criteria.
[]