Nigeria π³π¬
Credit Summary
GETTING STARTED
- Sign In
- Create an App
- Fund Wallet
- Authentication
- Webhooks
GOVERNMENT DATABASE CHECKS (Individual)
- Nigeria π³π¬
- Kenya π°πͺ
- Uganda πΊπ¬
- Ghana π¬π
- South Africa πΏπ¦
- Angola π¦π΄
- Zimbabwe πΏπΌ
- Zambia πΏπ²
GOVERNMENT DATABASE CHECKS (Businesses)
- Nigeria π³π¬
IDENTITY VERIFICATION SERVICES
- Global Identity Verification π
- Nigeria π³π¬
- United States πΊπΈ
- United Kingdom π¬π§
- Canada π¨π¦
BIOMETRIC CHECKS
DOCUMENT ANALYSIS
ADDRESS VERIFICATION
- Nigeria π³π¬
AML (Global)
- AML Screening Individual
- AML Screening Business
MESSAGING SERVICES
GLOBAL BUSINESS CHECK
GENERAL SERVICES
Nigeria π³π¬
Credit Summary
The Credit Summary API provides a comprehensive summary of an individualβs credit history, linked to their Bank Verification Number (BVN). This API is designed to give financial institutions, lenders, and credit agencies a quick and accurate overview of a userβs creditworthiness, including outstanding loans, repayment history, and overall credit behavior.
Use with the BVN Number
Request
[GET]
{{baseUrl}}/api/v1/credit_bureau
Header
Parameter | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | public secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Query parameter
Parameter | Type | Description | |
---|---|---|---|
bvn | string | BVN Number of Customer |
Sample response
Response
{
"entity": {
"address": "ELEGANZA HOUSE,15B JOSEPH WESLEY STR.BROAD STREET 025 NG LAGOS NIGERIA ",
"bvn": "12345678901",
"dateOfBirth": "01/01/1904",
"email": "",
"gender": "Male",
"name": "John Doe Anon",
"phone": "080123456789",
"score": {
"bureauStatus": {
"crc": "success",
"creditRegistry": "success",
"firstCentral": "success"
},
"creditEnquiries": [
{
"source": "CREDIT_REGISTRY",
"value": [
{
"contactPhone": "234 (1) 2798800",
"date": "2022-11-13T00:00:00",
"loanProvider": "Suretree Systems Limited",
"reason": "N/A"
}
]
}
],
"creditEnquiriesSummary": [
{
"source": "CREDIT_REGISTRY",
"value": {
"Last12MonthCount": "38",
"Last36MonthCount": "101",
"Last3MonthCount": "4"
}
}
],
"creditors": [
{
"source": "CREDIT_REGISTRY",
"value": [
{
"Address": "Stallion Plaza 36 Marina Lagos Island Lagos",
"Name": "Union Bank of Nigeria Plc",
"Phone": "0123456789",
"Subscriber_ID": "734289734289248261"
}
]
}
],
"highestLoanAmount": [
{
"source": "CRC",
"value": 5000
}
],
"lastReportedDate": [
{
"source": "CRC",
"value": "13/Nov/2022"
}
],
"loanHistory": [
{
"source": "CRC",
"value": [
{
"accountNumber": "01234567893",
"dateReported": "30-Apr-2019",
"installmentAmount": "",
"lastPaymentDate": "",
"loanAmount": "5000",
"loanDuration": null,
"loanProvider": "UNION BANK OF NIGERIA PLC",
"outstandingBalance": "0",
"overdueAmount": "0",
"paymentHistory": [],
"performanceStatus": "Performing",
"status": "Open",
"type": "Overdraft"
}
]
}
],
"loanPerformance": [
{
"source": "FIRST_CENTRAL",
"value": [
{
"accountNumber": "12345678928181192",
"loanAmount": 250800,
"loanCount": 1,
"loanProvider": "Union Bank Nigeria Plc Lagos",
"noOfNonPerforming": 0,
"noOfPerforming": 1,
"outstandingBalance": 0,
"overdueAmount": 0,
"performanceStatus": "Performing",
"status": "Closed"
}
]
}
],
"maxNoOfDays": [
{
"source": "CRC",
"value": null
}
],
"totalBorrowed": [
{
"source": "CRC",
"value": 445800
}
],
"totalMonthlyInstallment": [
{
"source": "CRC",
"value": 10000
}
],
"totalNoOfActiveLoans": [
{
"source": "CRC",
"value": 1
}
],
"totalNoOfClosedLoans": [
{
"source": "CRC",
"value": 2
}
],
"totalNoOfDelinquentFacilities": [
{
"source": "CRC",
"value": 0
}
],
"totalNoOfInstitutions": [
{
"source": "CRC",
"value": 1
}
],
"totalNoOfLoans": [
{
"source": "CRC",
"value": 3
}
],
"totalNoOfOverdueAccounts": [
{
"source": "CRC",
"value": 0
}
],
"totalNoOfPerformingLoans": [
{
"source": "CRC",
"value": 3
}
],
"totalOutstanding": [
{
"source": "CRC",
"value": 0
}
],
"totalOverdue": [
{
"source": "CRC",
"value": 0
}
]
},
"searchedDate": "2023-12-13T08:42:25.835Z"
}
}
Was this page helpful?
On this page