API Documentation
Homepage Get User Balance API Airtime API Data API Fetch Data Plans List Cable TV API Cable TV Verification API Fetch Cable TV Plans List Electricity API Electricity Verification API Fetch Electricty Plan IDs Bulk SMS API Data Pin API Exam Pin API Recharge Card API Internet Bundle API Fetch Internet Bundles List Transaction Query API Webhook API
× Homepage Get User Balance API Documentation Airtime API Documentation Data API Documentation Fetch Data Plans List API Documentation Cable TV API Documentation Cable TV Verification API Documentation Fetch Cable TV Plans List API Documentation Electricity API Documentation Electricity Verification API Documentation Fetch Electricty Plan IDs List API Documentation Bulk SMS API Documentation Data Pin API Documentation Exam Pin API Documentation Recharge Card API Documentation Internet Bundle API Documentation Fetch Internet Bundles List API Documentation Transaction Query API Documentation Webhook API Documentation

Electricity Verification API Integration

(Live Environment)

This guide will help you integrate our Electricity Verification API into your system.

Electricty Verification API Request cURL Init Sample

curl -X POST https://vtunaija.com.ng/api/billpayment/verify/ \
-H "Authorization: Token YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"disco_name": "1",
"meter_number": "289645439",
"request-id": "879207ty798y0787s"
}'

Successful Electricity Verification API Response Example

This is an example of the response returned for a successful Electricity verification.

{
"Status": "successful",
"status": "success",
"api_response": "Meter Verification Name gotten successfully",
"id": "78977865523",
"ident": "78977865523",
"Customer_Name": "Roland Johnson",
"name": "Roland Johnson",
"Customer_Address": "Abuja - Gwagwalada - Damin Kara"
}

Failed Electricity Verification API Response Example

This is an example of the response returned for a Failed Electricity verification.

{
"Status": "failed",
"status": "fail",
"api_response": "Meter Name Verification Failed",
"id": "78977865523",
"ident": "78977865523"
}

Failed API Response

This is an example of a failed API response caused by factors such as an incorrect API key, Invalid request method and so on.

{
"Status": "failed",
"status": "fail",
"message": "Invalid request method. Only POST method is allowed",
}

Post Terms Defined and Interpreted

disco_name: This field identifies the specific electricity service provider for which the user is making a bill payment. The *disco_name* field is represented by numbers such as 1, 2, 3, 4, 5, 6, etc., corresponding to various electricity companies in Nigeria. For the full list of Vtunaija Electricity IDs and Plan IDs, refer to API Documentation Page 1.

meter_number: This field specifies the electricity meter number for which the user intends to make a bill payment.

request-id: This is the unique ID you send as the Request ID.