Skip to main content

Bank Account Number Verification (Advanced)

POST: https://api.creditchek.africa/v1/identity/verifyData?account_number=01862757&bank_code=058


Sample request account_number: 1234567890 and 9876543210

Request Parameters

NamePositionRequiredDescription
tokenHeadersTrueapp public key
account_numberqueryTrueuser account number
bank_codequeryTrueinstitution short code
Example Request
---
curl --location --request POST 'https://api.creditchek.africa/v1/identity/verifyData?account_number=1234567890&bank_code=058 \
--header 'token: {{token}}'
---
Response
{
"status": true,
"data": {
"_id": "62c44dac471f088c5d2f498b",
"account_number": "1234567890",
"businessId": "6287757348cc6c0013f4d0a0",
"__v": 0,
"account_currency": "",
"account_name": "Joshua Doe",
"account_type": "",
"address_1": "35 John Ebu Str Isawo Agric Ikorodu",
"country_of_birth": "Nigeria",
"country_of_issue": "Nigeria",
"createdAt": "2022-07-05T14:41:49.283Z",
"dob": "1999-02-18",
"email": "",
"first_name": "Joshua",
"gender": "Male",
"identity_number": "223538299202",
"identity_type": "BVN",
"last_name": "Doe",
"lga_of_origin": "Oshimili North",
"lga_of_residence": "Ikorodu",
"marital_status": "Single",
"nationality": "Nigeria",
"other_names": "Ikechukwu",
"phone": "07053761455",
"state_of_origin": "Delta State",
"state_of_residence": "Lagos State",
"updatedAt": "2022-07-06T10:04:00.644Z",
"verification": {
"status": "VERIFIED",
"reference": "45ca76e9-94c5-471f-83c3-65a2c4bb9fbd"
},
"photo": "https://res.cloudinary.com/creditchek-africa/image/upload/v1657032204/bvnData/ds2qx9d993gublhjoely.jpg",
"bank_code": "058"
},
"message": "successful",
"error": false
}