---
title: "Create an installments plan"
method: POST
path: "/installments-plans"
---

# Create an installments plan

`POST /installments-plans`

This service allows you to create customized installment plans for card payments.

## Request body

- object
  - `Installment Plan Object` object, required
    - `id` string — The installments plan ID.
    - `country` string, required — The country of the installments plan. ISO 3166-1 alpha-2 code.
    - `currency` string, required — The currency of the installments plan.
    - `bin` string, required — The credit card bin.
    - `amount` number, required — The amount of the installments plan.
    - object

## Response `200`

200

- object
  - `id` string
  - `country` string
  - `bin` string
  - `amount` number
  - `currency` string
  - `installments` object[]
    - `id` string
    - `installment_amount` number
    - `installments` integer
    - `total_amount` number

---

[API](https://skmtc.net/dlocal/apis/payins.md) · [All operations](https://skmtc.net/dlocal/apis/payins/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dlocal/payins/versions/d87e090020f9/schema)
