Retrieve a paginated list of transactions with optional filtering. The transactions can be filtered by customer ID, platform customer ID, UMA address, date range, status, and transaction type.
API token authentication using format <api token id>:<api client secret>
Filter by system customer ID
Filter by platform-specific customer ID
Filter by sender account identifier
Filter by receiver account identifier
Filter by transaction status Status of a payment transaction
CREATED, PENDING, PROCESSING, COMPLETED, REJECTED, FAILED, REFUNDED, EXPIRED Filter by transaction type Type of transaction (incoming payment or outgoing payment)
INCOMING, OUTGOING Filter by reference
Filter by start date (inclusive) in ISO 8601 format
Filter by end date (inclusive) in ISO 8601 format
Maximum number of results to return (default 20, max 100)
1 <= x <= 100Cursor for pagination (returned from previous request)
Order to sort results in
asc, desc Successful operation
List of transactions matching the criteria
Indicates if more results are available beyond this page
Cursor to retrieve the next page of results (only present if hasMore is true)
Total number of transactions matching the criteria (excluding pagination)