Lookup Ghana SSNIT ID
Lookup Ghana Social Security ID
This endpoint allows you to Lookup Ghana SSNIT ID
Parameters
{{baseUrl}}/api/v1/gh/kyc/ssnit
Header
Header | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | public secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Query Params
Key | Type | Description | |
---|---|---|---|
id * | string | The Voter Number, Application ID, or National ID Number (NIN) | required |
full_name * | string | The full name of the document holder | required |
date_of_birth* | string | The date of birth of the document holder in the form yyyy-MM-DD | required |
Response Sample
{
"entity": {
"card_serial": "R1970200019702",
"date_of_birth": "1980-02-03",
"full_name": "John Doe",
"gender": "MALE",
"id": "C000000000000",
"is_date_of_birth_match": true,
"is_full_name_match": true,
"picture": "iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYA"
}
}
{
"message": "SSNIT not found"
}
Updated 12 months ago