Authorizations
API token authentication using format <api token id>:<api client secret>
Query Parameters
Filter by system customer ID
Filter by platform-specific customer ID
Filter by account identifier (either sender or receiver)
Filter by sender account identifier
Filter by receiver account identifier
Filter by transaction status
CREATED
, PENDING
, PROCESSING
, COMPLETED
, REJECTED
, FAILED
, REFUNDED
, EXPIRED
Filter by transaction type
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 <= 100
Cursor for pagination (returned from previous request)
Order to sort results in
asc
, desc
Response
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)