Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Confirm a meter number before payment
POST https://api-v3.reeple.ai/bill-payment/validate-electricity
serviceCategoryId
entityNumber
{ "serviceCategoryId": "string", "entityNumber": "Your electricity account code" }
{ "success": true, "statusCode": 200, "message": "Electricity validation successful", "data": { "discoCode": "string e.g IBADAN", "vendType": "POSTPAID", "meterNo": "903398146101", "minVendAmount": 500, "maxVendAmount": 10000000, "outstanding": 0, "debtRepayment": 0, "name": "Name on the bill", "address": "Address on the bill", "orderId": "Your order id" } }