---
title: "Calculate anonymous installment plans for a given amount"
method: POST
path: "/v1/freelancers/anonymous_credit_line_installment_plans"
tags: ["Freelancer Credit Line"]
---

# Calculate anonymous installment plans for a given amount

`POST /v1/freelancers/anonymous_credit_line_installment_plans`

Generates an anonymous credit line installment plan for a specific amount, including the monthly installment amount, the loan duration, and the applicable interest rates, allowing potential customers to receive an initial offer before applying for a credit line.

## Request body

- FreelancerCreditLineWebAnonymousInstallmentPlansRequest — Anonymous installment plans params
  - `amount` object, required
    - `currency` string, required — The currency of the given value
    - `unit` 'cents', required — The unit of the given value
    - `value` integer, required — The amount value
  - `interest_rate` number, float, nullable — The interest rate applicable on the credit line. This rate is fixed for each partner depending on contractual and commercial agreements with Solaris.
  - `loan_type` 'installment_plan' | 'bullet', nullable — Loan type which defines partner's product category

## Response `200`

Anonymous Installment Plans

- FreelancerCreditLineWebCreditLinesInstallmentPlansIndexResponse
  - `installment_plans` FreelancerCreditLineWebCreditLinesInstallmentPlansItem[], required
    - `effective_interest_rate` number, required — The effective interest rate on the credit line charged monthly.
    - `interest_rate` number, required — The interest rate applicable on the credit line. This rate is fixed for each partner depending on contractual and commercial agreements with Solaris.
    - `monthly_installment` SolarisToolkitWebMoney, required
      - `currency` string, required — The currency of the given value. Only EURO is currently supported.
      - `unit` 'cents', required — The unit of the given value.
      - `value` integer, required — The amount value
    - `term` integer, required — The duration of the installment loan.
    - `total` SolarisToolkitWebMoney, required
      - `currency` string, required — The currency of the given value. Only EURO is currently supported.
      - `unit` 'cents', required — The unit of the given value.
      - `value` integer, required — The amount value

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not found

---

[API](https://skmtc.net/solarisgroup/apis/splitpay.md) · [All operations](https://skmtc.net/solarisgroup/apis/splitpay/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/splitpay/revisions/06b62340347d/schema)
