Ghana-ID-Card

Verify a Ghana Identity card here

Businesses can now verify the identities of individuals using the Ghana card number to allow for informed decision making.

To use this endpoint, simply enter the Identity card number and a passport photo on the dashboard. To verify on API enter the ID number and a corresponding base 64 high resolution passport URL of the user.

👍

TEST DATA

ID Number:

Image:

📘

POST: https://api.prembly.com/identitypass/verification/gh/id-card

Request Header

keydescription
x-api-keyyour api-key
app-idyour app-id

Request Body

keydescription
numbercard number
Imageupload image document

Sample Response

{
  "message": "user verified successfully",
  "payload": {
    "nationalId": "GHA-123456789-0",
    "cardValidTo": "2031-05-27",
    "surname": "JOHN",
    "forenames": "DOE",
    "nationality": "Ghana",
    "birthDate": "1990-01-0
    "verified": true
        }
        ]
    },
    "verification": {
        "status": "VERIFIED",
        "reference": "24bfa4-5a35-40fe-9cca-d8b0c935"
    },
    "widget_info": {},
    "session": {},
    "endpoint_name": "Ghana id Verification"
}