Skip to main content
Check a cable TV account’s validity and subscription status before paying.

Endpoint

POST https://api-v3.reeple.ai/bill-payment/validate-tv

Request body

FieldTypeDescription
serviceCategoryIdStringRequired. The ID of the TV provider — see TV services.
entityNumberStringRequired. The TV account (smartcard/IUC) number.
{
  "serviceCategoryId": "string",
  "entityNumber": "string"
}

Response

{
  "success": true,
  "statusCode": 200,
  "message": "TV validation successful",
  "data": {
    "status": "success",
    "name": "Owner's name",
    "customernumber": "string"
  }
}