> 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/can-kao-zi-liao/zhi-chi-de-zhi-fu-qu-dao/te-shu-zhi-fu-qu-dao.md).

# 特殊支付渠道

## <mark style="color:purple;">渠道列表</mark>

<table data-full-width="false"><thead><tr><th width="113">地区</th><th width="118">渠道</th><th width="109">类型</th><th>说明</th></tr></thead><tbody><tr><td>印尼</td><td>Telkomsel</td><td>运营支付</td><td>此渠道有严格的价格和档位参数限制<br><br>申请上线此渠道前需要填写价格申请表（Telkomsel submissionv2.xlsx），按照需求提供相应的信息，Coda技术提交渠道获得审批后才可以进入正式测试和上线。</td></tr><tr><td>柬埔寨</td><td>Metfone</td><td>运营支付</td><td>请联系Coda技术或商务提交审核，通过渠道审批后进入正式测试和上线</td></tr><tr><td>泰国</td><td>Shopeepay TH</td><td>电子钱包</td><td>请联系Coda技术或商务提交审核，通过渠道审批后进入正式测试和上线</td></tr><tr><td>泰国</td><td>One-2-Call Cash Card<br>True Money Cash Card</td><td>点卡</td><td>请联系Coda技术或商务提交审核，通过渠道审批后进入正式测试和上线</td></tr><tr><td>孟加拉</td><td>Robi<br>Telenor</td><td>运营支付</td><td>请联系Coda技术或商务提交审核，通过渠道审批后进入正式测试和上线</td></tr><tr><td>巴基斯坦</td><td>Telenor</td><td>运营支付</td><td>请联系Coda技术或商务提交审核，通过渠道审批后进入正式测试和上线</td></tr><tr><td>越南</td><td>VTC</td><td>电子钱包</td><td>请联系Coda 商务提交 对接申请, 通过渠道审批后方可对接.</td></tr><tr><td>越南</td><td>Momo</td><td>电子钱包</td><td>请联系Coda 商务提交 对接申请, 通过渠道审批后方可对接.</td></tr><tr><td>缅甸</td><td>KBZPay</td><td>电子钱包</td><td>需联系Coda技术或商务提交审核，通过渠道审批后进入正式测试和上线<br><br>“目前不支持该渠道 （从20/7/2024 开始关闭直到另行通知）”</td></tr><tr><td>缅甸</td><td>Ooredoo</td><td>运营支付</td><td>请联系Coda 团队提交 对接申请, 通过渠道审批后进入正式测试和上线</td></tr><tr><td>沙特</td><td>Apple Pay</td><td>电子钱包</td><td>此渠道限制仅限在手机网页拉取支付页面，电脑网页访问返回<code>242</code>错误</td></tr></tbody></table>

## <mark style="color:purple;">接入点卡渠道时需要特别注意的事项</mark>

在商家验证回调消息时，有两个特别需要注意的渠道：One-2-Call Cash Card 和 True Money Cash Card。这两个渠道都是泰国的点卡渠道。由于在这些渠道中，我们会在 TotalPrice 中显示用户使用的点卡金额，因此商家需要确保回调中的 TotalPrice 与用户请求的商品价格一致。如果没有进行验证，可能会导致用户用较少的金额购买较多的商品，进而造成商家的损失。

{% hint style="info" %}
📘 <mark style="color:blue;">**例子**</mark>

假设用户购买了价值 100 THB 的商品，并使用了面值为 50 THB 的点卡进行支付。 Coda 回调的 TotalPrice 为 50.00。

如果商家没有验证回调中的金额，可能会照常发货，导致商家损失。

另一个情况是，用户使用 100 THB 的点卡购买了价值 50 THB 的商品。这种情况下，如果商家没有验证，可能会造成用户损失，因为点卡只能一次性使用。
{% endhint %}

{% hint style="warning" %}
**为了避免这种情况，我们建议商家参考以下两种点卡发货方式：**

* 按照用户支付金额发放相应价值的商品。例如：如果用户购买了价值 50 THB 的商品，并使用了 100 THB 的点卡，经过验证时发现异常，商家可以发给用户 100 THB 的商品，这样可以实现商家和用户的双赢。
* 如果商家的游戏货币是虚拟物品（如钻石、金币、宝石等），点卡渠道可以按照汇率进行兑换。例如：1 THB = 10 钻石（即每泰铢可以购买 10 钻石）。这种情况下，商家可以根据点卡的金额，按照汇率发放相应数量的游戏货币（如钻石）。"
  {% endhint %}


---

# 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/can-kao-zi-liao/zhi-chi-de-zhi-fu-qu-dao/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.
