# enter\_cash\_advance\_amount

When Cash Advance is enabled and Purchase is disabled, the Amount Entry screen will only show Cash Advance button and when Cash Advance and Purchase are both enabled, Cash Advance is shown in the Other options menu.

| Default Configuration                                                             | Optional Configuration                                                             |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| --------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <p><img src="/files/67LvtvOrmyonk52qviV3" alt=""></p><p>Default Configuration</p> | <p><img src="/files/lTy4YxDhC0rJXI6FOGka" alt=""></p><p>Optional Configuration</p> | <p><strong>Description</strong><br></p><p>In the default configuration, when <code>Merchant.PurchaseEnabled</code> is set to <code>true</code> and <code>Merchant.CashAdvanceEnabled</code> is set to <code>true</code>, both Card and Other buttons are shown. The Cash Advance transaction option is available by tapping Other and accessing the options menu.</p><p>In the optional configuration, when <code>Merchant.PurchaseEnabled</code> is set to <code>false</code> and <code>Merchant.CashAdvanceEnabled</code> is set to <code>true</code>, only the Cash Advance button is displayed on the Amount Entry screen.</p><p><strong>Configuration Parameters</strong><br></p><p><code>Merchant.CashAdvanceEnabled</code> - Enable Cash Advance transactions for this merchant.</p><p><code>Merchant.PurchaseEnabled</code> - Enabled purchase transactions for this merchant.</p> |


---

# 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/enter_cash_advance_amount.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.
