> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentcard.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# identity.verification.updated

> The verification moved to a new status: `awaiting_documents`, `needs_information`, `requires_verification`, `pending`, `approved`, or `rejected`.

The verification moved to a new status: `awaiting_documents`, `needs_information`, `requires_verification`, `pending`, `approved`, or `rejected`. On actionable statuses `iframe_url` is the page that collects what is still needed. Imported (reusable KYC) verifications fire the same event.

```json theme={null}
{
  "id": "evt_9f8e7d6c5b4a",
  "type": "identity.verification.updated",
  "created": 1757264400,
  "livemode": false,
  "data": {
    "user_id": "user_7g8h9i",
    "status": "requires_verification",
    "iframe_url": "https://in.sumsub.com/websdk/p/…"
  }
}
```
