> For the complete documentation index, see [llms.txt](https://zlian.gitbook.io/zhilian-cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zlian.gitbook.io/zhilian-cloud/shi-yong-shuo-ming/pay.md).

# 支付渠道

当前只介绍每个支付渠道的支付网关 和 通知地址该怎么填写

| 名称       | 支付网关      | 通知地址       | 支付申请                                                  |
| -------- | --------- | ---------- | ----------------------------------------------------- |
| 官方支付宝    | 默认        | 发卡域名后面不带 / | 支付宝官方                                                 |
| 官方微信     | 默认        | 发卡域名后面不带 / | 微信官方                                                  |
| 微信H5     | 默认        | 发卡域名后面不带 / | 微信官方                                                  |
| 云付天下     | 默认        | 发卡域名后面不带 / | [https://yunfu.hmy3.com](https://yunfu.hmy3.com/)     |
| payjs    | 默认        | 发卡域名后面不带 / | [https://payjs.cn](https://payjs.cn/)                 |
| 捷支付      | 默认        | 发卡域名后面不带 / | [http://jpay.hmy3.com](http://jpay.hmy3.com/)         |
| 虎皮椒V3    | 默认        | 发卡域名后面不带 / | [https://www.xunhupay.com](https://www.xunhupay.com/) |
| YunGouOS | 默认        | 发卡域名后面不带 / | <https://dwz.cn/QQLN87nX>                             |
| 值联码支付    | 填写支付网站域名  | 发卡域名后面不带 / | [https://code.zlianpay.cn](https://code.zlianpay.cn/) |
| V免签      | 填写你v免签的域名 | 发卡域名后面不带 / | 开源自定义                                                 |
| Paypal   | 默认        | 发卡域名后面不带/  | 境外收款必备                                                |


---

# 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://zlian.gitbook.io/zhilian-cloud/shi-yong-shuo-ming/pay.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.
