Skip to main content

Get borrower

GET: https://api.creditchek.africa/v1/identity/check?bvn=*bvn*

Request Parameters

NamePositionRequiredDescription
tokenHeadersTrueapp public key
bvnqueryTrueuser bvn
Example Request
---
curl --location --request GET 'https://api.creditchek.africa/v1/identity/check?bvn=22372292144' \
--header 'token: {{token}}'
---
Response
{
"status": true,
"data": {
"borrowerId": "6287757348cc6c0013f4d0a0",
"fullName": "Bob Saget",
"dateOfBirth": "",
"maritalStatus": "Single",
"currentAddress": "Ikorodu road, Lagos",
"residenceHistory": [],
"mobileNumber": ["09013547689"],
"email": [],
"financialInstitutions": [],
"gender": "Male",
"createdAt": "2022-04-22T11:46:37.428Z",
"bvn": "22057999601",
"guarantorInfo": {
"consentStatus": "pending"
},
"employmentInfo": {},
"loanInfo": {},
"businessTermsAgreement": {
"isAccepted": true
},
"bankStatement": [
{
"accountName": "Bob Saget",
"accountNumber": "2085336417",
"bankName": "uba",
"bankCode": "033",
"url": "https://res.cloudinary.com/creditchek-africa/image/upload/v1659437762/pdfStatement/62628a43522d450014cbea40_6262959daf09fe4fe0842652_033_savings_uba.pdf",
"_id": "63a993d16864c8d2d7fe7148"
}
]
},
"message": "successful",
"error": false
}