Credit Reports from Equifax, TransUnion, or Experian can be requested.
This endpoint returns a JSON credit report for the borrower's identity provided in the request body
This endpoint returns a PDF credit report for the borrower's identity provided in the request body
Coming soon to Production.
The Model Report is designed for use by subscribers who do not want the detail supplied by the Credit Report and are primarily interested in summary information that helps to automate their decision-making process. Additionally, the Model Report allows the subscriber to define customized messages that are returned on the report. These customized messages are associated with specific thresholds based on the results of one or two models.
The Credit Report is a compilation of data on an individual that is helpful in making decisions in many types of consumer transactions. The Credit Report contains various data about the consumer, including indicative information (name, addresses, date of birth, and Social Security number), employment information, and the consumer's credit history. This information is obtained from credit grantors, public records, collection agencies, and employers.
Coming soon to Production.
URL: https://api-sandbox.stitchcredit.com/api/experian/credit-profile/credit-report
This endpoint returns a JSON credit report for the borrower's identity provided in the request body
If unable to get a credit report from Experian for this consumer, then we will automatically cascade to another view for this consumer and return back available information.
TEC Connect is designed to evaluate consumer risk within the telecommunications, energy and cable (TEC) space. An empirically-driven, statistically sound risk prediction model, TEC Connect leverages a consumer's actual service payment history, predicting the likelihood of serious delinquent/derogatory behavior over the next 12 months. Utilizing the latest data assets and Experian's best-in-class analytics, TEC Connect empowers lenders to set security deposits, grant firm credit offers and even pre-screen profitable consumers before the competition. TEC Connect even enables lenders to rank-order consumers by their potential risk for seriously derogatory behavior.
The Healthcare Profile is a credit profile report designed specifically for the healthcare industry. It consists of a standard credit report in which unused fields are suppressed plus an optional Healthcare Summary segment.
The Automotive Profile Summary is geared toward helping automotive lenders' and dealers' credit decisions. This feature is available on Experian's Credit Profile and provides a fast at-a-glance analysis of a consumers automotive finance history.
Retrieves a credit profile with scores and addons requested. If unable to get a credit report from Experian for this consumer, then we will automatically waterfall to Extended View Scoring for this consumer and return back the Extended View Score.
Retrieves a credit profile with scores and addons requested. If unable to get a credit report from Experian for this consumer, then we will automatically waterfall to Extended View module for this consumer and return back the Extended View Attributes.
Retrieves a credit profile with scores and addons requested. If unable to get a credit report from Experian for this consumer, then we will automatically waterfall to Extended View module for this consumer and return back the Extended View Attributes and Score.
Employment Insight, a slightly modified version of the Experian Credit Profile report, contains consumer identification, employment history, and credit information used to substantiate information during the hiring or promotion process. As a verification tool, it is used to spot inconsistencies in address and employment information, confirm Social Security numbers, and reveal other names used. Credit information provided may provide insight on an applicant's responsibility toward his/her obligations.
Retrieves a credit profile with scores and addons requested. This is CR API Version 2.
Connect Check is a custom verification process designed specifically to assist the utility, telecommunication and cable industries detect fraud and minimize risk exposure at the time of a service request. Connect Check is focused on the top 100 regulated utility and telecommunications companies that are obligated to 'serve all who apply.' However, Connect Check can also be a valuable tool for smaller market segments. With Connect Check, service representatives, regardless of their level of credit training, can make immediate and informed service decisions while the applicant is still on the line.
Requests sent to the CRS middleware (MWARE) using the URL, https://api-sandbox.stitchcredit.com/api/mcl/request , will return data from MCL. This endpoint can be used to request Consumer Credit Reports.
First, order a credit report using the “New Order” request (example provided in the Postman Collection). From the response, save the vendorOrderIdentifier, to retrieve the credit report that was ordered. Next, retrieve the report that is associated with this “vendorOrderIdentifier” by using the "Polling Request'' to poll the status of the order.
Use a 4-7 second polling interval until the response has the "statusDescription" value, "READY''.When the "statusDescription" is "READY", then the response will also contain the borrower's credit report as JSON, HTML, and base64 encoded PDF. Reports are usually ready after ~6-10 seconds. If a report isn't ready after 90 seconds, it's safe to assume the order has timed out.
The SmartAPI documentation documents MCL's XML interface, but the request structure is the same for the JSON requests through the eCredit Data API, with the exception that there is a different casing convention used for the JSON field names.
The Postman collection contains sample JSON requests that can be used as templates for MCL. Example requests can be used as templates and for generating client code.