SSNIT with Face

Verify a Social Security and National Insurance Trust Number with face validation

POST {{BASE_URL}}/api/v2/biometrics/merchant/data/verification/gh/ssnit/face

Headers

NameTypeDescription

x-api-key*

String

your secret key

app-id*

String

your app id

Request Body

NameTypeDescription

number*

String

ssnit number

image*

String

face image(base64,png, jpg)

{ 
    "status": true, 
    "response_code": "00", 
    "message": "SSNIT Information retrieved", 
    "face_data": {
        "status": true,
        "response_code": "00",
        "message": "Face Match",
        "confidence":99.9
    },
    "data": { 
        "FSSNo": "", 
        "FullName": "", 
        "BirthDate": "", 
        "Sex": "", 
        "CardSerial": "", 
        "Photo": "base64Image",
    },
    "verification": {
        "status": "",
        "reference": ""
    }
}

Last updated