> For the complete documentation index, see [llms.txt](https://www.oddle.me/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.oddle.me/docs/help-center/help-center-zh/terminal/how-do-i-manage-payment-batches.md).

# 如何管理付款批次？

批次會將班次期間完成的所有刷卡付款整合為一次結算。您會在開始營業時開啟批次，並在結束時關閉批次——這會決定資金何時撥付，並讓您在每天結束時的對帳變得更簡單。

每間商店同一時間只能開啟一個批次。如果您的商店有多台 Terminal 裝置，交易資料會在所有裝置間同步。

***

## 開始批次

當目前沒有開啟任何批次時，您會看到一個 **開始批次** 按鈕，位於 Terminal 首頁。點選它即可開啟新的批次。

一旦開啟批次，首頁就會改為顯示付款數字鍵盤。

![](/files/d5b531ac1574534f0c9604a807960156e05fe0b4)

***

## 查看批次摘要

批次摘要會顯示您收取的總金額，並按卡片品牌（Visa、Mastercard、Amex）分類。

若要開啟，請：

* 點選數字鍵盤畫面右下角的批次資訊按鈕，或
* 前往 **批次** 並點選您要查看的批次。

從批次摘要頁面，您可以查看總計、列印結算報告，或瀏覽個別交易。

![](/files/15bb02090ce2e43ff47fe4e7a73bca3b25599507)

***

## 列印結算報告

結算報告會提供您收取金額的完整明細——對於在班次結束時對帳非常有幫助。

1. 前往批次摘要頁面。
2. 點選 **列印** 批次摘要區塊上方的按鈕。

![](/files/67ec964eadeec5a4bd53c868fdcd83912e3e1561)

***

## 關閉批次

請在營業結束時關閉批次，並在確認該班次已沒有其他交易後再操作。一旦批次關閉，您就無法再作廢交易——請務必先完成對帳。

1. 前往批次摘要頁面。
2. 點選紅色的 **關閉批次** 按鈕，位於頁面頂端。

{% hint style="warning" %}
一旦批次關閉，該批次中的交易將無法再作廢。
{% endhint %}

如果您忘記手動關閉批次，系統會根據您商店的批次截止時間自動關閉。

***

## 設定自動批次截止時間

如果您未手動關閉，批次截止時間會自動關閉任何仍開啟的批次。您的撥款日期取決於批次關閉的時間，因此如果您的營業時間跨越午夜，這項設定就很重要。

若要在 Merchant Admin 的 Terminal 區段設定截止時間：

1. 登入 [Merchant Admin](https://app.oddle.me/panel) 並選取您的品牌。
2. 前往 **Terminal** 並向下捲動至 **您的批次截止時間**.
3. 找到要設定的商店，然後點選 **編輯**.

   ![](/files/dc601cf4d2c86ee12adbdb48f4e9f851f8170423)

   ![](/files/ab1235b912a1f43fa36114ceba2d28927470b7ad)
4. 選取偏好的時間，然後點選 **送出**.

   ![](/files/cb03a5e88b6e30d9e331f3c396fe7a68b1bd0448)

   ![](/files/608d74bc3a5b247d722fc46bc3ec3d0164c1f8bc)

您也可以從 Merchant Admin 中的商店設定頁面更新這項設定。

![](/files/568c65be98acf6ff11f6eb50d437af79f003a4d2)

{% hint style="info" %}
如果您的營業時間不跨越午夜，這項設定不會影響您的撥款時間。如果您的營業時間跨越午夜，設定截止時間可確保批次在正確的時間關閉，並讓撥款與您的營業時段一致。
{% endhint %}


---

# 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:

```
GET https://www.oddle.me/docs/help-center/help-center-zh/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.
