Webhook Notification - Transaction Failed
Webhook Notification - Transaction Failed
Authentication
Basic Auth: base64(client_id:client_secret)
Headers
base64(HMAC-SHA256(webhook_secret, exact_raw_request_body)). Included only when webhook secret is configured. Verify against the raw body; do not re-serialize JSON.

