All posts

September 14, 2025

Stripe Sandbox not sending webhooks to your local environment

Stripe Sandbox not sending webhooks to your local environment

Stripe is not sending webhook events from my Sandbox to my Local Environment

First of all after creating your sandbox you should run stripe login again.

Then you can run

stripe listen --forward-to localhost:3000/stripe-webhook-url

Change the port and URL to where your local app is running the webhook listener.

The Stripe Webhook Secret should be the same.

That's it!

Need a blog for your project? Checkout Zenblog! It's the headless CMS for blogging with the best writing AND developer experience <3