Create an account
Go to hookdrop.dev/auth/register and sign up for free. No credit card required.
Create an endpoint
From your dashboard, click + New endpoint and give it a name — for example, This URL never changes and never goes down. Copy it — you’ll use it in the next step.
Stripe payments.You’ll get a unique capture URL:Point your webhook provider at the URL
Paste your Hookdrop capture URL wherever your provider asks for a webhook destination.
- Stripe
- GitHub
- Paystack
- Go to Stripe Dashboard → Developers → Webhooks
- Click Add endpoint
- Paste your Hookdrop URL into the Endpoint URL field
- Select the events you want to capture (e.g.
payment_intent.succeeded) - Click Add endpoint
Watch events arrive in real time
Open your Hookdrop dashboard and click View events on your endpoint.The moment your provider fires a webhook, it appears on your dashboard in real time — with the full payload, all headers, source IP, and delivery status. No refreshing needed.
Next: Endpoints
Learn how endpoints work and how to forward events to your local server, staging, or production.
