SSNIT with Face
Verify a Social Security and National Insurance Trust Number with face validation
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"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