Electric Meter Verification
Verify your Ghana meter number
The meter number verification allows our Users verify their Ghana meter number typically ensuring the accuracy and validity of the meter numbers associated with utility meters.
Meter numbers are unique identifiers assigned to individual meters to track usage and maintenance
To verify, enter the meter number and select type of verification as meter verification
Test data
Post
https://api.prembly.com/identitypass/verification/gh/meter-verification
Request header
key | value | description |
---|---|---|
app-id | app-id | your app-id |
x-api-key | api-key | your api-key |
Request body
key | value | description |
---|---|---|
meter_number | 1234567890 | user's meter number |
verification_type | meter_verification |
Sample response
{
"status":true,
"response_code":"00",
"detail":"Verification successful",
"data":{
"meterNumber":"1234567890",
"tenantNamer":"john doe",
"phoneNumber":"",
"physicalAddress":"120 b EAST LEGION",
"gpsCoordinate":"-0.0000000 / 1.0000000",
"dt":"AA00/AA00",
"lastPaymentDate":"11-11-1900",
"lastPaymentAmount":"GHc 100.00"
},
"verification":{
"reference":"db000007-c000-000E-E00c-73e5A200E37c"
}
}
Response description
key | value | description |
---|---|---|
physical_address | no 1 lake road | user's address |
gps_coordinate | 0.0000000/0.0000000 | user's meter location |
meter_number | 1234567890 | user's meter number |
tenant_namer | john | user's name |
phone_number | 1234567890 | user's mobile number |
dt | AA00/AA00 | dial type |
Last_payment_date | 01-01-1900 | last date of payment |
last_payment_amount | 10ghc | last amount paid |
Updated 8 months ago