# Test Credit Cards

**Card Holder Name:** Any value\
**CVV:** Any value\
**Expiration date:** Any date in the future\
**Amount:** Any value\
**Card Number:**

| Type                               | Card Number                                                                                                                                                                                         |
| ---------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| American Express                   | <p><code>3782 8224 6310 0005</code></p><p><code>3782 0000 1111 2222</code></p>                                                                                                                      |
| Bank Card                          | <p><code>5555 5555 5555 4444</code></p><p><code>5555 1111 2222 6666</code></p>                                                                                                                      |
| Carte Bleu                         | <p><code>5555 6666 8888 9999</code></p><p><code>5555 5555 5555 4444</code></p>                                                                                                                      |
| Carte Blanche                      | <p><code>3056 9309 0259 04</code></p><p><code>3056 1111 2222 33</code></p>                                                                                                                          |
| Diners Club                        | <p><code>3056 9300 0902 0004</code></p><p><code>3056 9311 2111 3222</code></p><p><code>3852 0000 0232 37</code></p>                                                                                 |
| Discover Card                      | <p><code>6011 1111 1111 1117</code></p><p><code>6011 0009 9013 9424</code></p>                                                                                                                      |
| Eurocard                           | <p><code>5100 0000 1111 3333</code></p><p><code>5473 0000 0000 0007</code></p>                                                                                                                      |
| Japanese Credit Bureau Credit Card | <p><code>3566 0020 2036 0505</code></p><p><code>3530 1113 3330 0000</code></p>                                                                                                                      |
| Local Card                         | <p><code>1234 4567 7890 4222</code></p><p><code>9890 6555 7777 8888</code></p>                                                                                                                      |
| Maestro                            | <p><code>6759 6498 2643 8453</code><br><code>6799 9901 0000 0000</code></p>                                                                                                                         |
| Master Card                        | <p><code>5555 5555 5555 4444</code></p><p><code>5200 0078 4000 0022</code></p><p><code>5506 9274 2731 7625</code></p><p><code>5506 9208 0924 3667</code></p>                                        |
| Solo                               | <p><code>6334 0000 1111 2222</code></p><p><code>6767 0000 1111 4444</code></p>                                                                                                                      |
| Union Pay                          | <p><code>6200 0000 0000 0005</code></p><p><code>6200 5555 6666 7777</code></p>                                                                                                                      |
| Universal Air Travel Card          | <p><code>1000 70000 000112</code></p><p><code>1000 70000 000155</code></p><p><code>1000 88888 000155</code></p>                                                                                     |
| Visa Electron                      | <p><code>4917 3000 0000 0008</code></p><p><code>4917 1111 2222 3333</code></p>                                                                                                                      |
| VIsa                               | <p><code>4242 4242 4242 4242</code></p><p><code>4000 0019 6000 0008</code></p><p><code>4035 5010 0000 0008</code></p><p><code>4000 0200 0000 0000</code></p><p><code>4111 1111 1111 1111</code></p> |


---

# 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://developer.siteminder.com/channels-plus-api/additional-resources/reference-tables/test-credit-cards.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.
