Webhook Events
Customer updated
Fired when a customer’s verification status changes.
Statuses: customer_pending → customer_verified (or customer_failed).
Gate access to transacting behind customer_verified.
WEBHOOK
Authorizations
API key sent in the Authorization header.
Headers
HMAC-SHA256 signature: sha256={hex}. Computed over the canonicalized (RFC 8785) request body using your webhook secret.
Body
application/json
Webhook envelope for customer verification status changes.
Example:
Response
200
Return any 2xx to acknowledge receipt.