Bill Status
base_url: http://sandbox.etranzactng.com/SBP
Description: This endpoint is used for Bill Payment verification. The PaymentRef received from eTz is the parameter to be used for this request
- Sample Request
- Sample Response
GET /bill-status/09FG221222221417801CTZBZR
curl `${base_url}/bill
-status/09FG221222221417801CTZBZR`
-H "Content-type: application/json"
GET /bill-status/09FG221222221417801CTZBZR
{
"status": true,
"message": "Bill payment status found",
"result": {
"createdAt": null,
"updatedAt": null,
"id": 733,
"clientRef": "783-745-6771",
"paymentRef": "09FG221222221417801CTZBZR",
"customerId": "04175299546",
"mobile": "09039639237",
"email": null,
"billId": 23,
"billName": "PHCN Abuja PrePaid",
"billType": "INTEGRATED",
"billerName": "PHCN Abuja Prepaid",
"billerCode": "phcnabj",
"amount": 500.0,
"billQueryRef": "09FG221222221356544JE874V",
"terminalId": "7000000001",
"productId": null,
"merchantCode": "0123456789",
"status": "PAID_PROCESSED",
"error": null,
"errorMessage": null
}
}