# 創建支付引擎

1. 從選單點擊「支付引擎」

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

2. 點擊後，先填寫「項目名稱」及「行業」相關資訊

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

3. 然後設定商戶資訊，包括用於收銀台顯示的商戶名稱及品牌

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

4. 選擇支付引擎的支付幣種及在工具提示(?)會提示該鏈所支援的最低支付數量

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

5. 設定結算的幣種，結算幣種需按照支付幣種獨立進行配置。（如沒有「錢包地址」配置，可在[此教學](https://support.cregis.com/cregis-wallet-guide/zh-tw/wallet_and_transaction/token_management)新增幣種及地址）

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

6. 如未配置也可以點擊「繼續」，稍後再配置，但會有視窗彈出提醒。若支付幣種未完成結算配置，將會停留在「已支付」狀態，直到結算配置完成，系統才會自動發起結算。（後續修改配置可參考[此手冊分頁](https://support.cregis.com/cregis-wallet-guide/zh-tw/payment_engine/zhi-fu-yin-qing-pei-zhi)）

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

7. 完成配置後，驗證交易密碼。

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

8. 然後驗證谷歌驗證碼

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

9. 完成後進入支付引擎頁面，可以點選設定查看相關API存取資訊\ <mark style="color:green;">**注意：不要輕易將項目 API 金鑰洩漏給他人，否則可能會導致資產損失。**</mark>

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

10. 在調用 API 前，請先在 IP 白名單添加調用 API 該設備的 IP 以確保安全，否則 API 將返回錯誤。設定可在「IP白名單」中，點擊「建立群組」，輸入 IP 位址並點擊「儲存」，然後進行身份驗證即可。

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

11. 完成配置後，支付引擎即可使用，技術文檔請參考[此開發文件](https://developer-cn.cregis.com/api-reference/request-apis/payment/payment-engine-create)。<br>


---

# 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://support.cregis.com/cregis-wallet-guide/zh-tw/payment_engine/creation.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.
