> For the complete documentation index, see [llms.txt](https://docs.ourpass.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ourpass.co/quick-start-guide/test-cards.md).

# Test Cards💳

### Cards <a href="#cards" id="cards"></a>

Card details to use to make a mock payment.

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

Use these cards if you want the payment to succeed.

<table><thead><tr><th>Type</th><th>Card number</th><th width="175">CVV</th><th>PIN</th><th>Expiry</th><th>OTP</th></tr></thead><tbody><tr><td>MasterCard PIN authentication</td><td>5531886652142950</td><td>564</td><td>3310</td><td>09/32</td><td>12345</td></tr><tr><td>Mastercard PIN authentication 2</td><td>5399838383838381</td><td>470</td><td>3310</td><td>10/31</td><td>12345</td></tr><tr><td>MasterCard 3DS authentication</td><td>5438898014560229</td><td>564</td><td>3310</td><td>10/31</td><td>12345</td></tr><tr><td>Visa Card 3DS authentication</td><td>4187427415564246</td><td>828</td><td>3310</td><td>09/32</td><td>12345</td></tr><tr><td>Visa Card 3DS authentication 2</td><td>4242424242424242</td><td>812</td><td>3310</td><td>01/31</td><td>12345</td></tr><tr><td>Visa Card 3DS authentication 3</td><td>4751763236699647</td><td>-</td><td>-</td><td>09/35</td><td>-</td></tr><tr><td>Verve Card Noauth</td><td>5061460410120223210</td><td>780</td><td>3310</td><td>12/31</td><td>12345</td></tr><tr><td>Verve Card PIN authentication 2</td><td>5061460166976054667</td><td>-</td><td>3310</td><td>10/22</td><td>-</td></tr><tr><td>Address Verification (AVS) Card</td><td>4556052704172643</td><td>899</td><td>3310</td><td>09/32</td><td>12345</td></tr></tbody></table>

#### Failed payments <a href="#failed-payments" id="failed-payments"></a>

Use these cards if you want the payment to fail.

| Type                                 | Card number      | CVV | PIN  | Expiry | OTP   |
| ------------------------------------ | ---------------- | --- | ---- | ------ | ----- |
| Card Declined (Address Verification) | 5143010522339965 | 276 | 3310 | 08/32  | 12345 |
| Card Fraudulent                      | 5590131743294314 | 887 | 3310 | 11/32  | 12345 |
| Card Insufficient Funds              | 5258585922666506 | 883 | 3310 | 09/31  | 12345 |
| Pre-authorization Test Card          | 5377283645077450 | 789 | 3310 | 09/31  | -     |
| Do Not Honour                        | 5143010522339965 | 276 | 3310 | 08/31  | -     |
| Insufficient Funds                   | 5258585922666506 | 883 | 3310 | 09/31  | 12345 |
| Invalid Transaction                  | 5551658157653822 | 276 | -    | 08/31  | -     |
| Restricted Card, Retain Card         | 5551651630381384 | 276 | -    | 08/31  | -     |
| Function Not Permitted to Cardholder | 5258582054729020 | 887 | -    | 11/30  | -     |
| Function Not Permitted to Terminal   | 5258588264565682 | 887 | -    | 11/30  | -     |
| Transaction Error                    | 5258589130149016 | 887 | -    | 11/30  | -     |
| Incorrect PIN                        | 5399834697894723 | 883 | 3310 | 09/31  | 12345 |
| Verve Card - Card enrolment          | 5531882884804517 | 564 | 3310 | 10/32  | -     |


---

# 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://docs.ourpass.co/quick-start-guide/test-cards.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.
