Pull Credit Scores

This request uses credit reporting agencies to pull customer credit scores.

❗️

This page has been deprecated. The CredCo integration is no longer supported.

General

Credit scores are used by lenders to determine the terms of a loan they offer to a borrower. Here's what you need to know about pulling credit score information:

  • This request uses credit reporting agencies to report a customer's credit score.
  • This request uses Credco—a third-party service that LoanPro is integrated with.
  • This service charges your account per usage, so an active balance is required.
  • This request has no payload, and instead lists reporting agencies within the endpoint. If, for example, you wanted to select all three reporting agencies, the endpoint would be formatted like the following:
https://loanpro.simnang.com/api/public/api/1/odata.svc/Customers(1069)/Autopal.GetCreditScore()?$select=equifax,transunion,experian&$export=false

For an example of how credit scores work within the UI, take a look at our Credit Pulling article.

Database

For information regarding credit score database tables, see the following articles:

🚧

Try It Instructions

Our requests often provide sample payload information so that you can receive a 200 response from simply hitting the Try It button. This request is a bit different.

To receive a 200 response from the Try It button, you will have to try this request with your own tenant credentials. If you plan on doing so, make sure to change the headers to match your own authentication information.

Path Params
int32
required

This is the ID of the customer.

string
required
Defaults to equifax

This determines which credit bureau(s) to pull information from.
> Multiple agencies can be used simultaneously by separating each with a comma.

string
required
Defaults to false

This determines whether to export the report as a PDF.

Responses

Language
Credentials