Payment Authorization
The table below lists test card numbers for authorizing a payment transaction:
| Card type | Card Number |
|---|---|
| VISA | 4111111111162072 |
| MasterCard | 5000000000000004 |
| Other | 2221000000000009 |
Please note that:
- For card numbers starting with 420000 and ending with 0000, and card numbers starting with 555555 and ending with 4444, you can specify a valid status code as transaction amount to trigger the status.
- When testing towards the test endpoint, the CVV 987 and only 987 is considered a match for all card numbers.
Strong Consumer Authentication (SCA)
The table below lists test card numbers for various strong consumer authentication scenarios:
| Scenario | Card Number |
|---|---|
| Frictionless authentication with browser fingerprinting | 9001100511111111 |
| Frictionless authentication without browser fingerprinting | 9001100611111111 |
| Manual challenge | 9001100811111111 |
| Passed automatic challenge with browser fingerprinting | 9001100911111111 |
| Passed automatic challenge without browser fingerprinting | 9001101111111111 |
| Failed automatic challenge | 9001101011111111 |
| Frictionless authentication failed with result N - Not Authenticated | 9001105001111111 |
| Frictionless authentication failed with result U - Authentication unavailable | 9001105041111111 |
| Frictionless authentication failed with result R - Authentication rejected | 9001105071111111 |
| Frictionless authentication attempted | 9001105611111111 |
| Timeout while communicating with the Directory Server | 9000105311111111 |