Validate

Before any electricity bill payment is initiated, It is compulsory that you ensure that the meter or account number is sent for validation / verification and must be confirmed by the user before proceeding to payment.

Power Validate

POST {{BASE_URL}}/api/biller/power/validate

This is used to verify the name of the meter or account owner.

Headers

Name
Type
Description

x-api-key*

String

3434-4243-ffef-2323

Request Body

Name
Type
Description

serviceType*

String

This is the service type of the payment you are trying to make, retrieved from the "Electricity Service Providers" page

meterNumber*

string

This is the meter or electricity bill account number.

{
  "isSuccessful": true,
  "message": "string",
  "code": "string",
  "data": {
    "customerName": "string",
    "meterNumber": "string",
    "businessUnit": "string",
    "address": "string"
  }
}

Last updated