Electricity Service Providers
Below is a sample list of electricity services that we currently offer. Find an API below also to get the full list electricity billers.
Provider
Service Types
Test Account
Ikeja Electric (POSTPAID)
ikeja_electric_postpaid
04042404000
Ikeja Electric (PREPAID)
ikeja_electric_prepaid
04042404000
GET Electricity Billers
GET
{{BASE_URL}}/api/biller/power/providers
This endpoint retrieve all the electricity billers and their service types.
Headers
Name
Type
Description
authentication
String
check authenication page
{
"isSuccessful": true,
"message": "string",
"code": "string",
"data": [
{
"serviceType": "string",
"name": "string",
"billerId": 0,
"productId": 0
}
]
}
Last updated