> 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/codashop-yu-distrubution/ji-cheng-zhi-nan.md).

# 集成指南

以下部分详细概述了 Coda 用于验证和[验证](/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/codashop-yu-distrubution/ji-cheng-zhi-nan/validation-api-qing-qiu/validation-api-qing-qiu-shi-li-yu-xiang-ying.md)游戏账户信息、检索服务器列表以及处理将在 Codashop 和 Coda 分销网络上销售的充值产品充值或续费请求的流程及所采用的 API。&#x20;

您可以通过屏幕左侧的侧边栏，快速浏览各项功能请求的集成指南。

<table data-view="cards"><thead><tr><th align="center"></th><th align="center"></th><th data-hidden data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>Validation API 请求</strong></td><td align="center">供合作伙伴验证订单详情</td><td><a href="/pages/MmOs11WnFkp1IGU0PAbP">/pages/MmOs11WnFkp1IGU0PAbP</a></td></tr><tr><td align="center"><strong>Top-Up API 请求</strong></td><td align="center">Codashop 向合作伙伴发送的成功交易详情</td><td><a href="/pages/Tbn3INlHB1Eoon2OCOGN">/pages/Tbn3INlHB1Eoon2OCOGN</a></td></tr><tr><td align="center"><strong>获取服务器列表请求 (可选)</strong></td><td align="center">允许 Coda 获取服务器列表信息</td><td><a href="/pages/Rqs0jQmzByDhqofs5dPH">/pages/Rqs0jQmzByDhqofs5dPH</a></td></tr><tr><td align="center"><strong>UserSync API 请求</strong></td><td align="center">同步游戏内用户数据以验证账户信息并提供个性化 SKU</td><td><a href="/pages/6QFUl1jALUZ3AQwHqB2u">/pages/6QFUl1jALUZ3AQwHqB2u</a></td></tr></tbody></table>


---

# 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/codashop-yu-distrubution/ji-cheng-zhi-nan.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.
