v1
latestOpenAPI 3.0.32026-07-24148824715.6 KBGet a list of transactions
Returns all transactions in an account with the ability to search, sort and filter. You need the "View Transactions" permission to use this endpoint. Additionally, you need either "Access to base transaction monitoring functionality" and/or "Access to base payment screening functionality" to use this endpoint.
Query parameters
Sorting criteria. Allowed fields: occurred_at, received_at (default), base_value.amount, base_value.currency, direction. Each criterion should be a string in the format: property_name for ascending order, or -property_name for descending order. For example, to sort by occurred date descending: -occurred_at. Multiple sort criteria are supported. Provide each as a separate 'sort' query parameter (e.g., ?sort=-occurred_at&sort=base_value.amount).
[ "-direction" ]
Search for a transaction using your transaction identifier. Partial Match.
Search for a full match using the identifier of the customer associated with the transaction.
Filter by specific transaction identifiers. Returns transactions matching any of the provided IDs (OR logic). Can be combined with other filters.
Filter by minimum received date/time (inclusive). ISO 8601 format.
Filter by maximum received date/time (inclusive). ISO 8601 format.
Filter by minimum occurred date/time (inclusive). ISO 8601 format.
Filter by maximum occurred date/time (inclusive). ISO 8601 format.
Filter by transaction direction.
Filter by currency code (ISO 4217).
Filter by minimum base amount (inclusive).
Filter by maximum base amount (inclusive).
One-based page index (1..N)
The size of the page to be returned
Filter by transaction evaluation outcome.
Filter by transaction type.
Filter by transaction review decision.
Response
OK