Bill Payment (Data Bundle)
base_url: http://sandbox.etranzactng.com/SBP
Description: This endpoint is used for Bill Payment
- Sample Request
- Sample Response
Request Parameters
POST /bill-payment
curl `${base_url}/bill-payment`
-H "Content-type: application/json"
-X POST
-d '{
"clientRef": "TestBillPay052",
"billQueryRef": "09FG210330052641738QRPZN7",
"billId": 35,
"customerId": "2348077373795",
"amount": 100,
"productId":"DATA-31"
}
'
info
Payload may differ depending on biller. All billers and their respective payload can be found at Billers Payment Payloads and Sample Customer ID'S Section
POST /bill-payment
{
"status": true,
"message": "Bill Payment was successful",
"result": {
"clientRef": "TestBillPay052",
"paymentRef": "09FG210330052710848T9HNG7",
"customerId": "2348077373795",
"terminalId": "7000000001",
"mobile": null,
"productId": "DATA-31",
"billId": 35,
"billName": "Glo Data Bundle",
"billerCode": "glo",
"customerName": null,
"status": "PAID_PROCESSED"
}
}