> For the complete documentation index, see [llms.txt](https://docs.verifone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verifone.com/online-payments/checkout/instalments/instalments-in-mexico.md).

# Instalments in Mexico

## Installments without interest <a href="#installments-without-interest" id="installments-without-interest"></a>

The merchants can offer consumers, from Mexico, installments without interest plan with a selection of the number of installments, between 2 and 48, subject to the **Prosa**, **Banorte,** and **AmexMexico** acquirers.&#x20;

This type of installment is available via API, MOTO (mail order, telephone order), Hosted Checkout, Pay By Link, and Virtual Terminal.

* The merchant will provide the number of installments that he wants to offer to the consumer
* This installment type carries interest fees
* The payment terms (period, fees, etc.) are between the cardholder and the issuer (Verifone is not part of it)
* Verifone does not manage the following installments
* The installments without interest are only available for a sale transaction
* The Installments without interest can be selected for these cards:
  * Amex
  * Carnet
  * MasterCard
  * Visa

### Pay By Link <a href="#pay-by-link" id="pay-by-link"></a>

<div data-with-frame="true"><figure><img src="/files/dtJXmQ9CapJh3ELhKr8y" alt=""><figcaption></figcaption></figure></div>

### Virtual Terminal <a href="#virtual-terminal" id="virtual-terminal"></a>

<div data-with-frame="true"><figure><img src="/files/zQb3zpEiQ7zu04FJ1ejZ" alt=""><figcaption></figcaption></figure></div>

### Hosted checkout <a href="#hosted-checkout" id="hosted-checkout"></a>

{% hint style="info" %}
The customer will only be charged in instalments if the **Pay with interest-fee instalments** checkbox is selected. If the customer does not select it, they will be charged the full amount in one single payment.
{% endhint %}

<div data-with-frame="true"><figure><img src="/files/iy0f6vXtddB3PEvomgzM" alt=""><figcaption></figcaption></figure></div>


---

# 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.verifone.com/online-payments/checkout/instalments/instalments-in-mexico.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.
