Sync Purchase Power

Make Power payment Synchronously

POST {{BASE_URL}}/api/biller/sync/power/purchase

This endpoint allows you to purchase Power Synchronously

Headers

Name
Type
Description

x-api-key*

String

3434-4243-ffef-2323

Request Body

Name
Type
Description

serviceType*

String

electricity provider(ikeja_electric_prepaid)

amount*

number

This is the amount you want to purchase.

phone*

String

11 digit mobile phone number of the customer e. e.g 07035361770

agentReference*

String

This is a unique key generated by the integrator (you) to identify the transaction. This has to be unique per transaction.

meterNumber*

string

The meter number to be recharged

{
  "isSuccessful": true,
  "message": "string",
  "code": "string",
  "data": {
        "mainTokenUnits": "2.20 kWh",
        "mainToken": "43274723658648288648",
        "mainTokenTax": 0,
        "mainsTokenAmount": 0,
        "bonusToken": null,
        "bonusTokenDescription": null,
        "bonusTokenUnits": null,
        "productName": "Ikeja Electric Payment - IKEDC",
        "resetToken": "",
        "configureToken": "",
        "kct1": "N/A",
        "kct2": "N/A",
        "taxAmount": 0.075,
        "tariff": "A-Non MD",
        "debtAmount": 500,
        "meterNumber": null,
        "arrears": null,
        "accountBalance": 0,
        "phedMetadata": null,
        "amount": 500,
        "statusCode": "00",
        "transactionStatus": "success",
        "transactionMessage": "Operation Successful",
        "transactionReference": "32fkek42",
  }
}

Last updated