# Testing

### Credit Cards

All of these credit cards works with any future expiration and CVV.

<table data-card-size="large" data-view="cards"><thead><tr><th>Brand</th><th>Number</th><th>Comments</th></tr></thead><tbody><tr><td>Amex</td><td>370000000000002</td><td></td></tr><tr><td>Amex</td><td>370276000431054</td><td>Amount should be higher than $10</td></tr><tr><td>Discover</td><td>6011000000000012</td><td></td></tr><tr><td>Discover</td><td>6011208703331119</td><td>Amount should be higher than $10</td></tr><tr><td>JCB</td><td>3088000000000017</td><td></td></tr><tr><td>Diners Club / Carte Blanche</td><td>38000000000006</td><td></td></tr><tr><td>VISA</td><td>4007000000027</td><td></td></tr><tr><td>VISA</td><td>4012888818888</td><td></td></tr><tr><td>VISA</td><td>4111-1111-1111-1111</td><td></td></tr><tr><td>VISA</td><td>4444-3333-2222-1111</td><td>Amount should be higher than $10</td></tr><tr><td>MasterCard</td><td>5424000000000015</td><td></td></tr><tr><td>MasterCard</td><td>2223000010309703</td><td></td></tr><tr><td>MasterCard</td><td>2223000010309711</td><td></td></tr><tr><td>MasterCard</td><td>5454545454545454</td><td>Amount should be higher than $10</td></tr></tbody></table>

### PayPal

<table data-card-size="large" data-view="cards"><thead><tr><th>User</th><th>Password</th></tr></thead><tbody><tr><td>sb-4ckmy3035527@personal.example.com</td><td>Jt17!9DX</td></tr></tbody></table>

### Venmo

Please use your real Venmo account - you won't be charge in SensePass sandbox environment.

### Trustly

1. Tap on Trustly button in the payment page
2. Search for "Demo" and choose any demo bank
3. Type any user and passoword
4. Click Pay

### ACH

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th>Routing Number</th><th>Accounting Number</th><th>Accounting Name</th></tr></thead><tbody><tr><td></td><td>056008849</td><td>123456789</td><td>Any</td></tr><tr><td><strong>Please use this for Tsys - ACH testing</strong></td><td>490000018</td><td>123456789</td><td>Any</td></tr></tbody></table>

### Sezzle

<table data-card-size="large" data-view="cards"><thead><tr><th>Card Number</th><th>Mobile</th><th>OTP Code</th><th>PIN</th><th>Expiration</th><th>CVV</th><th>Name</th><th>Address</th></tr></thead><tbody><tr><td>4242424242424242</td><td>(929) 552-3221</td><td>123123</td><td>2605</td><td>Any</td><td>Any</td><td>Any</td><td>Any</td></tr></tbody></table>

### Klarna

<table data-card-size="large" data-view="cards"><thead><tr><th>Mobile</th><th>OTP</th></tr></thead><tbody><tr><td>US - 5712657204<br>IT - 393339741231<br>UK - 4408082580300<br>DE - 4901761428434</td><td>Enter any value</td></tr></tbody></table>

### Alipay

1. Tap on Alipay button in the payment page
2. Choose "No" - the app does not installed
3. Enter any phone number in the second field and click on the blue button
4. Click again on the blue button to confirm
5. Enter any 6 digits
6. Click on the red circle on the top right corner

### Affirm

Phone Number - 9106064853

OTP - 123456

### Sepa (Nuvei)

Italy Iban - DE86120300001019407863

Germany IBAN - DE89370400440532013000

### Mercad Pago (d.local)

**Mexico and Chile**

Username - TESTQWG1JLOB

Email - <test_user_68912416@testuser.com>

**Argentina (Direct)**

Username - TESTUSER1254153477

Password - iFzPp6HFxV

Email - <test_user_1254153477@testuser.com>

OTP - 680627

### Cardknox AVS

All of the above credit cards works with these AVS values.

| Zipcode   | Street |
| --------- | ------ |
| 11111     | 111    |
| 111111111 | 111    |
| 11111     | 999    |
| 111111111 | 999    |
| 99999     | 111    |

{% embed url="<https://docs.cardknox.com/#avs-responses>" %}
Check cardknox documentation for additional information if necessary
{% endembed %}


---

# 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.sensepass.com/sensepay/transaction-api/testing.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.
