# 创建支付引擎

1. 从选单点击「支付引擎」

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

2. 点击后，先填写「项目名称」及「行业」相关资讯

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

3. 然后设定商户资讯，包括用于收银台显示的商户名称及品牌

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

4. 选择支付引擎的支付币种及在工具提示(?)会提示该链所支援的最低支付数量

   <figure><img src="/files/2sbiGj3mLzMyqk2mmuqN" alt=""><figcaption></figcaption></figure>

5. 设定结算的币种，结算币种需按照支付币种独立进行配置。（如没有「钱包地址」配置，可在[此教学](https://support.cregis.com/cregis-wallet-guide/zh-cn/wallet_and_transaction/token_management)新增币种及地址）

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

6. 如未配置也可以点击「继续」，稍后再配置，但会有视窗弹出提醒。若支付币种未完成结算配置，将会停留在「已支付」状态，直到结算配置完成，系统才会自动发起结算。（后续修改配置可参考[此手册分页](https://support.cregis.com/cregis-wallet-guide/zh-cn/payment_engine/configuration)）

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

7. 完成配置后，验证交易密码。

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

8. 然后验证谷歌验证码

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

9. 完成后进入支付引擎页面，可以点选设定查看相关API存取资讯\ <mark style="color:green;">注意：不要轻易将项目 API 金钥泄漏给他人，否则可能会导致资产损失。</mark>

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

10. 在调用 API 前，请先在 IP 白名单添加调用 API 该设备的 IP 以确保安全，否则 API 将返回错误。设定可在「IP白名单」中，点击「建立群组」，输入 IP 位址并点击「储存」，然后进行身份验证即可。

    <figure><img src="/files/jxiT6lityga2cIISU2ux" 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-cn/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.
