Payment History
view payment history
To verify your Ghana meter payment history, simply enter your meter number and select verification type as payment history.
Test data
Posthttps://api.prembly.com/identitypass/verification/gh/meter-verification
Request Headers
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 |
meter_verification | payment_history |
{
"status":true,
"response_code":"00",
"detail":"Verification successful",
"data":{
"meterNumber":"0013344208",
"physicalAddress":"0750-HSEEAST LEGON, St1 - Legon - ADJIRIGANOR, ADJIRIGANOR, LEGON",
"timeRange":"20-02-2023 to 20-02-2024",
"gpsCoordinate":"-0.1409356 / 5.6440334",
"recordsFound":5,
"records":[
{
"amount":"GHc 230.00",
"date":"29-11-2023"
},
{
"amount":"GHc 200.00",
"date":"01-09-2023"
},
{
"amount":"GHc 75.00",
"date":"23-08-2023"
},
{
"amount":"GHc 75.00",
"date":"23-08-2023"
},
{
"amount":"GHc 75.00",
"date":"10-08-2023"
}
]
},
"verification":{
"reference":"15074d5e-94de-4bf7-bec0-6710dc85ac2d"
}
}
Updated 9 months ago