Skip to main content

Billers

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

Biller Category

Description: This endpoint displays all biller categories

GET /biller-category
curl `${base_url}/biller-category`
-H "Content-type: application/json"

Biller

Description: This endpoint displays all active billers under the specified Biller Category. The sample displays all billers under category 1 which is the Cable TV biller category.

GET /biller/category/1
curl `${base_url}/biller/category/1`
-H "Content-type: application/json"

WAEC REGISTRATION AND RESULT CHECKER

Description: This endpoint is for WAEC registration and WAEC result checking. It does not require bill-query before payment

POST / http://sandbox.etranzactng.com/SBP/bill-payment
curl `http://sandbox.etranzactng.com/SBP/bill-payment`
-H "Content-type: application/json"
-d
{
"clientRef": "{{clientReference}}",
"billId": 38,
"customerId": "08094198876",
"amount": 200
}
-X POST

POST / http://sandbox.etranzactng.com/SBP/bill-payment
curl `http://sandbox.etranzactng.com/SBP/bill-payment`
-H "Content-type: application/json"
-d
{
"clientRef": "{{clientReference}}",
"billId": 39,
"customerId": "2347051825495",
"amount": 200
}
-X POST