# 面包多Pay

## 面包多Pay

- [快速了解面包多Pay](https://doc.mbd.pub/master.md)
- [使用守则](https://doc.mbd.pub/untitled-1.md): 请务必认真对待
- [服务开通](https://doc.mbd.pub/fu-wu-kai-tong.md): 🤝了解面包多Pay的开通条件与方式
- [常见问题](https://doc.mbd.pub/untitled.md): 你可能想知道
- [微信 JSAPI 支付](https://doc.mbd.pub/api/wei-xin-zhi-fu.md): 适用于微信内网页
- [微信 H5 支付](https://doc.mbd.pub/api/wei-xin-h5-zhi-fu.md): 适用于外部手机浏览器
- [支付宝支付](https://doc.mbd.pub/api/zhi-fu-bao-zhi-fu.md): 适用于移动端网页
- [Webhook 异步通知](https://doc.mbd.pub/api/webhook-yi-bu-tong-zhi.md): 开发核心
- [退款](https://doc.mbd.pub/api/tui-kuan.md): 除调用 API 外，也可以直接在控制台退款
- [订单查询](https://doc.mbd.pub/api/ding-dan-cha-xun.md): 除调用 API 外，也可以直接在 控制台 查询订单
- [获取用户 openid](https://doc.mbd.pub/api/huo-qu-yong-hu-openid.md): 微信 JSAPI 支付必须
- [签名算法](https://doc.mbd.pub/api/qian-ming-suan-fa.md): 在调用 API 时，每个请求都应加入签名字段，以保证安全，未带签名或签名不正确，面包多将返回错误
- [IP 白名单](https://doc.mbd.pub/api/ip-bai-ming-dan.md)
- [JSAPI 支付后文案](https://doc.mbd.pub/learn_more/jsapi-zhi-fu-hou-wen-an.md): 仅限微信 JSAPI 支付
- [无代码接入](https://doc.mbd.pub/learn_more/wu-dai-ma-jie-ru.md): 面包多Pay提供无代码接入能力，无需编写代码就可以灵活的使用支付能力
- [推介计划](https://doc.mbd.pub/learn_more/tui-jie-ji-hua.md): 合作共赢
- [(解决二清)独立托管方案](https://doc.mbd.pub/learn_more/du-li-tuo-guan-fang-an.md): 解决二清问题，合规构建平台
- [自定义结算时间](https://doc.mbd.pub/kai-fa-zhe-zhi-chi/zi-ding-yi-jie-suan-shi-jian.md): 如果你希望每笔交易能够晚点结算
- [开发者激励计划🔥](https://doc.mbd.pub/kai-fa-zhe-zhi-chi/kai-fa-zhe-ji-li-ji-hua.md)
- [应用合作&分账权限](https://doc.mbd.pub/kai-fa-zhe-zhi-chi/ying-yong-he-zuo-fen-zhang-quan-xian.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://doc.mbd.pub/master.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.
