Webhooks: get verification results pushed to your server
APIZONE
·
·updated 8 Sep 2026 ·
1 min read
Stop polling. Point a webhook at your endpoint and receive a signed callback the moment a verification finishes or a recharge is approved.
On this page
Events
Subscribe to transaction.success, transaction.failed and recharge.approved. Each delivery is a signed JSON POST with the full result payload, so your systems update in real time without a polling loop.
Security
Every request carries an HMAC signature over the raw body. Verify it against your endpoint's signing secret and reject anything that does not match. Endpoints that fail repeatedly are paused automatically and you are notified.
Get started
Add an endpoint on the Webhooks page, send a test delivery, and check the delivery log for the response and timing.