Individual
Credt Registry History Advanced
Generate Advanced Credit Registry History Report
Overview
Adhere’s CRC Credit Registry Report endpoint provides users with a detailed and comprehensive overview of their credit history. This includes information on credit accounts, payment timelines, credit utilization, account closures, and instances of delinquency. By utilizing this endpoint, users can effectively monitor and manage their credit standing, assess their creditworthiness, and gain insights into factors influencing their credit behavior.
Request Endpoint
POST:
{{BASE_URL}}/api/onboarding/individual/credit_registry_history_advanced/
- Media-Type:
application/json
Status Codes
- 201 Created: The request was successful, and the business’ credit information is returned successfully.
- 400 Bad Request: The request could not be completed due to invalid or missing information.
Payload Fields
200 OK Response
Field Description
Field | Description | Type |
---|---|---|
success | Indicates whether the request was successful or not. | Boolean |
statusCode | The HTTP status code of the response. | Number |
message | A message describing the result of the request. | String |
response_code | The operational response code. | String |
data | An object containing detailed information about the individual’s credit history. | Object |
- _id | The unique identifier for the credit history record. | String |
- bvn | The Bank Verification Number of the individual. | String |
- customerId | The unique identifier assigned to the customer. | String |
- businessId | The unique identifier assigned to the business. | String |
- name | The full name of the individual. | String |
- phone | The phone number of the individual, if available. | String |
- gender | The gender of the individual. | String |
- dateOfBirth | The date of birth of the individual. | String |
- address | The address of the individual, if available. | String |
- email | The email address of the individual, if available. | String |
- score | An object containing detailed credit score information. | Object |
-- totalNoOfLoans | The total number of loans taken by the individual. | Number |
-- totalNoOfInstitutions | The total number of institutions the individual has loans with. | Number |
-- totalNoOfActiveLoans | The total number of active loans. | Number |
-- totalNoOfClosedLoans | The total number of loans that have been closed. | Number |
-- totalNoOfPerformingLoans | The total number of loans that are performing. | Number |
-- totalNoOfDelinquentFacilities | The total number of delinquent facilities. | Number |
-- highestLoanAmount | The highest loan amount taken by the individual. | Number |
-- totalMonthlyInstallment | The total monthly installment amount, if available. | Number |
-- totalBorrowed | The total amount borrowed by the individual. | Number |
-- totalOutstanding | The total outstanding amount on loans. | Number |
-- totalOverdue | The total overdue amount on loans. | Number |
-- maxNoOfDays | The maximum number of days overdue on any loan. | Number |
-- creditors | A list of creditors associated with the individual’s loans. | Array |
-- creditEnquiries | A list of credit enquiries made by the individual. | Array |
-- creditEnquiriesSummary | A summary of credit enquiries over different time periods. | Object |
-- loanPerformance | A list of loan performance details. | Array |
- searchedDate | The date and time when the credit history was searched. | String |