Stripe CLI Webhooks & Event Testing/Capture the webhook signing secret

Use the signing secret printed by listen to verify incoming events locally.

Section: Listen and Forward

Capture the webhook signing secret

bash
bash
stripe listen --forward-to localhost:3000/webhooks

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.