Section: Inspect Events and Deliveries

Create a webhook endpoint

bash
bash
stripe webhook_endpoints create --url https://example.com/webhooks/stripe --enabled-events payment_intent.succeeded --enabled-events checkout.session.completed

Learn the surrounding workflow

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