~/tools / 01 / stripe-webhook-events
Stripe Webhook Event Mocker
Building a Stripe integration means handling webhooks long before real money moves. This tool ships editable, spec-shaped Stripe event envelopes — pick invoice.paid or charge.refunded, tweak the fields your handler cares about, and get a URL that replays the payload instantly. No Stripe CLI, no test-mode keys, no tunneling.
compose payload
— validating —
exported mock url
simulated response headers
content-type: application/json
stripe-signature: t=1751702400,v1=mock_5257a869e7ecebeda32affa62cdca3fa51cad7e77a0e56ff536d0ce8e108d8bd
$ man stripe-events
Everything above is encoded into the #data= fragment of the exported URL — deflated and base64url-packed by your browser. Fragments are never sent to any server, so this mock is shareable and private. Paste the URL anywhere: a teammate's browser decodes it identically.