Credit Reports

Credit Reports from Equifax, TransUnion, or Experian can be requested.

Equifax Credit Reports

Credit report (JSON)

URL: https://api-sandbox.stitchcredit.com/api/equifax/credit-report

This endpoint returns a JSON credit report for the borrower's identity provided in the request body

Credit report (PDF)

URL: https://api-sandbox.stitchcredit.com/api/equifax/pdf-credit-report

This endpoint returns a PDF credit report for the borrower's identity provided in the request body


TransUnion Credit Reports

Coming soon to Production.

model-report

URL: https://api-sandbox.stitchcredit.com/api/transunion/model-report

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.

credit-report

URL: https://api-sandbox.stitchcredit.com/api/transunion/credit-report

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.


Experian Credit Reports

Credit report (JSON)

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

Credit Profile

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 Credit Profile

URL: https://api-sandbox.stitchcredit.com/api/experian/credit-profile/tec-connect-credit

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.

Healthcare Profile

URL: https://api-sandbox.stitchcredit.com/api/experian/credit-profile/healthcare-credit-profile

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.

Automotive Credit Profile

URL: https://api-sandbox.stitchcredit.com/api/experian/credit-profile/automotive-credit

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.

Extended View Score Only

URL: https://api-sandbox.stitchcredit.com/api/experian/credit-profile/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 Scoring for this consumer and return back the Extended View Score.

Extended View Attributes Only

URL: https://api-sandbox.stitchcredit.com/api/experian/credit-profile/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.

Extended View Attributes Only And Score

URL: https://api-sandbox.stitchcredit.com/api/experian/credit-profile/extended-view-attributes-and-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 and Score.

Employment Insight

URL: https://api-sandbox.stitchcredit.com/api ​/experian​/credit-profile​/employment-insight

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.

Credit Report

URL: https://api-sandbox.stitchcredit.com/api/experian/credit-profile/credit-report

Retrieves a credit profile with scores and addons requested. This is CR API Version 2.

Connect Check Credit Profile

URL: https://api-sandbox.stitchcredit.com/api/experian/credit-profile/connect-check

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.


Credit Reports via Meridian Credit Link (MCL)

URL: https://api-sandbox.stitchcredit.com/api/mcl/request

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.

  1. User Login: First send the "User Login" request to receive a token that's required for all subsequent requests to the mware server.
  2. Order a report: Order a credit report, and save the vendorOrderIdentifier from its response. Use it as the vendorOrderIdentifier value in the body of the polling request.
  3. Poll for Report: Send MCL Polling Requests to poll the status of the order using a 4-7 second polling interval until the response has the "statusDescription" value, "READY''. When the "statusDescription" is "READY", then the response will contain the borrower's credit report as JSON, HTML, and base64 encoded PDF. Reports are usually ready after the first polling request, but they can take up to 90 seconds.