# Lendermarket ## Introduction - [Getting Started](https://docs.lendermarket.com/getting-started.md): No description found ## Resources - [Loan Originator API introduction](https://docs.lendermarket.com/api/lender/introduction.md): No description found - [Authorization](https://docs.lendermarket.com/api/lender/authorizaiton.md): No description found - [Create Loan](https://docs.lendermarket.com/post-createloan.md): Create a loan on the Lendermarket side. - [Extend Loan](https://docs.lendermarket.com/post-createloanextension.md): Extend the maturity dates of an existing loan’s installments on Lendermarket side. \ Loans can be only extended if at the point of createLoans the extensions have been allowed. Trying to extend loan that cant be extended will give `422 Error - Maximum number allowed extensions reached`, - [Buyback Loan](https://docs.lendermarket.com/post-createloanbuyback.md): Create a buyback request for a existing loan which is not bought back already. - [Create Payment](https://docs.lendermarket.com/post-createloanpayment.md): Create payment for a existing loan. - Earliest claims will always be paid first. - Loan payments will be distributed by following order; `DELAYED_INTEREST`, `INTEREST`, `PRINCIPAL`. - In the case of overpayment, the overpaid amount will go towards the next claim. In case there are no future claims only the owed part is taken from the payment and remainder of overpayment is given back in response. - Partial payments minimum amount is determined by the loans given currencies minor unit. In the case of `EUR` it would be `0.01`. - [View details of the loan](https://docs.lendermarket.com/get-getloan.md): No description found ## Changelog - [Changelog](https://docs.lendermarket.com/changelog.md): Track the latest updates, improvements, and new features released for the Lendermarket APIs.