# Loan servicing ## Retrieve a loan schedule - [GET /v1/loans/{loan_id}/repayment_schedule](https://docs.solarisgroup.com/api-reference/lending/loans/loan-servicing/loanengineweb.v1.loans.repaymentschedule.showoperation.md): Returns the schedule of the loan specified in the request URL. The loan schedule includes the full details of a loan, such as loan balance, fees, penalities, interests, and all past, present, and future installments of the loan. ## Retrieve the history of repayments of a loan - [GET /v1/loans/{loan_id}/repayment_history](https://docs.solarisgroup.com/api-reference/lending/loans/loan-servicing/loanengineweb.v1.loans.showrepaymenthistoryoperation.md): Returns the history of all past repayments the customer made in relation to the loan specified in the request URL. This includes all executed SEPA Direct Debits (SDD) and/or SEPA Credit Transfers (SCT). ## Retrieve a loan - [GET /v1/loans/{loan_id}](https://docs.solarisgroup.com/api-reference/lending/loans/loan-servicing/loanengineweb.v1.loans.showoperation.md): Returns the details of the loan specified in the request URL. ## Index loans - [GET /v1/loans](https://docs.solarisgroup.com/api-reference/lending/loans/loan-servicing/loanengineweb.v1.loans.indexoperation.md): Returns an array containing all loans for all of your customers. ## Retrieve a credit line mandate - [GET /v1/credit_lines/{credit_line_id}/active_mandate](https://docs.solarisgroup.com/api-reference/lending/loans/loan-servicing/loanengineweb.v1.mandates.showcreditlinemandateoperation.md): Returns a signed mandate for a credit line. ## (DEPRECATED) Retrieve the repayment plan of a loan (deprecated) - [GET /v1/loans/{loan_id}/repayment_plan](https://docs.solarisgroup.com/api-reference/lending/loans/loan-servicing/loanengineweb.v1.loans.repaymentplan.showoperation.md): Returns the repayment plan of the loan specified in the request URL. This endpoint is deprecated. Please use the repayment schedule endpoint instead.