Registers an HTTPS URL to receive PayBridge event notifications.
PayBridge signs every delivery with an HMAC-SHA256 signature using the signing_secret returned here. Save this secret immediately — it is only shown once.
Verify signatures by computing HMAC-SHA256(signing_secret, raw_request_body) and comparing it to the X-Paybridge-Signature header.
Documentation Index
Fetch the complete documentation index at: https://docs.paybridgenp.com/llms.txt
Use this file to discover all available pages before exploring further.
Your PayBridge API key. Obtain one from the dashboard under Settings → API Keys. Prefix: pk_sandbox_ for testing, pk_live_ for production.
Webhook endpoint registered.
"we_01j9x2k3m4n5p6q7r8s9t0u1v2"
true when created with a live key, false for sandbox.
"https://yourapp.com/webhooks/paybridge"
Event types this endpoint receives. Empty array = all events.
["payment.succeeded", "payment.failed"]HMAC-SHA256 signing secret. Only returned once — save it now.
"whsec_live_abc123..."