> 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/sha-he-huan-jing-ce-shi-zhi-nan.md).

# 沙盒环境测试指南

**配置沙盒环境**\
请参阅[Codapay概览](/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/codapay/codapay-gai-lan.md)了解如何获取沙盒密钥以及设置和配置您的测试环境。

**渠道特定测试**\
每个支付渠道有特定的测试要求。请参考 [支付渠道测试说明](/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/codapay/ji-cheng-zhi-nan/sha-he-huan-jing-ce-shi-zhi-nan/zhi-fu-qu-dao-ce-shi-shuo-ming.md) 。

某些支付渠道需要使用模拟器来完成交易。请参考 [沙盒模拟器测试指南](/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/codapay/ji-cheng-zhi-nan/sha-he-huan-jing-ce-shi-zhi-nan/sha-he-mo-ni-qi-ce-shi-zhi-nan.md) 获取更多帮助。

## **资源与支持**

**文档和指南：**

* [支付渠道测试说明](/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/codapay/ji-cheng-zhi-nan/sha-he-huan-jing-ce-shi-zhi-nan/zhi-fu-qu-dao-ce-shi-shuo-ming.md)：各支付渠道的测试详细步骤。
* [沙盒模拟器测试指南](/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/codapay/ji-cheng-zhi-nan/sha-he-huan-jing-ce-shi-zhi-nan/sha-he-mo-ni-qi-ce-shi-zhi-nan.md)： 模拟器的设置和使用说明。
* [Codapay 入门指南](/https-coda-payments.gitbook.io-zhong-wen-coda-private-technical-documentation/codapay/codapay-ru-men-zhi-nan.md)：API 凭证、重定向 URL、支付渠道激活以及环境配置和流程测试的全面设置说明。

**联系方式：**

* 技术支持团队 (Technical Support)**：**<partnersupport@coda.co>
* 商务团队 (Partner Business)：<publisher_team@coda.co>
* Codapay 技术支持团队 (Codapay Support)：<codapay_integration@coda.co>


---

# 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/sha-he-huan-jing-ce-shi-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.
