---
title: "Retrieve installment settings used to place orders with installments"
method: GET
path: "/orders/0/installments/"
tags: ["Payment methods"]
---

# Retrieve installment settings used to place orders with installments

`GET /orders/0/installments/`

Retrieve information about the number of installments available for a specific selection of products or services.


Once the installment information is retrieved, it can be used in the POST call on the order resource to place an order with a installments

## Query parameters

- `Amount` number, required
- `Country` string, required
- `Currency` string, required
- `FiscalCode` string
- `CardBin` string
- `EesToken` string

## Headers

- `Accept` 'application/json', required
- `X-Avangate-Authentication` string, required

## Response `200`

OK

## Other responses

- `500` — ERROR

---

[API](https://skmtc.dev/2checkout/apis/api-rest-documentation.md) · [All operations](https://skmtc.dev/2checkout/apis/api-rest-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/2checkout/api-rest-documentation/revisions/8a7ea610933e/schema)
