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

Get Bouquets

GET
https://api.paybeta.ng/v2/showmax/bouquet

Request

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

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.paybeta.ng/v2/showmax/bouquet' \
--header 'Accept;' \
--header 'P-API-KEY: <api-key>'
Response Response Example
{
    "status": "successful",
    "message": "Request processed successfully.",
    "data": {
        "packages": [
            {
                "code": "full",
                "description": "ShowMax Full - N3,500",
                "price": "3500.00"
            },
            {
                "code": "mobile_only",
                "description": "ShowMax Mobile Only - N1,600",
                "price": "1600.00"
            },
            {
                "code": "full_sports_mobile_only",
                "description": "ShowMax Full Sports Mobile Only - N5,400",
                "price": "5400.00"
            }
           ...
        ]
    }
}
Modified at 2025-09-19 21:34:05
Previous
Payment
Next
Payment
Built with