Test Mode
All transactions made in Test Mode trigger real webhook deliveries to your
subscribed endpoint
test.ping Event
Use the
test.ping event from the dashboard to verify your endpoint is
reachable and responding correctlySending a Test Event
Send a test.ping
From the dashboard, send a
test.ping event to the subscription and confirm your endpoint returns a 200 OK.Verify the signature
Confirm your handler validates the
X-HostPay-Signature against the subscription’s signing secret. See Security.