# Sandbox Mode

### Test Payment Cards

In sandbox mode, purchases can be made with the following test cards. Expire date and CVV are optional, but the expire date must not be older than the current date.

&#x20;These cards are only valid for credit card payment method. When other payment methods are selected, it is not expected to enter any card information, it is treated as a direct successful payment.

| Card                | Scenario                                               |
| ------------------- | ------------------------------------------------------ |
| 4111 1111 1111 1111 | Purchase successful                                    |
| 4111 1111 1111 1129 | Insufficient card limit.                               |
| 4128 1111 1111 1112 | The transaction was not approved by the bank.          |
| 4125 1111 1111 1115 | The card has expired.                                  |
| 4000 0600 0000 0006 | CVV is incorrect.                                      |
| 4000 1600 0000 0004 | 3DS validation error.                                  |
| 4120 1111 1111 1110 | The transaction was not approved for security reasons. |


---

# 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.zotlo.com/integrating-zotlo/sandbox-mode.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.
