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

Get Providers

GET
https://api.paybeta.ng/v2/electricity/providers

Request

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

Responses

🟢200Get Providers
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.paybeta.ng/v2/electricity/providers' \
--header 'Accept;' \
--header 'P-API-KEY: <api-key>'
Response Response Example
{
    "status": "successful",
    "message": "Request processed successfully.",
    "data": [
        {
            "name": "Enugu Electricity",
            "category": "electricity",
            "slug": "enugu-electric",
            "status": true,
            "logo": "https://res.cloudinary.com/paybeta/image/upload/v1715293602/Provider/Electricity/eedc.png"
        },
        {
            "name": "Abuja Electricity",
            "category": "electricity",
            "status": true,
            "logo": "https://res.cloudinary.com/paybeta/image/upload/v1715293658/Provider/Electricity/aedc.png"
        },
        {
            "name": "Ikeja Electric",
            "category": "electricity",
            "slug": "ikeja-electric",
            "status": true,
            "logo": "https://res.cloudinary.com/paybeta/image/upload/v1715293826/Provider/Electricity/ikedc.png"
        }
        ...
    ]
}
Modified at 2025-09-19 21:34:05
Previous
Payment
Next
Validate Account
Built with