Query all payments with filtering, sorting, and pagination capabilities
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Start date for filtering payments . Accepted formats : YYYY-MM-DD or DD-MM-YYYY
End date for filtering payments . Accepted formats : YYYY-MM-DD or DD-MM-YYYY
Payment status filter
SUCCESS, SETTLED, PROCESSING, PENDING, FAILED Currency filter (e.g., TZS, USD)
Payment channel filter
Order reference filter
Client ID filter
Field to sort by (default: createdAt). All response fields are sortable including customer fields
Sort order (default: DESC)
ASC, DESC Number of records to skip for pagination
x >= 0Number of records to return
x >= 1