Get Promises

This request pulls a loan's Promises information.

   Click here to learn more about this request

If a lender issues a bit of good will towards a customer, they can use Promises to keep track of the customer's end of the deal:

  • The Promises object holds promise information, and it's nested within the Loans entity.
  • Promises help users keep track of agreements, and they can be automatically fulfilled by a determined set of criteria. They can also be manually edited to mark they've been fulfilled.
  • When creating a promise, it uses a YYYY-MM-DD format; but when pulling a loan's promise information, notice the dates in the response payload are in Unix epoch format.

For an example of how promises work within the UI, take a look at our Promises Overview article.

Database

For information on promises database tables, see the following articles:

Language
Authorization
Click Try It! to start a request and see the response here!