> For the complete documentation index, see [llms.txt](https://docs.maitredpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maitredpos.com/maitred/maitred-complete-online-documentation/chap-8-electronic-funds-transfer/bar-tabs/bar-tabs-workflow-at-the-pos/increment-a-bar-tab.md).

# Increment a Bar Tab

### Increment a Bar Tab

To increment a Bar Tab is the process of increasing the Pre-Authorization amount to cover more items purchased by the customer.

{% hint style="warning" %}
IMPORTANT! Incrementing a bar tab is only possible if the Single pre-auth option is DISABLED in EFT / View / Options / Identification. See [Electronic Funds Transfer Setup](/maitred/maitred-complete-online-documentation/chap-8-electronic-funds-transfer/bar-tabs/electronic-funds-transfer-setup.md)
{% endhint %}

1. Order items as you normally would, until the pre-authorized amount is reached.

![POS - Order Items](https://documentation.payfacto.com/POS/MaitreD/Fulldoc/assets/images/EFT/BarTab/Increment/01-OrderItems.png)

2. As the pre-authorized amount is reached, the POS will automatically request the amount to be increased. By default, the POS will suggest the next increment of the amount configured in the Default Amount field, under EFT / View / Options / Identification.

**The Default Amount is $25.00, so the POS suggests $50.00 for the next increment.**

![POS - Prompt for increment](https://documentation.payfacto.com/POS/MaitreD/Fulldoc/assets/images/EFT/BarTab/Increment/02-AmtExceed.png)

**If needed, the employee may enter a different amount using the provided keypad.**

![POS - Prompt for increment (Custom amount)](https://documentation.payfacto.com/POS/MaitreD/Fulldoc/assets/images/EFT/BarTab/Increment/03-CustomAmt.png)

3. After pressing ENTER on the keypad, the POS will process the external payment using the connected payment terminal.

![POS - Processing External Payment](https://documentation.payfacto.com/POS/MaitreD/Fulldoc/assets/images/EFT/BarTab/Increment/04-ExtPayment.png)

4. The payment terminal will activate and start making sounds. This process is entirely automated. The customer's credit card is not required.

![Activity at the payment terminal](https://documentation.payfacto.com/POS/MaitreD/Fulldoc/assets/images/EFT/BarTab/Increment/05a-Processing.png) ![Activity at the payment terminal](https://documentation.payfacto.com/POS/MaitreD/Fulldoc/assets/images/EFT/BarTab/Increment/05b-Processing.png)

5. If the increment is approved, you may resume ordering items as usual.

![POS - Resume Ordering](https://documentation.payfacto.com/POS/MaitreD/Fulldoc/assets/images/EFT/BarTab/Increment/06-OrderMoreItems.png)

{% hint style="warning" %}
IMPORTANT! Items should always be ordered at the POS before being served or poured. That way, if the increment is declined, you will be able to quickly cancel the last ordered item(s), which will bring the total below the original pre-authorized amount. Then, you should close the bar tab and inform the customer that the increment was declined.
{% endhint %}

Related Topics

1. [Starting a Bar Tab](/maitred/maitred-complete-online-documentation/chap-8-electronic-funds-transfer/bar-tabs/bar-tabs-workflow-at-the-pos/starting-the-bar-tab.md)
2. [Closing Bar Tab](/maitred/maitred-complete-online-documentation/chap-8-electronic-funds-transfer/bar-tabs/bar-tabs-workflow-at-the-pos/closing-a-bar-tab.md)
3. [Reaching Limit Single Pre-Auth](/maitred/maitred-complete-online-documentation/chap-8-electronic-funds-transfer/bar-tabs/bar-tabs-workflow-at-the-pos/reaching-the-pre-authorized-limit-on-single-pre-auth.md)
4. [Finalizing a Pre-Authorization](/maitred/maitred-complete-online-documentation/chap-8-electronic-funds-transfer/bar-tabs/bar-tabs-workflow-at-the-pos/finalizing-a-pre-authorization.md)
5. [Voiding a Bar Tab Before Sending Items](/maitred/maitred-complete-online-documentation/chap-8-electronic-funds-transfer/bar-tabs/bar-tabs-workflow-at-the-pos/voiding-a-bar-tab-before-sending-items.md)
6. [Voiding a Bar Tab with Sent Items](/maitred/maitred-complete-online-documentation/chap-8-electronic-funds-transfer/bar-tabs/bar-tabs-workflow-at-the-pos/voiding-a-bar-tab-with-sent-items.md)


---

# 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.maitredpos.com/maitred/maitred-complete-online-documentation/chap-8-electronic-funds-transfer/bar-tabs/bar-tabs-workflow-at-the-pos/increment-a-bar-tab.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.
