Verify Ghana SSNIT ID

Verify Ghana Social Security ID

Verify SSNIT

POST https://api.appruve.co/v1/verifications/gh/ssnit

This endpoint allows you verify Ghana SSNIT ID

Headers

NameTypeDescription

Authorization*

string

Bearer <token>

Request Body

NameTypeDescription

id*

string

The SSNIT ID

full_name

string

The full name of the document holder

date_of_birth

string

The date of birth of the document holder in the form yyyy-MM-DD

{
    "id": "C000000000000",
    "full_name": "John Doe",
    "is_full_name_match": true,
    "is_date_of_birth_match": true
}

Last updated