Pay TV Bill

You can buy satellite TV subscription packages through Payshiga’s API.

If you trigger a POST request, Payshiga will directly disburse it from your positive balance.

Endpoint

{{baseurl}}/bill-payment/tv/pay

The API requires a number of request parameters.

FieldData TypeDescription
serviceCategoryIdString

Required. The serviceCategoryId of the selected Cable.

cardNumberString

Required. Unique code associated with the TV account.

bundleCodeString

Required. Unique identification number associated with the package.

Your request should look like this.

{
  "serviceCategoryId": "string",
  "bundleCode": "string",
  "cardNumber": "string"
}