# Bank Account

{% tabs %}
{% tab title="391 一卡通" %}

```
1501689533
```

<figure><img src="/files/yv1dSQ0lmaSGaFb7Sp2S" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="812 台新銀行" %}

```
28881004348292
```

<figure><img src="/files/DTndqr6V2OsdBgwckFjO" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="822 中國信託" %}

```
901560501232
```

<figure><img src="/files/HyDEJfWnX2DXgxAMPgQo" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="824 連線銀行" %}

```
111000006954
```

<figure><img src="/files/9WqUzFhoWIOke5rw8Tb5" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

<details>

<summary>共通 QR Code 標準</summary>

基本上這個共通 QR 標準的編碼方式如下:&#x20;

```
TWQRP://銀行自己取的服務名稱/國家代碼/交易類別/V1?各類交易參數 
```

國家代碼以 ISO 3166 的三位數代碼作為標準，台灣是 158 \
詳參: <https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes>

### 交易類別&#x20;

* 01 = 掃碼收付 (金融卡smart pay)
* 02 = 轉帳類交易
* 03 = 繳費類交易&#x20;

### 交易參數&#x20;

* D1 = 金額 格式為XXXXXXX00 (最多七位數，後方補小數兩位0)&#x20;
* D2 = 訂單編號&#x20;
* D3 = 交易驗證碼&#x20;
* D4 = 繳費期限(帳單上所列之期限) 格式為 YYYYMMDD&#x20;
* D5 = 轉入銀行代碼 (3位數)&#x20;
* D6 = 轉入銀行帳號 (16位數，不足前方補0)&#x20;
* D7 = 銷帳編號&#x20;
* D8 = 服務名稱 (店家收單名稱)&#x20;
* D9 = 附言欄&#x20;
* D10= 交易幣別 (ISO 4217的三位數幣別代碼，未填寫則預設為 901新台幣) \
  詳見: <https://en.wikipedia.org/wiki/ISO_4217>&#x20;
* D11= 收單銀行及其註記欄位&#x20;
* D12= 繳費期限 (超過這個日期則QR Code失效) 格式為YYYYMMDDHHMMSS&#x20;
* D14= 電子發票載具&#x20;
* D15= 手續費 (一樣要補兩位小數0，但這個只是顯示在交易確認頁面上的手續費 實際上不管你改成多少，還是會按照原標準收費)&#x20;
* D16= 費用名稱&#x20;
* D20= 備用欄位&#x20;
* D97= QR條碼產生時間&#x20;
* D98= ?????&#x20;
* D99= 某種檢算碼...&#x20;

D類參數一旦給定，轉帳者不可任意變更，但若改用M類參數，則可以在轉帳時自己修改。 例如 M1=金額、M9=附言欄、M14=電子發票載具...... 舉例來說，想要轉帳到 PTT 銀行(銀行代碼001)，帳號598759875987，金額3254 其 QR Code 編碼為:&#x20;

```
TWQRP://這裡隨便要打甚麼都可以/158/02/V1?D1=325400&D5=001&D6=000598759875987
```

</details>


---

# 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://www.ggl.tw/bank-account.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.
