SageCloud
  • API Documentation
  • Getting Started
  • Authorization
    • Authentication
    • Headers
  • AIRTIME / EPIN
    • Purchase Airtime
    • Purchase EPIN
  • DATA
    • Fetch Data Providers
    • Fetch data bundles
    • Purchase Data
    • Spectranet Pin Lookup
    • Spectranet Pin Purchase
    • Smile Bundle Lookup
    • Smile Customer Validation
    • Smile Bundle Purchase
    • Corporate Data Lookup
    • Purchase Corporate Data
    • SME Data Lookup
    • Purchase SME Data.
  • CABLE-TV
    • Fetch Providers
    • Validate Smartcard
    • Fetch Billers For Provider
    • Purchase
    • Purchase TV Add-Ons
    • Fetch TV Add-Ons
  • ELECTRICITY
    • Fetch Billers
    • Validate Meter
    • Purchase
  • BETTING
    • Fetch Billers
    • Validate Betting
    • Fund Betting
  • FUNDS TRANSFER
    • Fetch Banks
    • Verify Bank Details
    • Transfer Funds
  • Re-query
  • Error Response
  • KYC
    • Verify BVN
    • Verify NIN
  • Education
    • WAEC Lookup
    • WAEC Purchase
    • JAMB Pin Purchase
    • JAMB Profile Validation
    • JAMB Lookup
Powered by GitBook
On this page

Was this helpful?

  1. CABLE-TV

Fetch TV Add-Ons

GET https://sagecloud.ng/api/v2/cable-tv/fetch-tv-add-ons

Request Body

Name
Type
Description

type*

String

productCode*

String

{
    "success": true,
    "status": "success",
    "message": "Cable TV Addons for COMPE36 fetched successfully.",
    "data": [
        {
            "add_on_product_code": "FRN15E36",
            "product_code": "COMPE36",
            "name": "French Plus",
            "price": "9300",
            "type": "DSTV"
        },
        {
            "add_on_product_code": "MOVIESE36",
            "product_code": "COMPE36",
            "name": "DStv Movie Bundle Add-on E36",
            "price": "2500",
            "type": "DSTV"
        },
        {
            "add_on_product_code": "ASIADDE36",
            "product_code": "COMPE36",
            "name": "Asian Add-on",
            "price": "7100",
            "type": "DSTV"
        },
        {
            "add_on_product_code": "FRN11E36",
            "product_code": "COMPE36",
            "name": "French 11 Bouquet E36",
            "price": "4100",
            "type": "DSTV"
        },
        {
            "add_on_product_code": "HDPVRE36",
            "product_code": "COMPE36",
            "name": "HDPVR/XtraView",
            "price": "2900",
            "type": "DSTV"
        },
        {
            "add_on_product_code": "FRN7E36",
            "product_code": "COMPE36",
            "name": "French Touch",
            "price": "2650",
            "type": "DSTV"
        }
    ]
}
PreviousPurchase TV Add-OnsNextFetch Billers

Last updated 2 years ago

Was this helpful?