Free developer tool

PayBridgeNP Webhook Debugger

Paste your endpoint URL, fire any PayBridgeNP event payload, and inspect the exact HTTP response your server returns - status, headers, body, latency.

No signup requiredNothing stored or loggedReal production payloads

Ready to add a real endpoint?

Add webhook endpoint

How it works

Three steps from zero to a verified integration.

1

Paste your endpoint

Enter the public HTTPS URL where your server listens for PayBridgeNP webhooks.

2

Pick an event & send

Choose from any real PayBridgeNP event type. The payload is pre-filled with real shapes - edit it if needed, then fire.

3

Inspect the response

See the HTTP status, latency, response body, and every header your server received - including the signature.

Testing on localhost? Your endpoint must be publicly accessible. Use ngrok or Cloudflare Tunnel to expose a local port during development.

Common questions

My endpoint is on localhost - will it work?

No. The request originates from PayBridgeNP's servers, so your endpoint must be publicly reachable. During development, use ngrok or Cloudflare Tunnel to create a public URL that forwards to localhost.

What does the signing secret do?

If you paste your webhook signing secret, the debugger adds an X-PayBridge-Signature header signed with HMAC-SHA256. You can then verify your server correctly validates the signature before processing events.

Is anything stored or logged?

Nothing. Your URL, payload, and secret are never stored. The proxy fires the request and immediately discards everything.

How do I set up a real webhook endpoint?

Go to your PayBridgeNP dashboard → Webhooks → Add endpoint. You'll get a signing secret and can subscribe to specific event types.

Your integration is working

Now add it to your dashboard

Register your endpoint, subscribe to events, and get a signing secret - all in one place.