Bills Payment
Pay electricity bill
Pay Electricity Bill
You can buy electricity units through Payshiga’s API.
If you trigger a POST request, Payshiga will directly disburse it from your positive balance.
Endpoint
{{baseurl}}/bill-payment/electricity/pay
The API requires a number of request parameters.
Field | Data Type | Description |
---|---|---|
serviceCategoryId | String | Required. The serviceCategoryId of the selected Cable. |
amount | String | Required. This specifies the amount of money the intended package costs. |
meterNumber | String | Required. Unique code associated with the electricity account. |
vendType | String: Enum | This specifies the type of utility service you are paying for. |
reference | String | Optional information you can attach to the transaction. |
Your request should look like this.