# 悠遊卡交易資訊列印

{% hint style="info" %}
悠遊卡交易依照規定需要列印交易內容給消費者
{% endhint %}

## 交易資訊必要列印欄位

列印悠遊卡交易資訊必要欄位

| 欄位     | Scan2Pay Response對應欄位 | 範例               | 備註                                                        |
| ------ | --------------------- | ---------------- | --------------------------------------------------------- |
| 交易日期   | Date                  | 20180612         | 交易日期可併入交易時間一起列印                                           |
| 交易時間   | Time                  | 230143           |                                                           |
| 交易類別   | ServiceType           | 悠遊卡扣款            | 請以中文列印 ([備註1](/scan2pay/appendix/easycard-printout.md#1)) |
| 設備編號   | DeviceNumber          | 0990000001301234 |                                                           |
| 批次號碼   | BatchNumber           | 18061200         |                                                           |
| RRN    | RRNumber              | 18061223014301   |                                                           |
| 卡號     | EZCardID              | 934528053        |                                                           |
| 交易前金額  | BeforeTXNBalance      | 4000             |                                                           |
| 自動加值金額 | AutoTopUpAmount       | 0                |                                                           |
| 扣款金額   | Amount                | 10               |                                                           |
| 扣款後餘額  | Balance               | 3990             |                                                           |

#### 備註1: ServiceType中文對照

| ServiceType | 中文描述  |
| ----------- | ----- |
| Payment     | 悠遊卡扣款 |
| Refund      | 悠遊卡退款 |

## 範例

![](/files/-LEwIelV9xkDqseKgfGu)


---

# Agent Instructions: 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://intella.gitbook.io/scan2pay/appendix/easycard-printout.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.
