Stripe Test Cards
From Stripe's official documentation. Use a future expiration date and any 3-digit (Visa/MC) or 4-digit (Amex) CVC. Postal code is required for some AVS checks โ try 12345 or any 5-digit US ZIP.
| Brand | Number | CVC | Behavior |
|---|
| Number | Result |
|---|
PayPal / Braintree Test Cards
PayPal sandbox cards. Use a future expiry and any CVC. Use these only inside the PayPal Sandbox with a sandbox business account.
| Brand | Number | Notes |
|---|
General Test CVC / AVS values (Stripe)
| CVC | Postal code | AVS result |
|---|---|---|
111 | 11111 | Unavailable |
123 | 12345 | Match |
999 | 99999 | No match |
Source: Stripe and PayPal official developer docs. Always refer to the latest documentation on the processors' websites โ behaviors can change.
Frequently Asked Questions
Are these cards real?
No. They are sandbox test cards published by the processors for testing only. They cannot authorize real charges in production.
What expiry and CVC should I use?
Any future expiry date and any 3-digit CVC (4-digit for American Express). The exact digits do not matter in test mode unless you're testing a specific decline scenario.
Will these work on a live checkout?
No. Use them only inside Stripe/PayPal/Braintree sandbox with test API keys. Switching to live keys before testing is a common production bug source โ ensure you're in test mode.
How do I trigger a 3-D Secure popup?
Use the dedicated 3DS test card listed in the Stripe test-card table. Confirm the challenge and your integration will see the authenticated payment succeed.