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

# Calculate anonymous installment plans for a given amount

`POST /v1/anonymous_credit_line_installment_plans`

Generates an anonymous credit line installment plan for a specific amount, allowing potential customers to receive an initial offer before applying for a credit line.

## Request body

- ConsumerCreditLineWebAnonymousInstallmentPlansRequest — Anonymous installment plans params
  - `loan_type` 'bullet' | 'installment_plan', nullable — The loan type, which defines your product category.
  - `interest_rate` number, float, nullable — The interest rate to apply to the installment loan.
  - `bullet_loan_repayment_date` string, date, nullable — The repayment date of the bullet loan.
  - `amount` object, required — The requested credit line amount for which the installment plan is created.
    - `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.

## Response `200`

Anonymous Installment Plans

- ConsumerCreditLineWebConsumerCreditLinesInstallmentPlansIndexResponse
  - `installment_plans` ConsumerCreditLineWebConsumerCreditLinesInstallmentPlansItem[], required
    - `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
    - `term` integer, required — The number of months over which the installment loan will be repaid.
    - `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
    - `interest_rate` number, required — The interest rate to apply to the installment loan. Optional field only if there's a specific interest rate that should apply to the loan.
    - `effective_interest_rate` number, required — The effective interest rate to apply to the installment loan.

## Other responses

- `400` — Bad Request

---

[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)
