> For the complete documentation index, see [llms.txt](https://useepay.gitbook.io/developer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://useepay.gitbook.io/developer/guide/integration-guide/test/cards.md).

# 测试卡号

## **普通交易**

| 卡号               | 描述      | 错误码  | 错误描述                                         |
| ---------------- | ------- | ---- | -------------------------------------------- |
| 4200000000000000 | succeed | 0000 | Approved or completed successfully           |
| 4111111111111111 | failed  | 2014 | Invalid card number                          |
| 4242424242424242 | pending | 3200 | Transaction is pending                       |
| 5555555555554444 | failed  | 2001 | Authentication required，refer to card issuer |
| 4024023852743737 | failed  | 2051 | Insufficient funds                           |

## **3D测试卡**

需要触发3d的话, email设置成 **<dynamic_3d@useepay.com>  （仅测试使用）**

### **Mock-3DS**

| 卡号               | OTP           | 描述     | email                        |
| ---------------- | ------------- | ------ | ---------------------------- |
| 5455330200000016 |               | 无摩擦通过  | **<dynamic_3d@useepay.com>** |
| 4111110000000922 |               | 无摩擦不通过 | **<dynamic_3d@useepay.com>** |
| 5185520050000010 |               | 指纹通过   | **<dynamic_3d@useepay.com>** |
| 4111112232423922 |               | 指纹不通过  | **<dynamic_3d@useepay.com>** |
| 5299910010000015 | 1234成功/9999失败 | 挑战     | **<dynamic_3d@useepay.com>** |
| 5204730000001011 | 1234成功/9999失败 | 挑战+指纹  | **<dynamic_3d@useepay.com>** |

### 真实3DS

我们强烈建议您，进行3ds测试后。联系UseePay运营，开通3ds测试（非mock）。模拟最真实的3ds交易，再上线。这个调整与上述表格的3ds测试卡的场景是互斥的，如果需要切换配置，目前只能联系运营修改

<table><thead><tr><th width="208">卡号</th><th width="201">OTP</th><th width="202">描述</th><th>email</th></tr></thead><tbody><tr><td>4929251897047956</td><td></td><td>指纹采集成功</td><td><strong>dynamic_3d@useepay.com</strong></td></tr><tr><td>4716429323842524</td><td></td><td>指纹采集失败</td><td><strong>dynamic_3d@useepay.com</strong></td></tr><tr><td>4916994064252017</td><td>1234成功/9999失败</td><td>指纹采集成功+挑战</td><td><strong>dynamic_3d@useepay.com</strong></td></tr></tbody></table>
