Skip to main content
Buy a cable TV subscription package through the Reeple API. The amount is disbursed directly from your available balance.

Endpoint

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

Request body

FieldTypeDescription
serviceCategoryIdStringRequired. The ID of the selected cable provider.
cardNumberStringRequired. The TV account (smartcard/IUC) number.
bundleCodeStringRequired. Identifier of the selected package — see List TV packages.
{
  "serviceCategoryId": "string",
  "bundleCode": "string",
  "cardNumber": "string"
}