Disable HTTPS certificate verification when testing locally.
Section: Webhooks, Event Testing, and Logs
Skip TLS verification for local endpoints
bash
bash
stripe listen --skip-verify --forward-to https://localhost:3000/api/webhooks/stripeLearn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Webhooks, Event Testing, and Logs
Forward webhook events to local development
Listen for Stripe events and forward them to a local endpoint.
Forward only selected event types
Filter forwarded events to a focused set of names.
Reuse a registered webhook endpoint config
Load event configuration from a Stripe-registered endpoint and forward locally.
Trigger a Checkout completion fixture
Create the object graph for checkout.session.completed testing.
Trigger a successful payment intent flow
Fire a payment_intent.succeeded fixture.
List triggerable events for a category
Inspect the available fixtures for a Stripe surface.