Skip to main content
GET
List withdrawal transactions
Returns a paginated list of the integrator’s withdrawal transactions. Supports filtering by status, date range, telco/MNO transaction ID, and currency.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
string

Transaction status (e.g. PENDING, SUCCESSFUL, FAILED)

start_date
string

ISO date string, e.g. 2024-01-01

end_date
string

ISO date string, e.g. 2024-12-31

telco_id
string

Filter by telco/MNO transaction ID

currency
string

Filter by currency code, e.g. KES

page
number
default:1

1-based page index

per_page
number
default:20

Items per page (max 100)

Response

401 - application/json
success
boolean
Example:

false

message
string
Example:

"Unauthorized"

data
object
Example: