Basic BVN Verification
This service allows you to validate and measure how closely the provided user details (such as name, gender, phone number, and date of birth) match against a given BVN.
Verify Basic BVN
Headers
Name
Type
Description
Request Body
Parameter
Type
Required
Description
Response Body
{
"success": true,
"message": "Request successful",
"data": {
"nameMatchRlt": "Exact Match",
"namesMatchPercentage": 100,
"birthdayMatchRlt": "Exact Match",
"genderMatchRlt": "Exact Match",
"phoneNumberMatchRlt": "Exact Match",
"verificationId": "idcheck-***"
}
}Parameter
Type
Description
Matching Logic
Last updated