WebhookForge
Local webhook testing and debugging tool. Captures, inspects, and replays webhook events from payment processors and third-party services โ built for developers who need reliable webhook integration without depending on external tunnelling services.
Overview
WebhookForge is a local developer tool for capturing, inspecting, and replaying webhook events from any HTTP source โ payment processors, e-commerce platforms, or custom services. It provides a real-time event console with full payload inspection, header inspection, and one-click replay โ eliminating the need for external tunnelling services during development and integration testing.
Built from hands-on experience integrating and debugging webhooks across five payment processors at FundingPips, where webhook reliability was a critical operational dependency. The tool reflects the actual debugging workflow used in production webhook integration work.
Supported Event Types
Architecture
Key Features
- Real-time event console โ events appear instantly as they arrive, with full payload expansion
- Signature verification โ validates Stripe HMAC and custom header signatures on inbound events
- One-click replay โ resend any stored event to any target URL for handler retesting
- Persistent event log โ all events stored in SQLite, queryable across sessions
- Filter and search โ filter event log by type, source, status, or date range
- No external dependency โ runs entirely locally, no cloud tunnelling service required