---
title: "Get Installments Plan by ID"
method: GET
path: "/installments-plans/{installment_code}"
---

# Get Installments Plan by ID

`GET /installments-plans/{installment_code}`

## Path parameters

- `installment_code` string, required

## Response `200`

200

- object[]
  - `id` string
  - `name` string
  - `account_id` string[]
  - `merchant_reference` string
  - `installments_plan` object[]
    - `installment` integer
    - `rate` integer
    - `provider_id` string
    - `amount` object
      - `currency` string
      - `value` string
      - `total_value` string
  - `iin` unknown
  - `country_code` string
  - `first_installment_deferral` integer
  - `amount` object
    - `Currency` string
    - `min_value` integer
    - `max_value` integer
  - `availability` object
    - `start_at` string
    - `finish_at` string
  - `created_at` string
  - `updated_at` string
  - `payment_method_type` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/y/apis/ai-caller.md) · [All operations](https://skmtc.net/y/apis/ai-caller/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/y/ai-caller/versions/05b629819b49/schema)
