> For the complete documentation index, see [llms.txt](https://intro.join1.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://intro.join1.app/guidebook/zhu-ban-fang-cao-zuo-zhi-nan/di-san-fang-jin-liu-chuan-jie.md).

# 第三方金流串接

### 支援的第三方金流

Beta 版提供藍新金流串接，主辦方可設定線上付款，讓參加者在報名時直接完成付款。參加者可使用 VISA 信用卡／金融卡進行線上付款。

未來正式版將陸續開放更多金流服務，包括：TapPay、PayNow、LINE Pay 等。

***

### 金流串接教學

若你要使用線上付款，需先完成金流串接設定。

1. 點擊「設定」→「第三方金流串接」。
2. 輸入藍新金流提供的 MerchantID、HashKey、HashIV。
3. 點擊「進行串接」即可完成串接。

<figure><img src="/files/ag0IGa3DqVhGEacfPitN" alt=""><figcaption></figcaption></figure>

***

### 如何獲得藍新金流串接資訊（MerchantID/HashKey/HashIV）

{% hint style="info" %}
若你尚未擁有帳號，需先至藍新金流官網註冊帳號：[<mark style="color:purple;">https://www.newebpay.com/website/Page/content/register</mark>](https://www.newebpay.com/website/Page/content/register)
{% endhint %}

1.登入[<mark style="color:purple;">藍新金流NewebPay後台</mark>](https://www.newebpay.com/main/login_center/single_login)

2.點擊「會員中心／商店管理 」

<figure><img src="/files/mx89wPBdcFnRLaGBo5sw" alt=""><figcaption></figcaption></figure>

3. 選擇要查看的商店，點擊後方「詳細資料」

<figure><img src="/files/rLkXkL5jarsYPEg6GpQ8" alt=""><figcaption></figcaption></figure>

4. 進入詳細資料中後，即可看到「MerchantID / HashKey / HashID」

{% hint style="info" %}
商店代號即為 MerchantID
{% endhint %}

<figure><img src="/files/FrXT8QIrTGvKkSXNo19k" 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://intro.join1.app/guidebook/zhu-ban-fang-cao-zuo-zhi-nan/di-san-fang-jin-liu-chuan-jie.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.
