Set Roll Payment

This request allows you to set a Roll Payment configuration for a loan.

   Click here to learn more about this request

LoanPro's loan calculator offers a Roll Payment feature so you can test some basic loan terms:

  • The roll payment feature will help solve payment equations by choosing a variable to solve for.
  • Determine the solve parameters in the endpoint of this request.
  • The loan will need to be inactivated to use the roll payment feature.
  • The loan will need to have its setup terms completed before the roll schedule feature will work.

For an example of how this feature works in the UI, take a look at our Roll Payment article.

👆

Pay special attention to the endpoint of this request.

This request does not use OData, so it's not included in the endpoint like most other LMS requests.

Database

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

{
  "amount": "195.91",
  "method": "loan.rollPayment.loanRate",
  "amountIncludes": {
    "escrow": [
      2
    ]
  }
}
Language
Authorization
Click Try It! to start a request and see the response here!