# Test card numbers

In the **staging environment**, you can test the full payment flow by using test card numbers to simulate both successful and failed payments.

Simply enter any of these values in the **USD Card payment form**:

#### To simulate a successful payment:

> Card Numbers:\
> **4242424242424242  OR  4000000000002701**
>
> Expiration Date:\
> **a future date**
>
> CVV:\
> **3 random digits**

#### To simulate a failed payment:

> Card Number:\
> **4000000000000002**
>
> Expiration Date:\
> **a future date**
>
> CVV:\
> **3 random 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://oneinfinite.gitbook.io/v1/api-integration/resources/test-card-numbers.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.
