Business
Premium business credit history
Monitor and Manage Your Business’s Premium Credit History
Adhere’s Premium Business Credit History endpoint provides an enhanced and comprehensive view of a business’s credit activities, tailored for premium users. This service includes detailed insights into credit accounts, payment behaviors, credit utilization trends, and advanced analytics on credit performance. By utilizing this feature, premium businesses can gain a deeper understanding of their credit standing, identify opportunities for improvement, and make informed financial decisions to maintain a strong credit profile.
Request Endpoint
POST:
{{BASE_URL}}/api/onboarding/business/premium/
- Media-Type:
application/json
Status Codes
- 200 OK: 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 Descriptions
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 business’s credit history. | Object |
- _id | The unique identifier for the business credit history record. | String |
- business_reg_no | The registration number of the business. | String |
- businessId | The unique identifier assigned to the business. | String |
- name | The name of the business. | String |
- phone | The phone number associated with the business. | String |
- dateOfRegistration | The date the business was registered. | String |
- address | The address of the business. | String |
- website | The website of the business, if available. | String |
- taxIdentificationNumber | The tax identification number of the business, if available. | String |
- noOfDirectors | The number of directors in the business. | Number |
- industry | The industry in which the business operates. | String |
- businessType | The type of business (e.g., SME, Corporation). | String |
- email | The email address associated with the business. | String |
- score | An object containing detailed credit score information. | Object |
-- directors | A list of directors and their details. | Array |
-- totalNoOfLoans | The total number of loans associated with the business. | Array |
-- totalNoOfInstitutions | The total number of financial institutions the business has interacted with. | Array |
-- totalNoOfActiveLoans | The total number of active loans the business currently has. | Array |
-- totalNoOfClosedLoans | The total number of loans that have been closed. | Array |
-- highestLoanAmount | The highest loan amount the business has taken. | Array |
-- totalBorrowed | The total amount borrowed by the business. | Array |
-- totalOutstanding | The total outstanding amount the business owes. | Array |
-- totalOverdue | The total overdue amount the business owes. | Array |
-- totalNoOfPerformingLoans | The total number of loans that are performing well. | Array |
-- totalNoOfDelinquentFacilities | The total number of delinquent facilities. | Array |
-- creditProfileOverview | An overview of the business’s credit profile. | Array |
-- totalMonthlyInstallment | The total monthly installment amount for the business’s loans. | Array |
-- totalNoOfOverdueAccounts | The total number of overdue accounts. | Array |
-- loanHistory | A detailed history of the business’s loans. | Array |
-- creditEnquiries | A list of credit enquiries made about the business. | Array |
-- loanPerformance | A summary of the business’s loan performance. | Array |
-- bureauStatus | The status of the credit bureau reports. | Object |
-- lastReportedDate | The most recent date information was reported to the credit bureau. | Array |
searchedDate | The date the credit report was searched. | String |