Add Advancement

This request allows you to add an advancement to a loan.

General

Advancements are used by lenders to increase a loan's principal balance. A lender may decide to do this if the borrower requests to borrow additional funds on a loan that has already been agreed upon. Here's what you need to know about this request:

  • An advancement differs from a credit. Advancements simply affect the principal amount on a loan. Credits function like payments on a loan, and they affect loan calculations.

For an example of how advancements work within the UI, take a look at our Log an Advancement/Credit article on our help site.

Database

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

{
    "Advancements": {
        "results": [
            {
                "modalType": "advancement",
                "date": "2022-05-06",
                "resetPastDue": 0,
                "title": "Additional Principal Amount",
                "amount": "100.00",
                "category": 1
            }
        ]
    }
}

📘

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—expand the object by clicking the "+" symbol and hit Try It to send the request.

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.

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