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
1
Subscribe in Test Mode
Create a webhook subscription pointing at your endpoint while in Test Mode.
2
Send a test.ping
From the dashboard, send a
test.ping event to the subscription and confirm your endpoint returns a 200 OK.3
Verify the signature
Confirm your handler validates the
X-HostPay-Signature against the subscription’s signing secret. See Security.4
Trigger a real flow
Run a Test Mode payment or payout and confirm the matching event (e.g.
payment.succeeded) is delivered and processed.