Section: Logs and Observability

Inspect recent pending webhook events

bash
bash
stripe events list --limit 100 | jq ".data[] | select(.pending_webhooks > 0) | {id, type, pending_webhooks}"

Learn 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 Logs and Observability
Verify the listen output includes a signing secret
When local webhook signature checks fail, restart listen and copy the current whsec value.
OpenIn sheetbash1 tag match