> For the complete documentation index, see [llms.txt](https://doc.moze.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.moze.app/credit-card/payment.md).

# 信用卡繳款

收到信用卡帳單時，不管是紙本或電子帳單，都要先跟 MOZE 裡的記帳明細核對清楚。你可以使用 MOZE 專有的[對帳模式](/reconciliation/statement-mode.md)，逐筆確認信用卡交易明細。不管是海外手續費，還是贈送的紅利回饋，只要帳目有出入，都可以趁這個機會調整。

實際繳完卡費後，也要記得到 MOZE 裡補上這筆信用卡繳款。先點進要繳款的信用卡帳戶，確認上方的日期區間是你要繳費的帳單週期，再點擊繳款記錄旁的「＋」號，就能新增一筆繳款。

{% hint style="warning" %}
**信用卡繳款**跟**一般轉帳**是兩種不一樣的類型，你不能直接用新增轉帳的方式去建立繳款記錄，否則會造成信用卡帳款統計有誤。
{% endhint %}

<img src="/files/0T5AdtCYAIzyPviTTys3" alt="" width="375">

&#x20;

<img src="/files/-MH0AwB8Aj-OzustzFQ_" alt="" width="375">

你也可以在通知中心找到要繳費的那筆款項，左滑就能直接繳款。

<img src="/files/-MH0Bj_whLraKRVBk_cB" alt="" width="375">

繳款完成後，剩餘帳款會顯示「已繳清」。如果繳費對象是主帳戶，系統會自動把繳款金額分配到每個子帳戶。

<img src="/files/-MH0AtIK_LI7ixy_M8nf" alt="合併帳戶進行繳款" width="375">


---

# 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://doc.moze.app/credit-card/payment.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.
