Fund a Loan (Legacy)

This request allows you to fund a loan using LoanPro's old funding method.

   Click here to learn more about this request


This is the old request for funding loans. This method works, but it will likely be phased out in a future update.

We've added an Enhanced Funding process that lets you fund a loan through multiple transactions and via a source company. Take a look at our Enhanced Funding request to see how it works.

Here's what you need to know about this request:

  • The funding tool helps lenders keep track of how they give money to their borrowers.
  • There are multiple methods for funding a loan, and the method field determines which is used.

For an example of how the Enhanced Funding tool works within the UI, take a look at our Enhanced Funding article.

Database

For information regarding enhanced funding database tables, see the following articles:

{  
   "LoanFunding":{  
      "results":[  
         {  
            "amount":1500,
            "date":"2022-02-08",
            "cashDrawerId":"",
            "whoEntityType":"Entity.Customer",
            "method":"loan.funding.method.deposit",
            "authorizationType":"loan.funding.auth.web",
            "country":"company.country.usa",
            "whoEntityId_customer":534,
            "whoEntityId":534,
            "selectedProcessor":"1",
            "paymentAccountId":276
         }
      ]
   }
}

📘

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.

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!