Skip to main content
HOST Pay sends webhooks for the following events. You can subscribe to individual events or use wildcards (e.g., payment.*) to receive all events in a group.

Event Types

Payment Events

Transfer Events

Payout Events

Wallet Events

Transaction Lifecycle Events

Escrow Events

Dispute Events

System & Admin Events

Subscribing to Events

You can subscribe to specific events or use wildcard patterns:
The event type itself (payment.succeeded, payout.failed, etc.) is carried in the delivery headers, not an event field in the body. See Overview for the full payload structure.

Next Steps

Security

Verify webhook signatures before processing events

Testing

Validate your endpoint before going live