Ghana
Ghana ID Card Advanced
Verify a customer’s identity using their Ghana Card number alongside a selfie image.
POST
Ghana ID Card with Face
The Ghana ID Card Advanced endpoint verifies a customer’s identity by matching their Ghana Card number against a submitted selfie image. Returns verified personal details and the registrant’s photo on record.Documentation Index
Fetch the complete documentation index at: https://docs.smartcomply.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Request
Headers
| Header | Value | Required |
|---|---|---|
x-access-token | Your API secret key | Yes |
Content-Type | application/json | Yes |
Body Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
identification_number | string | Yes | The customer’s Ghana Card number (format: GHA-000000000-0) |
selfie_image | string | Yes | Base64-encoded selfie image for face matching |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
data.FullName | string | Full name |
data.FirstName | string | First name |
data.LastName | string | Last name |
data.DOB | string | Date of birth |
data.Gender | string | Gender |
data.Address | string | Registered address |
data.IDNumber | string | Ghana Card number |
data.IssuanceDate | string | Card issue date |
data.ExpirationDate | string | Card expiry date |
data.Photo | string | Base64-encoded ID photo on record |

