Overview
The Electricity Bills API allows you to validate a customerâs meter number and complete an electricity purchase across supported service providers. Before initiating a purchase, you must first validate the customerâs meter number using the validate meter number endpoint. Once validated, you can proceed to purchase electricity using the generated details.Validate Meter Number
Use this endpoint to verify a customerâs meter details before initiating a purchase.Youâll need to pass the service provider ID (
serviceId) and the customerâs meter number as (customerAccountId).
Request
Response
Purchase Electricity
After successfully validating the meter number, send a POST request to this endpointapi/v1/BillsPayment/initiateelectricitypurchase to complete the electricity bill payment.
Provide the customerâs meter information, amount, and meterType which can be âprepaidâ or âpostpaidâ. If you donât include a reference.
Novac uses a reference to track transactions, so itâs important to include it; if you donât, we will generate one.
Request
Response