PAYBETA API
  1. Electricity
PAYBETA API
  • UTILITY BILL PAYMENT API
  • Airtime
    • Providers
      GET
    • Payment
      POST
  • Data Bundle
    • Get Providers
      GET
    • Get Data Bundles
      POST
    • Payment
      POST
  • Cable TV
    • Get Providers
      GET
    • Get Bouquet
      POST
    • Validate Account
      POST
    • Payment
      POST
  • Electricity
    • Get Providers
      GET
    • Validate Account
      POST
    • Payment
      POST
  • Showmax
    • Get Bouquets
      GET
    • Payment
      POST
  • Gaming
    • Get Providers
      GET
    • Validate Account
      POST
    • Payment
      POST
  • Wallet
    • Balance
      GET
  • Transaction Query
    POST
  1. Electricity

Validate Account

POST
https://api.paybeta.ng/v2/electricity/validate

Request

Authorization
Add parameter in header
P-API-KEY
Example:
P-API-KEY: ********************
Header Params

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🟠422Failed
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.paybeta.ng/v2/electricity/validate' \
--header 'Accept;' \
--header 'P-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "service": "ikeja-electric",
    "meterNumber": "0111100049",
    "meterType": "prepaid"
}'
Response Response Example
200 - Success
{
    "status": "successful",
    "message": "Request processed successfully.",
    "data": {
        "customerName": "CHUKWUMA CIROMA ADEKUNLE",
        "customerAddress": "PLT 001, MGF STREET",
        "meterNumber": "0111100049",
        "meterType": "PREPAID",
        "minimuVendAmount": 6.72
    }
}
Modified at 2025-09-19 21:34:05
Previous
Get Providers
Next
Payment
Built with