# 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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
