Pay Internet

You can buy internet data plans through Payshiga’s API. If you trigger a POST request, Payshiga will directly disburse it from your positive balance.

Endpoint

{{baseurl}}/bill-payment/internet/pay The API requires a number of request parameters.
FieldData TypeDescription
serviceCategoryIdStringRequired. The serviceCategoryId of the selected Cable.
phoneNumberStringRequired. Phone number you want to load data on.
bundleCodeStringRequired. Unique identification number associated with the package.
Your request should look like this.
{
  "serviceCategoryId": "string",
  "phoneNumber": "string",
  "bundleCode": "bundle code selected"
}