# 常见问题

## 支持哪些支付方式？

微信 JSAPI 支付，微信 H5 支付，支付宝支付

## 怎么收费？

面包多Pay 一共会收取每笔支付金额的2% + 0.1元作为服务费，支付金额低于0.5元不会扣取服务费，此外没有其他费用（支付金额低于0.5元时，免服务费）

## 支付的钱如何到我这里？

* 如果用户使用支付宝支付，则支付钱款直接到你的支付宝（5分钟内）
* 如果用户使用微信支付，支付钱款将进入银行托管户，并于次日自动汇总提现至你的银行卡

## 为什么收费和闪电结算文档说明不一样？

闪电结算文档说明是面对面包多用户的，面包多是综合数字内容平台，包含了创作，销售，营销，版权保护等，因此服务费较高，但如果只是使用面包多Pay 的支付接口(包含无代码支付)，服务费则以本文档为准


---

# 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://doc.mbd.pub/untitled.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.
