Follow the steps below to verify your Stripe integration with a test purchase.
1. Enable Stripe Test Mode
- Go to Stripe Dashboard.
- Toggle Test mode in the top-right corner.
- All transactions made in test mode will use Stripe’s sandbox environment.
2. Make a Test Purchase
Use one of Stripe’s test card numbers to simulate a payment:
| Card Number | Description |
|---|
4242 4242 4242 4242 | Successful payment |
4000 0000 0000 3220 | 3D Secure authentication |
4000 0000 0000 0002 | Declined payment |
Use any future expiration date and any 3-digit CVC.
Make sure to switch to production Stripe API keys before going live.