SSNIT
Verify a Social Security and National Insurance Trust Number
POST
{{BASE_URL}}/api/v1/biometrics/merchant/data/verification/gh/ssnit
Headers
Name
Type
Description
x-api-key*
String
your secret key
Request Body
Name
Type
Description
number*
String
ssnit number
{
"status": true,
"response_code": "00",
"message": "SSNIT Information retrieved",
"data": {
"FSSNo": "",
"FullName": "",
"BirthDate": "",
"Sex": "",
"CardSerial": "",
"Photo": "base64Image",
}
}
Last updated