Electricity Service Providers
This is used to retrieve all the electricity billers and their service types.
Below is a list of electricity services that we currently offer. Find an API method below also to get the electricity billers.
Provider | Service Types | Test Account |
---|---|---|
Ikeja Electric (PREPAID) | 04042404048 | |
Ikeja Electric (POSTPAID) | 04042404139 | |
Ibadan Electric (PREPAID) | 1234567809 | |
Ibadan Electric (POSTPAID) | 121501004001 | |
Eko Electric (PREPAID) | 07080259851 | |
Eko Electric (POSTPAID) | 101512454501 | |
Kano Electric (PREPAID) | 321009000401 (test) 04175764069 (live) | |
Kano Electric (POSTPAID) | 04185337013 (test) 347001164901 (live) | |
Abuja Electric (PREPAID) | 88888888880 | |
Abuja Electric (POSTPAID) | 88888888880 | |
Jos Electric (PREPAID) | 54161045569 | |
Jos Electric (POSTPAID) | 581895 | |
Kaduna Electric (PREPAID) | 04171254347 | |
Enugu Electric (PREPAID) | 07085653942 | |
Enugu Electric (POSTPAID) | 51/21/01/0003-01 | |
Port Harcourt (PREPAID) | 0124000161297 | |
Port Harcourt (POSTPAID) | 841272045101 |
GET https://payments.baxipay.com.ng/api/baxipay/services/electricity/billers
This is used to retrieve all the electricity billers and their service types.
Parameters
Header
Authorization string See authentication page.
Responses
- 200 name: This is the full title of the service provider.
service_types: Contains the service_type as a property
to the plan to be paid for.
{
"status": "success",
"message": "Successful",
"code": 200,
"data": [
{
"name": "Ikeja Electricity Dist.Company (IEDC)",
"service_types": {
"ikeja_electric_prepaid": "PREPAID",
"ikeja_electric_postpaid": "POSTPAID"
}
},
{
"name": "Ibadan Electricity Dist.Company (IBEDC)",
"service_types": {
"ibadan_electric_prepaid": "PREPAID",
"ibadan_electric_postpaid": "POSTPAID"
}
},
{
"name": "Eko Electricity Dist.Company (EKEDC)",
"service_types": {
"eko_electric_prepaid": "PREPAID",
"eko_electric_postpaid": "POSTPAID"
}
},
{
"name": "Kano Electricity Dist.Company (KEDC)",
"service_types": {
"kedco_electric_prepaid": "PREPAID",
"kedco_electric_postpaid": "POSTPAID"
}
},
{
"name": "Abuja Electricity Dist.Company (AEDC)",
"service_types": {
"abuja_electric_prepaid": "PREPAID",
"abuja_electric_postpaid": "POSTPAID"
}
}
]
}
Updated about 1 month ago