> For the complete documentation index, see [llms.txt](https://docs.2checkout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.2checkout.com/soap-api-reference/soap-api-6.0/api-requests/orders-with-installments.md).

# Orders with installments

2Checkout supports local Brazilian **Visa, MasterCard** and **AMEX** credit / debit cards limited to national purchases in the local currency **BRL** (**Brazilian Real)**.&#x20;

## Requirements <a href="#requirements" id="requirements"></a>

* Installments are available only for:
  * Brazilian customers
  * Local Visa, MasterCard or AMEX cards
  * Non-recurring transactions
* Minimum installment threshold is **5 BRL**. Maximum number of installments is 6.
* Mandatory information for payments also includes shopper **phone number** and  **Fiscal Code (CPF/CNPJ)**.

### Do local BR cards with / without installments require an addendum to my contract? <a href="#do-local-br-cards-with-__002f-without-installments-require-an-addendum-to-my-contract__003f" id="do-local-br-cards-with-__002f-without-installments-require-an-addendum-to-my-contract__003f"></a>

Yes. Contact [2Checkout](https://secure.avangate.com/cpanel/contact.php) for activation.

<details>

<summary>How does it work?</summary>

1. Create the `Order` object.
2. Validate the [number of installments](/soap-api-reference/soap-api-6.0/api-requests/orders-with-installments/retrieve-installments.md) available based on total order value.&#x20;
3. [Place the order](/soap-api-reference/soap-api-6.0/api-requests/orders-with-installments/place-an-order-with-installments.md) specifying the number of installments.&#x20;

</details>

## Funds collection for installment payments <a href="#funds-collection-for-installment-payments" id="funds-collection-for-installment-payments"></a>

2Checkout pays you in full, regardless of the number of installments (this is covered directly by the banks).&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.2checkout.com/soap-api-reference/soap-api-6.0/api-requests/orders-with-installments.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
