Cydene Bills API
  • Cydene Agents API Documentation
  • Authentication
    • API Authentication requirements
  • INTEGRATION FLOW
    • Requests
    • Response
  • AIRTIME
    • Airtime recharge providers
    • Purchase Airtime
  • DATA BUNDLES SERVICES
    • Bundle recharge providers
    • Bundle from a provider
    • Purchase Data Bundle
  • SMILE
    • Get Smile Bundle Options
    • Validate Smile Account
    • Purchase Smile Data Bundle
  • SPECTRANET
    • Get Spectranet Data Bundle Options
    • Purchase Spectranet Data Bundle
  • Power
    • Electricity Service Providers
    • Validate
    • Purchase Power
  • Cable Tv
    • Validate
    • Bouquets
    • Addons
    • Renewal
    • Update
  • Betting
    • Get Betting Providers
    • Validate Account
    • Fund Account
  • DSTV SHOWMAX
    • Get plans
    • Subscribe to a showtime plan
  • GAS
    • Create Order
    • Get Available Dispatchers
    • Complete Order
    • Cancel Order
    • Order Status
    • Get Order
  • Transactions
    • GetStatus
    • Get Balance
  • CONTACT US
    • Contact us
  • SMS
    • Send SMS
    • Get Delivery Status
Powered by GitBook
On this page
  1. Power

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"
  }
}

PreviousElectricity Service ProvidersNextPurchase Power

Last updated 1 year ago