Hi all, I can’t set up webhook forwarding with sandboxes. I followed the official guide to test webhooks: Receive Stripe events in your webhook endpoint | Stripe Documentation
stripe login
stripe listen --forward-to localhost:4242/stripe_webhooks
Local webhook triggering with “stripe trigger” works, but real API actions don’t trigger any webhooks. The same works well with legacy test environment.
Did anyone managed to set up webhooks with sandboxes?
Thanks