- Enable Test Mode in HuntBee Stripe Pro settings.
- Enter your Stripe test publishable key and test secret key.
- Create a test webhook endpoint in Stripe.
- Enter the test webhook signing secret in the admin settings.
- Place a test order from your storefront checkout.
Common Stripe Test Cards
| Scenario | Card Number | Expiry | CVC |
|---|---|---|---|
| Successful payment | 4242 4242 4242 4242 | Any future date | Any 3 digits |
| 3D Secure authentication | 4000 0025 0000 3155 | Any future date | Any 3 digits |
| Declined payment | 4000 0000 0000 0002 | Any future date | Any 3 digits |
Test Mode does not charge real money. It is safe to use for setup and testing.
Use the 3D Secure test card to confirm that the authentication screen appears and that the customer can complete the payment after bank authentication.
Webhooks must also be configured in Test Mode. A live webhook secret will not work for test payments.