Create loan offer for a person
In this example, we will review how to create a loan offer for a person:
The loan offer is created for a person with ID-3392.
...persons/ID-3392/offers
The borrower requested 20000 GBP.
The borrower has requested a loan for 12 months.
The loan offer is created under a BALLOON_LOAN
product.
The borrower has to repay the loan on the first day of the month.
The corresponding loan product was created on the MB tenant.
The loan payment channel code.
The borrower has to make a repayment of 117.16 GBP monthly.
The loan offer country. Note: the loan offer country should match the country settings of the corresponding loan product.
The amount that is offered to the loan borrower.
To create a new loan offer, call the following endpoint:
Below is an example request of the API call for creating a loan offer.
Below you find an example response body to the API call above.
The outcome of the API call is the complete set of loan offer data. Including the parameters generated by the Tuum system:
A new loan offer was created.
The loan offer date format is: YYYY-MM-DD.
Use the endpoint if your company manages loan applications outside of Tuum. If you host loan applications with Tuum, see for more details.
https://loan-api.sandbox.tuumplatform.com/api/v3/persons/{personId}/offers
See more information about the endpoint in the Tuum developer portal.