> 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/record/refund.md).

# 退款

### 單筆記錄退款 <a href="#single-record-refund" id="single-record-refund"></a>

當你退刷信用卡或退貨時，可以點開原先記錄的明細，從右上角的按鈕選單中選擇退款。

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

新增退款記錄時，可以指定退款帳戶（不一定要跟原本的支付帳戶一樣），也可以調整退款金額。

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

退款完成後，原先的記錄上會出現已退款的金額資訊。你可以點開記錄明細，直接查看退款的那筆記錄。

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

&#x20;

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

### 多類別退款 <a href="#category-split" id="category-split"></a>

如果你用的是多類別記錄，想要部分退款時，不能直接對多類別本身退款，因為多類別的金額無法修改。原因是如果開放修改，系統會不知道退款金額該怎麼分配到各個類別。

<figure><img src="/files/AcmLlUW2kQi1FkvkKspY" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/R03h7zXgJweOnKxVTW3k" alt="" width="375"><figcaption></figcaption></figure>

所以要點開多類別中的子項目，在子項目裡就可以修改退款金額。

<figure><img src="/files/jHmIcJySBa8qrWQlk9ul" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/z93PWgSwB815XHRxkWyZ" alt="" width="375"><figcaption></figcaption></figure>


---

# 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/record/refund.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.
