Overview
Multiple bill payments with one integration.
The Bill payment API empowers businesses to instantly provide bill payment services like Airtime, Energy & Utility, and Cable TV subscription purchases to their end users. This service is currently available for customers in Nigeria, Ghana and Kenya.
Service | Countries Available |
---|---|
Airtime | Nigeria, Ghana, Kenya |
Energy & Utility | Kenya |
Cable TV | Kenya |
Cashback
We give up to 3% cashback on select bill payment channels.
Webhooks
Webhook URL
Ensure to configure your Webhook URL to get webhooks on bill payment
{
"event": "bill.successful",
"id": "8da60fd7-473b-4a02-bc12-12a9d136147e",
"reference": null,
"status": "SUCCESS",
"created_at": "2022-07-02 00:49:34.8221 -0500 CDT",
"updated_at": "2022-07-02 00:49:34.8221 -0500 CDT"
}
{
"event": "bill.failed",
"id": "8da60fd7-473b-4a02-bc12-12a9d136147e",
"reference": null,
"status": "FAILED",
"created_at": "2022-07-02 00:49:34.8221 -0500 CDT",
"updated_at": "2022-07-02 00:49:34.8221 -0500 CDT"
}
API Reference
You can view the API reference for full details of the Bill API.
Updated 7 months ago