# Pay-on-arrival with Limit

Restaurants enable this feature to keep smaller check sized orders streamlined for intake, while protecting themselves with larger order sizes in case of no-shows. A Pay-on-arrival limit allows you to set a key dollar limit requiring payment for orders that match or go over this set amount.&#x20;

{% hint style="info" %}
If setting a limit of $50 dollars any order over at over this amount, with tips, taxes, and fees included, will require payment by the AI. After confirming the order, the AI will say "I just sent you a text with a payment link to finalize your order. Your order will not be sent to kitchen until payment is received."
{% endhint %}

To enable Pay-on-arrival with kea Pay, be sure to make sure you followed the [kea Pay setup instructions](/taking-payments-with-voice-ai/enabling-kea-pay-for-pickup-and-delivery-orders.md). This is required so payment can be collected for orders over the limit set.

{% stepper %}
{% step %}

### After enabling bank details, click into any of your locations and visit their kea Order View.

&#x20;You can do so by clicking the 'Orders' button at the top of the location you selected.

<figure><img src="/files/1vRBMr0bB9XUSWQ7BHVR" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Within the kea Order View find the 'Settings' button to the right

Click the settings button to open a dropdown to find the option 'Payment & Tickets'

<figure><img src="/files/7obXHV6AMzazRpGBTExN" alt="" width="288"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Inside the Payment & Tickets modal you can enable 'Pay-on-arrival limit'

When enabled, you can type in the amount. Going forward, any orders over this amount will be required by the AI to be paid by the customer.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
For orders that go unpaid, the AI sends helpful reminder texts for the customer to confirm payment.
{% endhint %}


---

# 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://support.kea.ai/taking-payments-with-voice-ai/different-voice-ai-payment-methods/pay-on-arrival-with-limit.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.
