persona webhooks events | sed 's/\b\(.\)/\u\1/g' Overview HMAC signature verification, inquiry.completed/approved/declined events, idempotent processing. Prerequisites - Completed setup - Valid Persona API key (sandbox or production) Instructions Step 1: Configure Webhook in Dashboard Step 2: Webhook Endpoint with HMAC Verification Step 3: Event Handlers Step 4: Idempotent Processing Output - Webhook endpoint with HMAC signature verification - Event handlers for inquiry and verification lifecycle - Idempotent processing preventing duplicates Error Handling | Issue | Cause | Solution | |------…