Electric 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

📘

Post

https://api.prembly.com/identitypass/verification/gh/meter-verification

Request headers

keyvaluedescription
app-idapp-idyour app-id
x-api-keyapi-keyyour api-key

Request body

Keyvaluedescription
meter_number1234567890user's meter number
verification_typepayment_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"
   }
}