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

Payment

POST
https://api.paybeta.ng/v2/gaming/purchase

Request

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

Body Params application/json

Examples

Responses

🟢200Successful
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.paybeta.ng/v2/gaming/purchase' \
--header 'Accept;' \
--header 'P-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "service": "nairabet",
    "customerId": "201***96",
    "amount": 1000,
    "customerName": "gen***07",
    "reference": "{{$timestamp}}"
    

}'
Response Response Example
{
    "status": "successful",
    "message": "Transaction successful",
    "data": {
        "reference": "1757128779",
        "amount": 100,
        "chargedAmount": 99.8,
        "commission": 0.2,
        "biller": "Nairabet",
        "customerId": "201***96",
        "token": "0",
        "unit": "0",
        "bonusToken": "0",
        "voucher": "0",
        "transactionId": "API-1757128780181651073",
        "transactionDate": "2025-09-06 04:19:40"
    }
}
Modified at 2025-09-19 21:34:05
Previous
Validate Account
Next
Balance
Built with