Update credit scores

This request updates a customer's credit score information.

   Click here to learn more about this request

Credit scores are used by lenders to determine the terms of a loan they offer to a borrower. Note the following when making a request:

A customer's credit score information is stored within the CreditScore object which is nested within the Customers entity.

This request does not use credit reporting agency services to pull credit scores. Instead, it simply updates the information stored manually within your LoanPro account.

Database

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

Database – Customer Main Table (customer_entity)

Database – Credit Report History (credit_report_history)

Database – Credit Report Queue (credit_report_queue)

{
  "equifaxScore": "701",
  "transunionScore": "700",
  "experianScore": "700"
}
Path Params
int32
required

The ID of the customer.

Body Params
int32

This determines the customer's Equifax score information.

int32

This determines the customer's TransUnion score information.

int32

This determines the customer's Experian score information.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json