VerifyMe API
Search
K

BVN Identity Matching

BVN Identity Boolean matching
Please note that when using your test key, Our test persona is John Doe and his BVN is 10000000001. Hence all matching done with your test keys with details other than our Test Persona would simulate a failed identity matching.

John Doe's matching test

ID_SAMPLE = {
idNumber: '10000000001',
firstname: 'John',
lastname: 'Doe',
dob: '04-04-1944',
gender: 'male',
phone: '+2348000000001'
}
JSON
CURL
{
"firstname": "JOHN",
"lastname": "Doe",
"phone": "+2348000000001",
"dob": "04-04-1944",
"gender": "female",
"email": "[email protected]"
}
curl --location --request POST 'https://vapi.verifyme.ng/v1/verifications/identities/bvn/10000000001/match' \
--header 'Authorization: Bearer {your secret key}' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstname": "JOHN",
"lastname": "DOe",
"phone": "+2348000000001",
"dob": "04-04-1944",
"gender": "female",
"email": "[email protected]"
}
'
post
https://vapi.verifyme.ng
/v1/verifications/identities/bvn/:ref/match
Identity Matching