> 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/auto-bill-payment.md).

# 自動扣繳 🔖

現在很多信用卡都能申請自動扣繳，降低忘記繳卡費的機率。如果你的信用卡有綁定自動扣繳帳戶，可以直接在帳戶資訊裡設定，繳款期限一到，就會自動新增一筆繳費記錄。

{% hint style="info" %}
自動扣繳功能僅適用於帳單應繳金額**全繳**的情況
{% endhint %}

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

自動扣繳要成功，有兩個條件：

1. 進入[**對帳模式**](/reconciliation/statement-mode.md)完成所有對帳
2. 扣繳帳戶的餘額足夠

<img src="/files/-MED32xFUF4fcA4aL2ra" alt="滿足上述條件會在繳費期限自動扣繳" width="375">

&#x20;

<img src="/files/-MED32xGa6_tb7C1ACcl" alt="如果沒有對帳會跳出提醒" width="375">

&#x20;

<img src="/files/-MED32xHsSo9WvJ325XQ" 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/auto-bill-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.
