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
Loans (1.0)
https://docs.solarisgroup.com/_mock/api-reference/lending/loans/
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/lending/loans/v1/loans/{loan_id}/repayment_schedule
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload{ "loan_balances": { "total": { … }, "principal": { … }, "penalty": { … }, "interest_from_arrears": { … }, "interest": { … }, "fees": { … } }, "installments": [ { … } ] }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/lending/loans/v1/loans/{loan_id}/repayment_history
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload{ "repayment_history": [ { … } ] }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/lending/loans/v1/loans/{loan_id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payloadLoan
The loan's status.
The person ID of the customer getting the loan.
The ID of the customer's billing account from which all the loan payments will be debited.
The IBAN to which the loan is paid out.
The date when the loan's first monthly installment is due.
The date when the interest starts accruing on a loan.
The annual effective interest rate applied to the loan.
The date when the loan was created.
Additional context around the loan status.
The date when the loan's repayment plan was last updated.
The date when the loan's repayment plan was created.
The account ID to which the loan is attached.
The IBAN of the account to which the loan is attached.
The IBAN of the customer's billing account associated with the loan.
{ "total_loan_expenses": { "value": 1000, "unit": "cents", "currency": "EUR" }, "term": 24, "status_reason": "upfront_subsidy_pull_failed_collateral_account_not_set", "status": "payout_issued", "repayment_plan_updated_at": "2021-04-16T13:52:05Z", "repayment_plan_created_at": "2020-04-16T13:52:05Z", "repayment_begin_date": "2020-05-16", "reference": "string", "recipient_iban": "DE88888881010987654321", "purpose": "Buying a car.", "person_id": "547a870b2c8461a3104559369d09265dcper", "payout_date": "2020-05-16", "overdue_amount": { "value": 1000, "unit": "cents", "currency": "EUR" }, "monthly_payment": { "value": 1000, "unit": "cents", "currency": "EUR" }, "maturity_date": "2022-05-16", "loan_account_id": "adc123a45d6d7cf8fbfeed537ba919d5cacc", "loan_account_iban": "DE72110101014351836685", "interest_start_date": "2021-06-16", "interest_rate": 0.0499, "id": "c13447d659db4cdcb450b977f8f25c57cloa", "effective_interest_rate": 0.0511, "created_at": "2021-06-16T10:22:38", "billing_account_id": "1d0e52af0a62b4b44d8c54a87a7fc6a7cacc", "billing_account_iban": "DE72110101014351836685", "annual_percentage_rate": 0, "amount": { "value": 1000, "unit": "cents", "currency": "EUR" } }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/lending/loans/v1/loans
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payloadLoanEngine.ListLoansResponse
The date when the loan's first monthly installment is due.
The account ID to which the loan is attached.
The IBAN of the customer's billing account associated with the loan.
[ { "repayment_begin_date": "2020-05-16", "payout_date": "2020-05-16", "maturity_date": "2022-05-16", "loan_account_id": "adc123a45d6d7cf8fbfeed537ba919d5cacc", "id": "c13447d659db4cdcb450b977f8f25c57cloa", "billing_account_iban": "DE72110101014351836685", "amount": { … } } ]
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/lending/loans/v1/credit_lines/{credit_line_id}/active_mandate
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload{ "signature_date": "2020-08-24", "name": "Max Mustermann", "mandate_id": "LOY327JAFM3V3M", "iban": "DE92370601930002130041", "bic_code": "SOBKDEBBXXX" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/lending/loans/v1/loans/{loan_id}/repayment_plan
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload{ "updated_at": "2021-04-16T13:52:05Z", "repayments": [ { … } ], "created_at": "2020-04-16T13:52:05Z" }