How to test Stripe webhooks locally
Learn how to run local tests of the webhooks setup with the Stripe payment provider.
Using Stripe CLI
Step 1: Install the Stripe CLI
Step 2: Log in to the Stripe CLI
Step 3: Forward the stripe events to your local environment
stripe listen --forward-to {local_store_domain}/umbraco/commerce/payment/callback/stripe-checkout/{payment_method_id}/Step 4: Configure your Stripe test webhook signing secret
Step 5: Test the site
Using ngrok
Step 1: Install ngrok
Step 2: Launch ngrok

Step 3: Test the site
Last updated
Was this helpful?