POST:
{{BASE_URL}}/api/onboarding/individual/crc_summary/
application/json
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 |
-- totalNoOfDelinquentFacilities | The total number of delinquent facilities. | String |
-- lastReportedDate | The date when the credit information was last reported. | String |
-- totalNoOfLoans | The total number of loans taken by the individual. | String |
-- totalNoOfInstitutions | The total number of institutions the individual has loans with. | String |
-- totalNoOfActiveLoans | The total number of active loans. | String |
-- totalBorrowed | The total amount borrowed by the individual. | String |
-- totalOutstanding | The total outstanding amount on loans. | String |
-- totalOverdue | The total overdue amount on loans. | String |
-- maxNoOfDays | The maximum number of days overdue on any loan. | String |
-- totalNoOfClosedLoans | The total number of loans that have been closed. | Number |
-- crcReportOrderNumber | The order number of the CRC report. | String |
- searchedDate | The date and time when the credit history was searched. | String |