This request allows you to manually set and update a customer's credit score information.
General
The Customers
entity holds credit score information. Here's what you need to know about updating credit score information:
- This request updates a customer's credit score information manually.
- 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.
For an example of how credit scores work within the UI, take a look at our Credit Pulling article.
Database
For information on 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"
}
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 ready for you—hit Try It to send the request.
However, if you would like to try this request with your own tenant account, make sure to change the headers to match your own authentication information.