> For the complete documentation index, see [llms.txt](https://resources.atriptech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.atriptech.com/api-wen-dang/ji-cheng-can-kao/sha-xiang-ce-shi-shu-ju/sha-xiang-ce-shi-ka.md).

# 沙箱测试卡

{% hint style="info" %}
遇到 API 接入问题时，可登录 [Eva](https://www.atriptech.com/) 寻求帮助。
{% endhint %}

这些卡仅可用于沙箱环境。

### 重要规则

* 不要使用真实卡
* 除非场景另有说明，否则可使用任意未来有效期
* 除非场景另有说明，否则可使用任意 CVV 和邮编
* 这些卡号仅用于测试

### VCC 透传测试卡

#### Visa

* `4532015112830366`
* `4916931584764308`
* `4485275742308327`
* `4556737586899855`
* `4532644189324563`

#### Mastercard

* `5555555555554444`
* `5105105105105100`
* `5223456789012346`
* `5301250070000191`
* `5454545454545454`

#### American Express

* `378282246310005`
* `371449635398431`
* `340000000000009`
* `370000000000002`
* `375987654321001`

#### Discover

* `6011111111111117`
* `6011000990139424`
* `6011987612345678`

#### JCB

* `3566002020360505`

### MoR 测试卡

#### Visa

* `4054695723100768`

#### Mastercard

* `5162774114974622`

### 相关页面

* [沙箱开发](/api-wen-dang/readme/quick-start/sha-xiang-kai-fa.md)
* [支付与出票](/api-wen-dang/readme/yu-ding-liu-cheng-gai-lan/zhi-fu-yu-chu-piao.md)
* [UAT 验证](/api-wen-dang/readme/quick-start/uat-submission-guide.md)


---

# 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://resources.atriptech.com/api-wen-dang/ji-cheng-can-kao/sha-xiang-ce-shi-shu-ju/sha-xiang-ce-shi-ka.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.
