Identity Biometrics
Identity Verifications with biometrics
Verify Identity with biometrics
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"status": "success",
"data": {
"bvn": "10000000001",
"firstname": "John",
"lastname": "Doe",
"middlename": "Favor",
"gender": "Male",
"phone": "080000000001",
"birthdate": "08-03-1992",
"nationality": "Nigerian",
"photo": "base64 image",
"photoMatching": {
"match": true,
"matchScore": 99.899765,
"matchingThreshold": 80,
"maxScore": 100
}
}
}{
"code":"NOT_FOUND_ERROR",
"message":"BVN provided is not found. Please provide a valid bvn"
}Sample Request
Last updated