> 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/tokenization-api-2.0/zhi-fu-qu-dao-ce-shi-xin-xi.md).

# 支付渠道测试信息

以下是可用于测试和验证与 Coda 集成的测试卡和钱包。

请注意，这些卡号仅在沙盒（测试）环境中有效。使用这些卡无法进行生产付款。

## 有效的测试信用卡

您可以使用这些信用卡来测试批准的交易工作流程。

<table><thead><tr><th>品牌</th><th width="225">卡号</th><th>有效日期</th><th>CVV</th></tr></thead><tbody><tr><td>Mastercard</td><td>5123 4500 0000 0008</td><td>01/39</td><td>100</td></tr><tr><td>Visa</td><td>4508 7500 1574 1019</td><td>01/39</td><td>100</td></tr></tbody></table>

### DANA 电子钱包的测试号码 <a href="#test-numbers-for-dana-wallet" id="test-numbers-for-dana-wallet"></a>

| 钱包   | 手机号码       | PIN    |
| ---- | ---------- | ------ |
| Dana | 817345545  | 123321 |
| Dana | 8127416027 | 123321 |


---

# 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/tokenization-api-2.0/zhi-fu-qu-dao-ce-shi-xin-xi.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.
