Ghana
Ghana ID Card
Verify a customer’s identity using their Ghana Card number.
POST
Ghana ID Card
The Ghana ID Card endpoint validates a Ghana Card number and returns the associated personal details including name, date of birth, address, and photo.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) |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
data.FullName | string | Full name |
data.FirstName | string | First name |
data.LastName | string | Last name |
data.OtherNames | string | Other names |
data.DOB | string | Date of birth (YYYY-MM-DD) |
data.Gender | string | Gender |
data.PhoneNumber | string | Registered phone number |
data.Address | string | Registered address |
data.Country | string | Country |
data.IDNumber | string | Ghana Card number |
data.IssuanceDate | string | Card issue date |
data.ExpirationDate | string | Card expiry date |
data.Secondary_ID_Number | string | Secondary identification number |
data.Photo | string | Base64-encoded ID photo |

