Skip to main content
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, Stripe payments.You’ll get a unique capture URL:
https://hookdrop.dev/in/{token}
This URL never changes and never goes down. Copy it — you’ll use it in the next step.
3

Point your webhook provider at the URL

Paste your Hookdrop capture URL wherever your provider asks for a webhook destination.
  1. Go to Stripe Dashboard → Developers → Webhooks
  2. Click Add endpoint
  3. Paste your Hookdrop URL into the Endpoint URL field
  4. Select the events you want to capture (e.g. payment_intent.succeeded)
  5. Click Add endpoint
4

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.
Trigger a test event from your provider’s dashboard to verify the connection. Stripe, GitHub, and most others have a Send test webhook button.
5

Replay any event

Click any event in the list, then hit ↺ Replay to re-deliver it to any destination instantly.This works for any event, at any time — as long as it’s within your plan’s retention window. No more asking your provider to resend.

Next: Endpoints

Learn how endpoints work and how to forward events to your local server, staging, or production.