Webhook for the verification.canceled event. For more info see Webhooks Overview.
Most integrations don’t need verification events. Verifications are internal building blocks of an inquiry — to learn the outcome of an end user’s flow, listen to inquiry.approved, inquiry.marked-for-review, and inquiry.declined, and inspect the inquiry’s tags (which surface fraudulent activity and risk signals). Subscribe to verification events only when you have a specific need to react to per-verification state transitions.
Header. An HMAC that you should use to check that requests are authentic. Compare this value with your own digest, computed from the request body and your webhook secret. For more info see Webhook Best Practices.
Return a 2xx status code to indicate that the data was received successfully. Any other status will trigger retries. For more info see Retry Logic.