# display\_installment\_offers\_choice

{% columns %}
{% column width="33%" %}

{% endcolumn %}

{% column %}
**Description**

The terminal displays a list of available installment offers as a form of payment from which the customer can select one and see a plan’s details.

In the example shown here there are only 3 values - 3, 6 and 12, which correspond to 3, 6 and 12 months, as provided by the card issuer.

If dismissed or timed out, the application will assume that no installment plan is selected and the transaction flow should continue without an installment plan.

\
**Error Scenarios**

If installment payment option sent by the card issuer indicates that payment must be in installments only and customer taps Dismiss, then the transaction will be declined and a reversal will be sent.
{% endcolumn %}
{% endcolumns %}

\---


---

# 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.verifone.com/functional-specification/display_installment_offers_choice.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.
