Skip to main content

BVN Identity Verification

POST: https://api.creditchek.africa/v1/identity/verifyData?bvn=*bvn*


Sample request bvn: 12345678901 and 12345678902

Request Parameters​

NamePositionRequiredDescription
tokenHeadersTrueapp secret key
bvnqueryTrueuser bvn
Example Request
---
curl --location --request POST 'https://api.creditchek.africa/v1/identity/verifyData?bvn=12345678901' \
--header 'token: {{token}}'
---
Response
{
"status": true,
"data": {
"bvn": "12345678901",
"dateOfBirth": "14-Feb-1990",
"email": "",
"enrollmentBank": "058",
"enrollmentBranch": "WARRI",
"firstName": "JOSHUA",
"gender": "Male",
"lastName": "ABDUL",
"lgaOfOrigin": "Oshimili North",
"lgaOfResidence": "Ikorodu",
"maritalStatus": "Single",
"middleName": "IKECHUKWU",
"nameOnCard": "ABDUL IKECHUKWU JOSHUA",
"nationality": "Nigeria",
"nin": "",
"phones": ["08173468083", ""],
"photo": "https://cdn2.vectorstock.com/i/1000x1000/51/51/passport-photo-of-young-handsome-man-closeup-vector-20715151.jpg",
"registrationDate": "06-Nov-2015",
"residentialAddress": "35, JOHN CREEK STR AGRIC OGUDU",
"stateOfOrigin": "Delta State",
"stateOfResidence": "Lagos State",
"title": "Mr",
"verification": {
"status": "VERIFIED",
"reference": "55043bab-67a3-4b38-8cbf-411287c052b8"
},
"watchListed": "NO"
},
"message": "successful",
"error": false
}