Verify Social Security and National Insurance Trust (SSNIT)

SSNIT Verification

POST {{baseurl}}/v2/api/identity/gh/ssnit

Headers

Name
Type
Description

token*

String

API secret token

Request Body

Name
Type
Description

id*

String

Candidates SSNIT number

isSubjectConsent*

Boolean

Indicate subject has given consent. Must be true

validations

Object

Validation object

data

Object

Validation data object

lastName

String

lastname to compare against ID

firstName

String

first name to compare against ID

dateOfBirth

String

date of birth to compare against ID

selfie

Object

selfie validation object

image

String

Base64 or URL of selfie image to compare against ID

metadata

Object

Metadata object. Any valid object can be passed here. It gets returned as is.

SSNIT Verification

The SSNIT verification feature is used to verify that a provided SSNIT number exists in the government database. It shows the full information of the SSNIT holder;

SSNIT Facial Matching

The SSNIT Facial Matching is used to verify that a SSNIT is valid and also that the image provided matches the image in the database. This includes a confidence score of the facial matching.

SSNIT Validation

SSNIT Validation is used to verify a SSNIT and compare given data parameters against the data present in the government database. For example, a first name and last name can be provided and this will validate as true or false as to whether it matches with the names in the database or not.

SSNIT Full Sample Request

This is a sample request that contains all the parameters as described above, all in one call.

Last updated

Was this helpful?