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

Payment

POST
https://api.paybeta.ng/v2/cable/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/cable/purchase' \
--header 'Accept;' \
--header 'P-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "service": "dstv",
    "smartCardNumber": "806***82",
    "amount": 200,
    "packageCode": "COMPLE36",
    "customerName": "JOHN DOE",
    "reference": "{{$timestamp}}"
    

}'
Response Response Example
{
    "status": "successful",
    "message": "Transaction successful",
    "data": {
        "reference": "1715458530",
        "amount": 201,
        "chargedAmount": 197.99,
        "commission": 3.02,
        "biller": "DStv Compact Plus",
        "customerId": "8216167618",
        "token": null,
        "unit": null,
        "bonusToken": null,
        "transactionDate": "2024-05-11 21:15:31",
        "transactionId": "17154585319693132432"
    }
}
Modified at 2025-09-19 21:34:05
Previous
Validate Account
Next
Get Providers
Built with