cURL
curl --request GET \ --url https://test.digitaltermination.com/api/bill-payment/get-biller-list \ --header 'Authorization: Bearer <token>'
{ "status": 200, "data": [ { "id": "1234", "name": "MTN Airtime", "alias": "MTN", "category": "Airtime", "countries": "GH", "logo_url": "https://test.digitaltermination.com/images/logos/billers/gotvmax.png" } ] }
Retrieves a list of available billers for services such as airtime, data bundles, electricity, and water across supported countries.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of billers successfully retrieved.
200
Show child attributes
"1234"
"MTN Airtime"
"MTN"
"Airtime"
"GH"
"https://test.digitaltermination.com/images/logos/billers/gotvmax.png"