POST:
{{BASE_URL}}/api/onboarding/individual/credit_scores_crc/
application/json
Field | Description | Type |
---|---|---|
status | This is the returned status of the request either success or failed. | String |
code | This is the operational code | Number |
data | This is an array of objects which contains every transaction data | Object |
- _id | The unique identifier or specific code assigned to a particular user within the database | String |
- bvn | The bvn of the user | String |
- customerId | The unique identifier or specific code assigned to a particular customer | String |
- businessId | The unique identifier or specific code assigned to a particular business | String |
- name | The full name of the BVN holder | String |
- phone | The phone number of the BVN holder | String |
- gender | The gender of the BVN holder | String |
- dateOfBirth | The date of birth of the BVN holder | String |
- address | The address of the BVN holder | String |
- email | The email of the BVN holder | String |
- score | This is an array of objects which contains every score | Object |
-- totalNoOfDelinquentFacilities | The count of accounts or credit facilities that are overdue or behind on payments according to the credit report | Number |
-- hasLoans | This refers to whether an individual has an active loan or credit account listed within their credit report or financial records | String |
-- ficoScore | The credit scoring model used to assess an individual’s credit risk and determine their creditworthiness | Num |
--- score | The credit score of an individual | Number |
--- rating | This refers to the rating of an individual based on their creditworthiness | String |
--- reasons | This refers to the factors or explanations influencing an individual credit score | String |
-- lastReportedDate | This refers to the most recent date on which information about an account, transaction, or activity was updated or submitted to the credit bureau | String |
-- crcReportOrderNumber | The report order number of the credit bureau | String |
-searchedDate | The date the credit report was searched | String |