Query all payouts with filtering, sorting, pagination, and search capabilities
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Start date for filtering payouts (YYYY-MM-DD)
End date for filtering payouts (YYYY-MM-DD)
Payout channel filter
BANK TRANSFER
, MOBILE MONEY
Currency filter (e.g., TZS, USD)
Payout ID filter
Order reference filter
Payout status filter
SUCCESS
, PROCESSING
, PENDING
, FAILED
, REFUNDED
, REVERSED
Settlement type filter
ACH
, RTGS
Client ID filter
Field to sort by (default: createdAt). All response fields are sortable including beneficiary fields
Sort order (default: DESC)
ASC
, DESC
Number of records to skip for pagination
x >= 0
Number of records to return
x >= 1
Search across specific fields using format: field=keyword,another_field=another_keyword. Available searchable fields: id, orderReference, amount, currency, status, channel, channelProvider, settlementType, notes, createdAt, updatedAt, beneficiary.accountNumber, beneficiary.accountName, beneficiary.swiftNumber, beneficiary.routingNumber, beneficiary.beneficiaryMobileNumber, beneficiary.email. Example: search=beneficiary.accountName=John,currency=TZS,status=SUCCESS
Query all payouts response
The response is of type object
.