# Test Payments

#### Successful Cards <a href="#successful-cards" id="successful-cards"></a>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th></tr></thead><tbody><tr><td>Card Type: Visa</td><td>Card Number: 4111111111111111</td><td>CVV: 004</td><td>Exp: 03/30</td></tr><tr><td>Card Type: MasterCard</td><td>Card Number: 5424000000000015</td><td>CVV: 004</td><td>Exp: 03/30</td></tr></tbody></table>

#### Failed Cards

{% hint style="info" %}
Enter different CVV to have Invalid CVV\
Enter any different date to have Invalid expiry date
{% endhint %}

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th></th><th></th></tr></thead><tbody><tr><td>Insufficient fund</td><td>Card Type: Visa</td><td>Card Number: 4000000000009995</td><td>CVV: 004</td><td>Exp: 03/30</td></tr><tr><td>Do Not Honour</td><td>Card Type: Visa</td><td>Card Number: 4000000000009979</td><td>CVV: 004</td><td>Exp: 03/30</td></tr><tr><td>Authentication failed</td><td>Card Type: Visa</td><td>Card Number: 4000000000000002</td><td>CVV: 004</td><td>Exp: 03/30</td></tr><tr><td></td><td></td><td></td><td></td><td></td></tr></tbody></table>


---

# 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.lahza.io/payments/test-payments.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.
