Skip to main content

Bill Query (Data Bundle)

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

Description: The information received during this call is crucial to the Bill Payment leg. The plan ID gotten from this query will be the corresponding productid to be used for Bill(Bundle) Payment. Always verify that the AMOUNT & PLAN ID are in tune with the desired plan.

MTN

This Telco has plans that reiterate planIDs. The KEY DIFFERENCE is in the amount.

AIRTEL

This Telco sends planIDs in a numbered format. These numbers are to be sent as received in the productid field during Bill (Bundle) Payment.

ETISALAT

This Telco doesn’t send planIDs but all prices for all Data Bundles are unique.

GLO

This Telco sends planIDs in the following format: DATA-17.

GET /bill-query
curl `${base_url}/bill-query`
-H "Content-type: application/json"
-X POST
-d '{
"clientRef": "TestBillPay051",
"billId": 34,
"customerId": "09039639237"
}'

info

This endpoint confirms the validity of customer’s details and in the case of Data Bundle, brings out all plans available under specified Telco.