# Test Cards & ACH Accounts

To help you validate your integration, you can use the following test card and ACH account details to run transactions in the sandbox environment.

{% hint style="warning" %}
**Note:** Use test cards and test ACH account **only** in the sandbox environment.
{% endhint %}

## Test Cards <a href="#test-cards-this-is-different-to-what-we-have-in-navi" id="test-cards-this-is-different-to-what-we-have-in-navi"></a>

| Card Type                                           | Card Number         | Expiration Date                  | Security Code | Billing Zip Code |
| --------------------------------------------------- | ------------------- | -------------------------------- | ------------- | ---------------- |
| Visa                                                | 4012 0000 9876 5439 | <p>MM/YY<br>-any future date</p> | 999           | 85284            |
| MasterCard                                          | 5499 7400 0000 0057 | <p>MM/YY<br>-any future date</p> | 998           | 85284            |
| MasterCard                                          | 2223 0000 4840 0011 | <p>MM/YY<br>-any future date</p> | 998           | 85284            |
| AMEX                                                | 3714 496353 92376   | <p>MM/YY<br>-any future date</p> | 9997          | 85284            |
| <p>Discover<br>(use to test Surcharge-  Credit)</p> | 6011 0009 9302 6909 | <p>MM/YY<br>-any future date</p> | 996           | 85284            |
| Diners                                              | 3055 155515 1618    | <p>MM/YY<br>-any future date</p> | 996           | 85284            |
| JCB                                                 | 3530 1420 1994 5859 | <p>MM/YY<br>-any future date</p> | 996           | 85284            |

## ACH Test Account <a href="#ach-test-account" id="ach-test-account"></a>

| Routing Number                                                                             | Account Number |
| ------------------------------------------------------------------------------------------ | -------------- |
| <p>490000018 (New provider- use for new sandbox setups)<br>Test transactions under $25</p> | Any digits     |


---

# Agent Instructions: 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:

```
GET https://docs.xplorpay.com/api-reference/resources/test-cards-and-ach-accounts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
