Cydene Bills API
  • Cydene Agents API Documentation
  • Authentication
    • API Authentication requirements
  • INTEGRATION FLOW
    • Requests
    • Response
  • AIRTIME
    • Airtime recharge providers
    • Purchase Airtime
  • DATA BUNDLES SERVICES
    • Bundle recharge providers
    • Bundle from a provider
    • Purchase Data Bundle
  • SMILE
    • Get Smile Bundle Options
    • Validate Smile Account
    • Purchase Smile Data Bundle
  • SPECTRANET
    • Get Spectranet Data Bundle Options
    • Purchase Spectranet Data Bundle
  • Power
    • Electricity Service Providers
    • Validate
    • Purchase Power
  • Cable Tv
    • Validate
    • Bouquets
    • Addons
    • Renewal
    • Update
  • Betting
    • Get Betting Providers
    • Validate Account
    • Fund Account
  • DSTV SHOWMAX
    • Get plans
    • Subscribe to a showtime plan
  • GAS
    • Create Order
    • Get Available Dispatchers
    • Complete Order
    • Cancel Order
    • Order Status
    • Get Order
  • Transactions
    • GetStatus
    • Get Balance
  • CONTACT US
    • Contact us
  • SMS
    • Send SMS
    • Get Delivery Status
Powered by GitBook
On this page
  1. Cable Tv

Validate

This is a compulsory operation that must be carried out before any purchase is done on any valid multichoice smartcard account. See the Account finder service for more details.

POST {{BASE_URL}}/api/biller/tv/validate

This method returns some very vital information, that we need to pay attention to. 1. The full name of the valid owner of the account. 2. It also returns the current bouquet plan of the user if available. 3. The due date of the current subscription 4. The outstanding balance that the customer is expected to pay in case of a renewal of a subscription plan.

For DSTV, the service type is "dstv". For GOTV, the service type is "gotv". SEE THE REQUEST / RESPONSE TAB BELOW

Headers

Name
Type
Description

x-api-key*

string

3434-4243-ffef-2323

content-type*

string

application/json

Request Body

Name
Type
Description

provider*

string

This is the service type e.g gotv, dstv, etc

account*

string

This is the decorder card number

{
  "isSuccessful": true,
  "message": "string",
  "code": "string",
  "data": {
    "user": {
      "accountNumber": "string",
      "address": "string",
      "name": "string",
      "district": "string",
      "outstandingBalance": "string"
    }
  }
}

PreviousPurchase PowerNextBouquets

Last updated 9 months ago