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

Payment

POST
https://api.paybeta.ng/v2/data-bundle/purchase

Request

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

Body Params application/json

Examples

Responses

🟢200Payment
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.paybeta.ng/v2/data-bundle/purchase' \
--header 'Accept;' \
--header 'P-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "service": "mtn_data",
    "amount": 100,
    "phoneNumber": "08138539550",
    "code": "MT1",
    "reference": "{{$timestamp}}"
}'
Response Response Example
{
    "status": "successful",
    "message": "Transaction successful",
    "data": {
        "reference": "1715553597",
        "amount": 100,
        "chargedAmount": 97.5,
        "commission": 2.5,
        "biller": "MTN 100MB 1 Day",
        "customerId": "08060000000",
        "token": null,
        "unit": null,
        "bonusToken": null,
        "transactionDate": "2024-05-12 23:39:58",
        "transactionId": "17155535989070949852"
    }
}
Modified at 2025-09-19 21:34:05
Previous
Get Data Bundles
Next
Get Providers
Built with