This release introduces full webhook support:
- run with
STRIPEEK_WEBHOOK_TARGET=http://localhost:4567 stripeekto pointstripeekto your local server that processes Stripe webhooks. there's no need to provide the exact webhook endpoint. - point your
stripe listento stripeek's listening portstripe listen --forward-to localhost:4243/webhooks. The path you set will be the path stripeek forwards the webhooks to, so your local server will receive them athttp://localhost:4567/webhooks. - now all the incoming webhooks will be displayed in stripeek's TUI in real time, you can press
rto group related requests and webhooks together: the relation is inferred from a combination ofrequest_idand object IDs (subscription, customer, invoice etc.) so even the webhooks tha don't follow the request directly (e.g., from subscription change due to test clock advancing) will be correctly attributed
