Instant verification of BVN, NIN, Bank Account Name, and Driver's License for your Nigerian applications.
Get full BVN data of any user in Nigeria
{
"status": "success",
"data": {
"bvn": "12345678901",
"first_name": "Chinaza",
"last_name": "Okoro",
"phone": "08034567890",
"dob": "1995-05-12",
"gender": "Female"
}
}Get NIN data including user photograph
{
"status": "success",
"data": {
"nin": "12345678901",
"full_name": "Emmanuel Chukwudi Adebayo",
"address": "12 Adeola Odeku, Victoria Island",
"dob": "1992-11-03",
"photo": "base64_or_url"
}
}Resolve bank account number to verified account name
{
"status": "success",
"data": {
"account_number": "0123456789",
"bank_code": "058",
"account_name": "ADEBAYO EMMANUEL CHUKWUDI"
}
}Verify Driver's License details
{
"status": "success",
"data": {
"id_no": "DL123456789",
"full_name": "Fatima Yusuf",
"expiry_date": "2028-08-15",
"class": "B"
}
}