Integrating Bills Payment
Integrating Bills Payment
Electricity
To integrate electricity bill payments, call our API endpoint here. To successfully pass a transaction, the following parameters are required:
- Amount
- Payment reference
- Product ID. You can find a list of the product IDs here.
Airtime/Data
To integrate airtime recharge and data subscription from any telco, call our API endpoint here. To successfully pass a transaction, the following parameters are required:
- Amount
- Payment reference
- Product ID. You can find a list of the product IDs here.
- Beneficiary phone number
Pay TV (DSTV, GOTV, and StarTimes)
To integrate pay TV subscription payments, call our API endpoint here. To successfully pass a transaction, the following parameters are required:
- Amount
- Payment reference
- Product ID. You can find a list of the product IDs here.
PAYMENT FEE TYPE
The price for a product can be determined by the fee type. The following payment fee types
describe the payment amount for a product.
Name | |
---|---|
FIXED | Only a fixed amount is payable for the product. |
FLEXIBLE | Any amount is payable for the product. |
RANGE | Any amount being paid for the product must be within a specific boundary. (E.g. a product with fee range 10 - 100 cannot receive amounts less than 10 or greater than 100). |
Updated 5 months ago