> For the complete documentation index, see [llms.txt](https://software-help-docs.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://software-help-docs.gitbook.io/knowledge-base/software-guide/payments/how-to-test-payments-in-a-funnel-or-website.md).

# How to Test Payments in a Funnel or Website

In this article we will show you how to switch your Funnel or Website into test mode. This way, you can test your products and automations associated to ensure they’re working properly.

**Part 1: Putting the Funnel/Website into test mode.**

* First, navigate to your sites, then Funnel or Website
* Next, go to Settings
* Then, select the toggle button to switch to testing mode

{% embed url="<https://lh5.googleusercontent.com/kC-WXI1zWdEryl16QLk0ScXLJ5bl5xDXXPLR4RQvrauYt_FuHSqELhkEpxKXq4OJzuJl3pXdzEjpG9XJgpE9wYkZ_lDe0vn8xlu3NXBVGnnvrI4_nTu7YhafSfxY6Y4XebhuEB-m7RigAPyVDhV_7tM>" %}

**Part 2: Testing**

* Now, navigate to your live page or the preview.
* Use any of the following cards to test your payments or automation by submitting your order form:

<table><thead><tr><th>BRAND</th><th>NUMBER</th><th>CVC</th><th>DATE</th><th data-hidden></th></tr></thead><tbody><tr><td>Visa</td><td>4242424242424242</td><td>Any 3 digits</td><td>Any future date</td><td></td></tr><tr><td>Visa (debit)</td><td>4000056655665556</td><td>Any 3 digits</td><td>Any future date</td><td></td></tr><tr><td>Mastercard</td><td>5555555555554444</td><td>Any 3 digits</td><td>Any future date</td><td></td></tr><tr><td>Mastercard (2-series)</td><td>2223003122003222</td><td>Any 3 digits</td><td>Any future date</td><td></td></tr><tr><td>Mastercard (debit)</td><td>5200828282828210</td><td>Any 3 digits</td><td>Any future date</td><td></td></tr><tr><td>Mastercard (prepaid)</td><td>5105105105105100</td><td>Any 3 digits</td><td>Any future date</td><td></td></tr><tr><td>American Express</td><td>378282246310005</td><td>Any 4 digits</td><td>Any future date</td><td></td></tr><tr><td>American Express</td><td>371449635398431</td><td>Any 4 digits</td><td>Any future date</td><td></td></tr><tr><td>Discover</td><td>6011111111111117</td><td>Any 3 digits</td><td>Any future date</td><td></td></tr><tr><td>Discover</td><td>6011000990139424</td><td>Any 3 digits</td><td>Any future date</td><td></td></tr><tr><td>Discover (debit)</td><td>6011981111111113</td><td>Any 3 digits</td><td>Any future date</td><td></td></tr><tr><td>Diners Club</td><td>3056930009020004</td><td>Any 3 digits</td><td>Any future date</td><td></td></tr><tr><td>Diners Club (14-digit card)</td><td>36227206271667</td><td>Any 3 digits</td><td>Any future date</td><td></td></tr><tr><td>JCB</td><td>3566002020360505</td><td>Any 3 digits</td><td>Any future date</td><td></td></tr><tr><td>UnionPay</td><td>6200000000000005</td><td>Any 3 digits</td><td>Any future date</td><td></td></tr></tbody></table>


---

# 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://software-help-docs.gitbook.io/knowledge-base/software-guide/payments/how-to-test-payments-in-a-funnel-or-website.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.
