# 欢迎 👏

{% hint style="info" %}
所有主流加密数字货币的商业支付系统
{% endhint %}

### 准备工作 <a href="#zhun-bei-gong-zuo" id="zhun-bei-gong-zuo"></a>

欢迎阅读 `API` 支付接入文档。在开始接入之前，您需要：

1. 访问并登录 商户后台
2. 在商户后台创建支付应用，创建后会生成用于 API 调用的 `APP_ID` 和 `APP_SECRET`。
3. 阅读 [接入须知](/chinese/shuo-ming/jie-ru-xu-zhi.md) 相关内容。

现在您可以尝试通过接口发起 [下单](/chinese/zhi-fu-ding-dan/chuang-jian-ding-dan.md) 请求。

### 遇到问题？ <a href="#yu-dao-wen-ti" id="yu-dao-wen-ti"></a>

如您在接入过程中遇到任何问题，请优先阅读我们的 [接入须知](/chinese/shuo-ming/jie-ru-xu-zhi.md) 文档。


---

# 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://apidoc.tokenpay.me/chinese/huan-ying.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.
