ID-FACE matching
These endpoints allow merchants to verify a user against their registered image using their ID Cards(Voters card, National ID card E.T.C)
TEST DATA
image: https://asset.cloudinary.com/dh3i1wodq/a52b7dVerify User's Identity
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"status": true,
"response_code": "00",
"detail": "Authentication Successful",
"face_data": {
"status": true,
"response_code": "00",
"message": "Fatch Match",
"confidence": 99.99919891357422
},
"data": {
"face_image": "<base64 image>",
"email": "",
"first_name": "",
"last_name": "",
"is_active": true
}
}Last updated