💸
ePayment API
  • 💸ePayment Agent API
  • 📜Registration Process
  • 🔐Authorizations
  • 🌍Funds Transfer
  • 📲Airtime & Data Bundles
  • 📺Cable TV
  • ⚡Electricity
  • 🎫BVN
Powered by GitBook
On this page
  • Account Validation
  • Vend Electricity
  • Verify Completed Electricity Vending

Electricity

Note: all requests should have your API Token as a bearer token in authorization header. Content-Type application/json

We have eleven different services on Electricity with following Service codes

SN

Service Code

Service Name

1

BPE-NGCABABB-OR

Abuja Postpaid

2

BPE-NGCABABA-OR

Abuja Prepaid

3

BPE-NGEK-OR

Eko PHCN

4

BPE-NGEN-OR

Enugu Distribution

5

BPE-NGIB-OR

Ibadan Distribution

6

BPE-NGIE-OR

Ikeja Electric

7

BPE-NGKD-OR

Kaduna Electric

8

BPE-NGCAAVC-OR

Kano Postpaid

9

BPE-NGCAAVB-OR

Kano Prepaid

10

BPE-NGCABIB-OR

Port Harcourt Postpaid

11

BPE-NGCABIA-OR

Port Harcourt Prepaid

Account Validation

POST http://epayment.com.ng/epayment/api/3pelectricity_validate

Headers

Name
Type
Description

Bearer Token*

String

your-api-token

Request Body

Name
Type
Description

Body*

String

{ "service":"BPE-NGCABABA-OR", "customer_reference":"B10012 3", "meter":"45056459105"}

{
    // Response
}

Vend Electricity

POST http://epayment.com.ng/epayment/api/3pelectricity_vend

Headers

Name
Type
Description

Bearer Token*

String

your-api-token

Request Body

Name
Type
Description

Body*

String

{ "service":"BPE-NGCABABA-OR", "meter":"45056459105", "customer_reference":"100123 ", "amount":"600"}

{
    // Response
}

Verify Completed Electricity Vending

POST http://epayment.com.ng/epayment/api/3pelectricity_verify

Headers

Name
Type
Description

Bearer Token*

String

your-api-token

Request Body

Name
Type
Description

Body*

String

{ "customer_reference":"100123" }

{
    // Response
}
{
    // Response
}

PreviousCable TVNextBVN

Last updated 3 years ago

⚡