> For the complete documentation index, see [llms.txt](https://docs.coda.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coda.co/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/codapay/ji-cheng-zhi-nan/zhi-fu-qu-dao-xin-xi/zhi-fu-ye-mian-api/te-shu-zhi-fu-qu-dao.md).

# 特殊支付渠道

## 渠道列表

<table><thead><tr><th width="165.3194580078125">国家/地区</th><th width="151">渠道</th><th width="89">类型</th><th>描述</th></tr></thead><tbody><tr><td>Indonesia</td><td>Telkomsel</td><td>运营商DCB</td><td><p>该渠道有严格的价格和SKU参数限制。</p><p>在申请上线该渠道前，您需要填写价格申请表（Telkomsel Submitv2.xlsx）。根据需要提供适当的信息，Coda技术团队将渠道提交审批后才能进入生产测试并上线。</p></td></tr><tr><td>Cambodia</td><td>Metfone</td><td>运营商DCB</td><td>请联系Coda 商务团队提交渠道审核批准，以便进行生产测试和上线。</td></tr><tr><td>Thailand</td><td>ShopeePay Thailand</td><td>电子钱包</td><td>请联系Coda技术或业务团队提交渠道审核批准，以便进行生产测试和上线。</td></tr><tr><td>Thailand</td><td>One-2-Call Cash Card，<br>True Money Cash Card</td><td>现金卡</td><td>商户必须设置价格验证。更多詳情 <a data-mention href="#dai-jin-quan-xian-jin-ka-zhong-yao-xin-xi">#dai-jin-quan-xian-jin-ka-zhong-yao-xin-xi</a></td></tr><tr><td>Pakistan</td><td>Telenor Pakistan</td><td>运营商DCB</td><td>请联系Coda技术或业务团队提交渠道审核批准，以便进行生产测试和上线。</td></tr><tr><td>Bangladesh</td><td>Robi Airtel</td><td>运营商DCB</td><td>请联系Coda技术或业务团队提交渠道审核批准，以便进行生产测试和上线。</td></tr><tr><td>Vietnam</td><td>VTC</td><td>电子钱包</td><td>VTCPay渠道需逐个申请來取得激活批准。请联系 Coda 商务了解更多信息。</td></tr><tr><td>Vietnam</td><td>Momo</td><td>电子钱包</td><td>Momo渠道需逐个申请來取得激活批准。请联系 Coda 商务了解更多信息。</td></tr><tr><td>Myanmar</td><td>U9</td><td>运营商DCB</td><td>U9 渠道需逐个申请來取得激活批准。请联系 Coda 商务了解更多信息。</td></tr><tr><td>Saudi Arabia</td><td>Apple Pay Saudi Arabia</td><td>电子钱包</td><td>此渠道仅限手机版打开支付页面，使用网页浏览器会返回<code>error 242</code></td></tr><tr><td>Saudi Arabia</td><td>Mobily</td><td>运营商支付</td><td>Mobily 使用productId 来标识每个交易订单。在發布之前，请查看<a href="/pages/L6rF0lkG8KyR8M6q7LhL">此信息</a>并联系 Coda 支援团队以获得配置帮助。</td></tr></tbody></table>

## 接入点卡渠道需特别注意的事项

当商家验证回调讯息时， 有两个需要注意的渠道：**One-2-Call Cash Card** 和 **True Money Cash Card**。

这两种支付方式均为泰国点卡渠道，Coda 会在 **TotalPrice** 字段中显示用户实际使用的点卡金额。因此，商家需确保回调中的 **TotalPrice** 与用户请求的物品价格相符。若未进行验证，可能会导致用户使用低面额点卡购买高价值物品，从而造成商家的损失。

通常，我们建议商家参考以下两种点卡发货方式：

1. **按用户支付金额发放等值物品**

   * **示例：** 用户原本购买 **50THB** 物品，但使用 **100THB** 点卡支付。
   * **处理方式：** 发现金额异常后，发货时给予用户价值 **100THB** 的物品。

   确保用户与商家双赢，避免用户损失或商家承担额外成本。
2. **按兑换比例发放游戏货币**（适用于游戏充值，如 **钻石、金币、宝石** 等）

   * **示例：** 设置兑换比例 **1THB = 10 钻石**，用户使用 **100THB** 点卡支付，即可获得 **1000 钻石**。
   * **处理方式：** 商家根据用户支付的实际金额，按兑换率发放相应的游戏货币。

   使点卡支付更加灵活，确保用户支付金额与获得的虚拟物品匹配。


---

# 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://docs.coda.co/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/codapay/ji-cheng-zhi-nan/zhi-fu-qu-dao-xin-xi/zhi-fu-ye-mian-api/te-shu-zhi-fu-qu-dao.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.
