Overview
Webhooks let Walley notify your system the moment something happens, instead of you polling for changes. Register an HTTPS endpoint, choose the events you care about, and Walley calls your endpoint when they occur.
Eventsβ
Events are grouped into four categories. Each page lists the event types in that category, with payload examples and when they are triggered.
π« Customer Tokens
Follow a stored payment token through its lifecycle: active, pending, suspended, cancelled, denied or revoked.
π Authorizations
Track tokenized payment authorizations from created to authorized, and get the reason when an attempt is retried or fails.
π¦ Orders
Know when an order is created, authorized, captured, refunded, canceled or expired, no matter which Walley product created it.
π° Settlements
Get notified the moment a new settlement is ready, so you can fetch the report through the Reports API right away.
Start hereβ
- Receiving webhooks covers what your endpoint must support, what the requests look like, how retries work, and how to verify each request with HMAC.
- Webhook management in Merchant Hub is where you create your webhooks, choose events and stores, and test the configuration before going live.
- Pick your events from the categories above and subscribe to them when you create the webhook.