> For the complete documentation index, see [llms.txt](https://docs.omnichat.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.omnichat.ai/features/she-ding/zhang-wu-zong-lan/jiao-yi-ji-lu.md).

# 交易紀錄

## 欄位介紹：

<figure><img src="/files/2JUecZKy2X3D4DbS2yko" alt=""><figcaption><p>交易紀錄</p></figcaption></figure>

### 1、付款確認時間：

此數顯示加值/扣款確認時間，如付款審核成功、線上儲值成功、月結帳單沖銷成功時間

### 2、摘要：

此處顯示各筆交易紀錄之類型，包含以下幾種：

* 月結帳單
* 儲值 (匯款)
* 儲值 (信用卡)
* 餘額調整

### 3、金額（貨幣符號）

* 儲值為正數，將儲值金額加入至帳戶餘額中
* 扣款為負數，從帳戶餘額中做扣除使用費用

### 4、餘額（貨幣符號）

* 顯示儲值或沖銷完成後的帳戶整體餘額

### 5、備註

備註將會顯示此筆交易紀錄細項以及帳單編號

### 6、交易紀錄頁面支援篩選時間、摘要

可以點選全部摘要的下拉選單，選擇您想要看到的特定交易紀錄型：

* 全部摘要
* 月結帳單
* 儲值 (匯款)
* 儲值 (信用卡)
* 餘額調整

<figure><img src="/files/ceKjy0c6JvuaSjgEMvrh" alt=""><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://docs.omnichat.ai/features/she-ding/zhang-wu-zong-lan/jiao-yi-ji-lu.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.
