# How do I manage payment batches?

Batches group all card payments made during a shift into a single settlement. You open a batch at the start of service and close it at the end — this determines when your funds are paid out and makes end-of-day tallying straightforward.

Each store can only have one batch open at a time. If your store has multiple Terminal devices, transaction data is synced across all of them.

***

## Start a batch

When no batch is currently open, you'll see a **Start Batch** button on the Terminal home screen. Tap it to open a new batch.

Once a batch is open, the home screen will show the payment numpad instead.

![](/files/z7dlbiF4YmpwvIBNmd9d)

***

## View the batch summary

The batch summary shows your total amount collected, broken down by card brand (Visa, Mastercard, Amex).

To open it, either:

* Tap the batch info button at the bottom-right corner of the numpad screen, or
* Go to **Batches** and tap the batch you want to view.

From the batch summary page, you can view totals, print a settlement report, or browse individual transactions.

![](/files/ehkWjNhNF41XfOQIvICn)

***

## Print a settlement report

A settlement report gives you a full breakdown of amounts collected — useful for tallying accounts at the end of a shift.

1. Navigate to the batch summary page.
2. Tap the **Print** button above the batch summary section.

![](/files/LOhvorz1kFxuHmEwzpUg)

***

## Close a batch

Close your batch at the end of service, once you're sure there are no more transactions for the shift. Once a batch is closed, you can no longer void transactions — make sure your accounts are tallied first.

1. Navigate to the batch summary page.
2. Tap the red **Close Batch** button at the top of the page.

{% hint style="warning" %}
Once a batch is closed, transactions in that batch can no longer be voided.
{% endhint %}

If you forget to close a batch manually, it will be closed automatically based on your store's batch cut-off time.

***

## Configure the auto batch cut-off time

The batch cut-off time automatically closes any open batch if you haven't done so manually. Your payout date is based on when the batch closes, so this setting is important if you operate past midnight.

To set the cut-off time from the Terminal section in Merchant Admin:

1. Log in to [Merchant Admin](https://app.oddle.me/panel) and select your brand.
2. Go to **Terminal** and scroll down to **Your Batch Cut-Off Times**.
3. Find the store you want to configure and click **Edit**.

   ![](/files/cmwiF0sElMpTdYsbCl6p)

   ![](/files/giEYuZyiGAjHCsnnJKil)
4. Select the preferred time and click **Submit**.

   ![](/files/1RU57mmO5DLDfLWg0LtX)

   ![](/files/mo4mKPrnf6APAU8AtAx2)

You can also update this setting from the store settings page in Merchant Admin.

![](/files/WCEy0qL14eSRP1CdUh44)

{% hint style="info" %}
If you don't operate past midnight, your payout timing won't be affected by this setting. If you do operate past midnight, setting a cut-off time ensures your batch closes at the right time and payouts align with your operational hours.
{% 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://www.oddle.me/docs/help-center/terminal/how-do-i-manage-payment-batches.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.
