Skip to main content

Bill Query

base_url: http://sandbox.etranzactng.com/SBP

Description: This endpoint confirms the validity of customer’s details

Request Parameters

ParameterDescription
clientRefThis is the unique transaction id generated per transaction by client and should be between 10 and 25 digits
billIdThis is the corresponding Biller ID (First ID returned in the service-type endpoint)
customerIdThis holds the biller ID example smartcard number, meter number etc
POST /bill-query
curl `${base_url}/bill-query`
-H "Content-type: application/json"
-X POST
-d '{
"clientRef": "291-459-4067",
"billId": 18,
"customerId": "04175299546"
}'