> For the complete documentation index, see [llms.txt](https://helpdocs.ycloud.com/partner-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocs.ycloud.com/partner-center/technology-development-partnern/ji-shu-kai-fa-huo-ban-jia-ge-ji-fei-he-fu-kuan-fang-shi.md).

# 技术开发伙伴价格、计费和付款方式

所有客户必须根据通过 YCloud 传输的对话数量支付Meta对话费（无加价）。但我们不针对每条对话或消息收取任何额外费用。

WhatsApp对话费用需要支付给 YCloud，YCloud 向 Meta 支付费用。

## WhatsApp定价

技术开发合作伙伴只需为对话付费。您可以点击下方链接查看有关对话费用的更多信息。

{% embed url="<https://helpdocs.ycloud.com/help-center/ding-jia-he-ji-fei/whatsapp-dui-hua-ji-fei-gui-ze>" %}

## 消息吞吐量 <a href="#messaging-throughput" id="messaging-throughput"></a>

在理想情况下，每个 Cloud API 托管的帐户（WhatsApp phone number）每秒最多可以处理 80 条消息。理想条件包括您的 webhook 响应时间少于 200 毫秒，并且拥有足够的技术资源来确保最佳性能。

## 计费

成为YCloud技术开发伙伴后，通过您引入的企业客户产生的任何WhatsApp对话费用都将记在伙伴账户中。我们将按照上述定价在您的YCloud账户余额中实时扣除。

**如果没有余额，最终客户将无法使用他们的 WhatsApp Business 渠道。所以您需要保证账户中有充足的可用额度。**

您可以为您的企业客户设计独立的定价方案，例如消息技术服务费或软件费用，YCloud不干预您的定价策略。

## 计费货币

合作伙伴的标准计费单位为**美元**。

## 付款方式

我们支持通过微信、信用卡向您的账户充值额度。详情可参考：

{% embed url="<https://helpdocs.ycloud.com/help-center/ding-jia-he-ji-fei/zhang-dan-he-chong-zhi>" %}


---

# 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, and the optional `goal` query parameter:

```
GET https://helpdocs.ycloud.com/partner-center/technology-development-partnern/ji-shu-kai-fa-huo-ban-jia-ge-ji-fei-he-fu-kuan-fang-shi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
