> 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-customise-terminal-settings.md).

# 如何自訂 Terminal 設定？

Oddle Terminal 有幾項可供您設定的設定項目——包括您的對帳單描述名稱（即出現在客戶銀行對帳單上的名稱）以及收據小費功能。

***

## 對帳單描述名稱

對帳單描述名稱是客戶在您的 Terminal 付款時，其信用卡對帳單上顯示的名稱。您可以在 Merchant Admin 中更新它。

1. 登入 [Merchant Admin](https://app.oddle.me/panel).
2. 前往 **Account Settings** （右上角的齒輪圖示）。
3. 前往 **帳單 > 帳戶 > 管理**.

   ![](/files/56953b746119bad3de7764897e1d2f2472b23fa4)
4. 點擊 **編輯** 旁邊 **帳戶資訊**.

   ![](/files/41b710650b8d737d4f5d3a4e50d2704484ca1ed4)
5. 更新 **顯示名稱** 欄位，填入您想要的對帳單描述名稱。

   ![](/files/b2c5bcb0c64f7970598f5c7870fce0ea73c2ec4a)
6. 儲存您的變更。

***

## 收據小費

您可以允許客戶在付款後於列印收據上簽名並加上小費。只要批次仍處於開啟狀態，小費都可以在交易後新增或調整。

{% hint style="info" %}
目前僅支援 Visa 和 Mastercard 的收據簽名與小費功能。
{% endhint %}

### 啟用小費

1. 開啟 Oddle Terminal 應用程式並前往 **設定**.
2. 開啟 **收取小費**.

   ![](/files/6168e68432d5c27109128e86dcc896c4247abf72)

### 付款後加上小費

啟用小費後， **新增小費** 按鈕會出現在付款確認畫面上。列印的收據也會包含供客戶填寫小費的欄位。

1. 處理付款後，點選 **新增小費**.
2. 選擇預設的小費百分比，或輸入自訂金額。
3. 確認小費金額。

   ![](/files/4bf160ec3a20acee58bca52dd552889137234b17)

   ![](/files/50268b068f3cb79852284c2c545a4d13fd2b029a)

{% hint style="warning" %}
使用 Mastercard 或 Visa 以外的卡片付款時，「新增小費」按鈕會停用。
{% endhint %}

### 編輯小費

如果您需要在小費新增後進行調整：

1. 前往 **交易** 頁面。
2. 找到該交易，然後點選 **調整小費**.

   ![](/files/e442a8608e12328f3fa667e2a390fb7575b9b395)

請注意，每筆交易可編輯小費的嘗試次數有限。

***

## 查看已收取的小費

若要查看某段期間內收取的小費摘要：

1. 在 Merchant Admin 中，前往 **帳戶設定 > 帳單 > 報告**.
2. 在 **Terminal** 區段中，選取日期範圍以查看小費總金額。

   ![](/files/3dc1781dae68cabbffb27d22725db7789ad895d6)

若要查看個別交易的小費，請前往 **銷售 > Terminal 付款** 於 Merchant Admin 中。

![](/files/6691261d72028ba5602d1debc6de5dc02d7fe82e)


---

# 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-customise-terminal-settings.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.
