v7

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-31249122.2 KB
VAS

Cable subscription

Renew a cable TV subscription.

post/api/v1/cable/buy

Request body

smartcardNumberstring required
cableplanstring required

planId from GET /api/v1/plans/cable (planId field) or Mongo _id. Provider is resolved from the plan.

customerNamestring required
customerRefstring

Example request

{
  "smartcardNumber": "1234567890",
  "cableplan": "GOtv_Supa_Plus_monthly_N16_800",
  "customerName": "John Doe",
  "customerRef": "CABLE-REF-001"
}

Response

OK