Searches transactions filtered by date range, amount, customer, status, or transaction type for administrative review and reporting.
model (TransactionQueryRequest) — Filtering options including:
companyProjectId (guid, required) — Filter by company project.startDate (string/date, optional) — Start of date range.endDate (string/date, optional) — End of date range.status (string, optional) — Transaction status filter.limit (int, optional) — Maximum records to return (default: 20).offset (int, optional) — Number of records to skip for pagination.TransactionQueryResponse containing matching transactions.
The access token received from the authorization server in the OAuth 2.0 flow.
Identifier of the project to limit results to. When omitted, the service uses the project associated with the authenticated client.
Optional identifier to filter results by a specific entity.
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Always returned. Check the success property in the response body to determine if the operation 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.
[]