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

Payment

POST
https://api.paybeta.ng/v2/airtime/purchase
The available service are:
mtn_vtu
glo_vtu
9mobile_vtu
airtel_vtu

Request

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

Body Params application/json

Examples

Responses

🟢200Purchase
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.paybeta.ng/v2/airtime/purchase' \
--header 'Accept;' \
--header 'P-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "service": "mtn_vtu",
    "phoneNumber": "08123333394",
    "amount": 200,
    "reference": "{{$timestamp}}"
}'
Response Response Example
{
    "status": "successful",
    "message": "Transaction successful",
    "data": {
        "reference": "1714742875",
        "amount": 2000,
        "chargedAmount": 1950,
        "commission": 50,
        "biller": "MTN AIRTIME",
        "customerId": "08068539221",
        "previousBalance": 499971725,
        "currentBalance": 499969775,
        "transactionDate": "2024-05-03 14:27:57",
        "transactionId": "1714742877672593466202420"
    }
}
Modified at 2025-09-19 21:34:05
Previous
Providers
Next
Get Providers
Built with