Bills PaymentsElectricityElectricity Validate

Validate Electricity Customer

Validates a customer’s meter number for a selected electricity provider and meter type (prepaid or postpaid).

Endpoint

POST https://backendapi.sayswitchgroup.com/api/v1/electricity/validate

Sample cURL Request

curl -X POST https://backendapi.sayswitchgroup.com/api/v1/electricity/validate \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "IBEDC",
    "type": "prepaid",
    "number": "0159003278896"
  }'
 

Sample Response

{
  "success": true,
  "code": "00000",
  "message": "Fetched successfully",
  "data": {
    "provider": "IBEDC",
    "number": "0159003278896",
    "type": "prepaid",
    "Customer_Name": "IDOWU ADEDOYIN  SUNDAY 3   ."
  }
}

Response Fields

FieldTypeDescription
successbooleanIndicates if the request was successful
codestringApplication-level response code
messagestringDescriptive message about the result
dataobjectContains the validated meter details
providerstringThe electricity provider (e.g., “IBEDC”)
numberstringThe meter number that was validated
typestringMeter type (e.g., “prepaid”, “postpaid”)
Customer_NamestringName associated with the meter number