International Passport (+ Face Validation)
Allows merchant to verify an International passport with face validation
POST
{{URL}}/api/v2/biometrics/merchant/data/verification/national_passport_with_face
Headers
Name
Type
Description
x-api-key*
String
<your secret key>
app-id*
String
<your app id>
Request Body
Name
Type
Description
number*
String
the passport number
last_name*
String
last name
image*
String
base64,png,jpg
{
"status": true,
"detail": "Intl. Passport Verification Successful",
"response_code": "00",
"data": {
"first_name": "",
"last_name": "",
"middle_name": "",
"dob": "",
"mobile":"",
"photo": “base64 image here”,
"signature": “base64 image here”,
"gender": "",
"issued_at": "",
"issued_date": "",
"expiry_date": "",
"number": ""
},
"verification": {
"status": "",
"reference": ""
},
"face_data": {
"status": true,
"message": "Face Match",
"response_code":"00",
"confidence": 99.9
}
}
Last updated