Create loan application
Last updated
Was this helpful?
Last updated
Was this helpful?
Here we will review how to create a loan application for an unsecured loan with the minimum set of data:
The person with the ID-3392 is a borrower and requested a loan.
...persons/ID-3392/applications
The borrower requested 10000 GBP.
The duration of the loan is 10 months.
The loan product name is annuity standard.
The borrower has to repay the loan on the first day of the month; the monthly repayment amount is 1032.86 GBP.
The corresponding loan product was created on the MB tenant.
The loan application score.
The loan payment channel code.
The loan will be paid out to the borrower's account.
To create a new loan application, make the following API call.
https://loan-api.sandbox.tuumplatform.com/api/v3/persons/{personId}/applications
Below is an example request body of the API call for creating a loan application.
Below you find an example response body to the API call above.
The outcome of the API call is the complete set of loan application data. Including the parameters generated by the Tuum system:
A new loan application with the ID-1664282445
was registered in the system.
The loan application status is submitted. Now the bank can accept or decline the application.
The application date format is: YYYY-MM-DD.