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
serviceCategoryIdStringRequired. The serviceCategoryId of the selected Cable.
cardNumberStringRequired. Unique code associated with the TV account.
bundleCodeStringRequired. Unique identification number associated with the package.
Your request should look like this.
{
  "serviceCategoryId": "string",
  "bundleCode": "string",
  "cardNumber": "string"
}