Skip to main content

Webhooks

Tavio uses webhooks to notify your server of payment events in real time. Register a webhook endpoint in the Dashboard or via the API, and Tavio will POST event data to that URL whenever a payment status changes.

Registering a Webhook

Event Types

Webhook Payload

Verifying Webhook Signatures

All Tavio webhook requests include a Tavio-Signature header. You should verify this signature using your webhook secret to ensure the request originated from Tavio.