PAYBETA API
  1. Airtime
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. Airtime

Providers

GET
https://api.paybeta.ng/v2/airtime/providers
Response:
{
  "status": "successful",
  "message": "Request processed successfully.",
  "data": [
    {
      "name": "MTN VTU",
      "category": "airtime",
      "status": true,
      "logo": "https://res.cloudinary.com/paybeta/image/upload/v1713709773/Provider/VTU/800px-New-mtn-logo_wpn9qq.jpg"
    },
    {
      "name": "GLO VTU",
      "category": "airtime",
      "status": true,
      "logo": "https://res.cloudinary.com/paybeta/image/upload/v1713709647/Provider/VTU/glo_fpaf7m.svg"
    },
    {
      "name": "AIrtel VTU",
      "category": "airtime",
      "status": true,
      "logo": "https://res.cloudinary.com/paybeta/image/upload/v1713709747/Provider/VTU/airtel_qkjpk1.png"
    },
    {
      "name": "9mobile VTU",
      "category": "airtime",
      "status": true,
      "logo": "https://res.cloudinary.com/paybeta/image/upload/v1713709763/Provider/VTU/9mobile_iswfnh.svg"
    }
  ]
}

Request

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

Responses

🟢200Successful
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.paybeta.ng/v2/airtime/providers' \
--header 'Accept;' \
--header 'P-API-KEY: <api-key>'
Response Response Example
{
    "status": "successful",
    "message": "Request processed successfully.",
    "data": [
        {
            "name": "MTN VTU",
            "category": "airtime",
            "status": true,
            "logo": "https://res.cloudinary.com/paybeta/image/upload/v1713709773/Provider/VTU/800px-New-mtn-logo_wpn9qq.jpg"
        },
        {
            "name": "GLO VTU",
            "category": "airtime",
            "status": true,
            "logo": "https://res.cloudinary.com/paybeta/image/upload/v1713709647/Provider/VTU/glo_fpaf7m.svg"
        },
        {
            "name": "AIrtel VTU",
            "category": "airtime",
            "status": true,
            "logo": "https://res.cloudinary.com/paybeta/image/upload/v1713709747/Provider/VTU/airtel_qkjpk1.png"
        },
        {
            "name": "9mobile VTU",
            "category": "airtime",
            "status": true,
            "logo": "https://res.cloudinary.com/paybeta/image/upload/v1713709763/Provider/VTU/9mobile_iswfnh.svg"
        }
    ]
}
Modified at 2025-09-19 21:34:05
Previous
UTILITY BILL PAYMENT API
Next
Payment
Built with