1
Create an account
Go to hookdrop.dev/auth/register and sign up for free. No credit card required.
2
Create an endpoint
From your dashboard, click + New endpoint and give it a name — for example, This URL is permanent. It never changes and never goes down, so you can safely paste it anywhere.
Stripe payments.You’ll get a unique capture URL that looks like this:3
Point your provider at it
Go to your webhook provider and set the webhook destination to your Hookdrop capture URL.Example: adding Hookdrop to Stripe
- Open the Stripe Dashboard and go to Developers → Webhooks
- Click Add endpoint
- Paste your Hookdrop URL (e.g.
https://hookdrop.dev/in/abc123xyz) - Select the events you want to capture
- Click Add endpoint
4
Watch events arrive
Open your Hookdrop dashboard and click View events on your endpoint. The moment Stripe fires a webhook, it appears in real time — with the full payload, headers, and delivery status.No terminal. No log diving. Everything is in one place.
5
Replay an event
Click any event and hit ↺ Replay to re-deliver it to any destination instantly. No need to ask your provider to resend.This works for any event — even ones that failed, timed out, or arrived while your server was down.
Core concepts
Learn about endpoints, events, destinations, and the dead letter queue.
Stripe guide
Step-by-step instructions for connecting Stripe to Hookdrop.
