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
serviceCategoryIdString

Required. The serviceCategoryId of the selected Cable.

phoneNumberString

Required. Phone number you want to load data on.

bundleCodeString

Required. Unique identification number associated with the package.

Your request should look like this.

{
  "serviceCategoryId": "string",
  "phoneNumber": "string",
  "bundleCode": "bundle code selected"
}