> For the complete documentation index, see [llms.txt](https://help.cube.mo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cube.mo/kai-dian-zhi-nan/wang-zhan-she-zhi/zhi-fu-guan-li.md).

# 支付管理

### 💳 支付管理

本模組協助你整合線上／線下各種支付方式，提升結帳轉換率，並支援金流狀態監控與對帳設定。

***

#### 🏦 1. 支付方式設定

* 支援多種付款方式：
  * 信用卡／簽帳金融卡
  * Apple Pay／Google Pay
  * ATM 轉帳、超商代碼繳費
  * 貨到付款（COD）
* 可針對不同國家或裝置開啟／關閉支付方式

***

#### 🧾 2. 第三方金流整合

* 整合常用金流服務商（如：綠界、藍新、TapPay、Stripe、PayPal 等）
* 輸入 API Key / 商店代碼後可進行測試連線
* 支援串接後自動顯示付款結果與紀錄

***

#### 🔐 3. 支付安全設定

* 可設定 3D 驗證（如 Visa Secure / Mastercard ID Check）
* 檢查付款紀錄與防詐交易提示
* 提供風險訂單標記與審查機制

***

#### 💼 4. 發票與對帳

* 是否啟用電子發票（可串接財政部系統）
* 提供付款通知與對帳報表下載
* 支援月結報表導出（CSV、Excel）

***

#### 📤 5. 付款後通知設定

* 成功付款後發送 Email / SMS 給顧客
* 可自訂通知內容樣板（含訂單資訊與物流追蹤連結）
* 支援多語言與 LOGO 標示

### 🛍️ 網店運送及支付方式

此區塊用於前台顯示「可接受的付款／配送方式」，讓顧客結帳前一目了然，降低跳出率。

***

#### 📝 顯示說明內容（建議範例）

* 🛒 **付款方式：**
  * 線上刷卡（支援 VISA / MasterCard / JCB）
  * Apple Pay / Google Pay
  * ATM 轉帳（需於 3 天內完成）
  * 貨到付款（限宅配）
* 🚚 **配送方式：**
  * 宅配（黑貓、順豐等）
  * 超商取貨（7-11 / 全家）
  * 自取（需提前聯絡）
  * 國際配送（特定商品支援）
* 📦 **出貨時間：**
  * 每日中午 12:00 前下單，當日出貨
  * 假日及國定假日不出貨
  * 特殊商品（如預購品）將依頁面說明為主

***

{% hint style="info" %}
建議於網站頁尾或結帳前頁面提供「付款與配送說明」連結，提升購買信任感。
{% endhint %}


---

# 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:

```
GET https://help.cube.mo/kai-dian-zhi-nan/wang-zhan-she-zhi/zhi-fu-guan-li.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.
