Verify Nigeria vNIN with selfie
Verify a Nigeria virtual NIN (vNIN) together with a selfie photo
Verify vNIN with selfie
POST
https://api.appruve.co/v1/verifications/ng/virtual_nin_with_selfie
This endpoint allows you to verify a vNIN together with a selfie photo
Headers
Name
Type
Description
Authorization*
String
Bearer <token>
Request Body
Name
Type
Description
vnin*
String
The vNIN
selfie_image*
Object
The selfie photo file object
{
"confidence_score": 95,
"id_type": "national_id",
"country_code": "ng",
"status": "success",
"face_on_id_document": "url",
"face_match_percent": 90,
"id_match_percent": 100,
"selfie_face_url": "url",
"selfie_image_submitted": "url",
"id_face_sharpness": 99,
"id_face_brightness": 89,
"selfie_face_sharpness": 97,
"selfie_face_brightness": 91,
"id_details": {},
"created_at": "2020-05-11",
"transaction_reference": "0e2e59cf-2c96-4cc9-b0c2-c8922429b379"
}
Last updated