Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
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
Available options:
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)
Available options:
ASC, DESC Number of records to skip for pagination
Required range:
x >= 0Number of records to return
Required range:
x >= 1
