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

# Verification Statuses

> Understand iDenfy verification statuses including approved, denied, suspected, reviewing, and expired and how each affects your workflow.

## Overall Status

| Status              | Meaning                                                                                                                                                                     |
| ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **APPROVED**        | Automated and manual checks were successful. Check `autoFace`, `manualFace`, `autoDocument`, `manualDocument` for details. Typical success: `FACE_MATCH` + `DOC_VALIDATED`. |
| **DENIED**          | Verification failed. Check detailed statuses for the reason (e.g., `FACE_MISMATCH`, `DOC_NOT_FOUND`).                                                                       |
| **SUSPECTED**       | Checks may have passed, but discrepancies were found — flagged with `fraudTags` or `mismatchTags`. You decide whether to approve or deny.                                   |
| **REVIEWING**       | A human reviewer is currently checking the verification.                                                                                                                    |
| **EXPIRED**         | The verification token was never used and has expired.                                                                                                                      |
| **ACTIVE**          | The token has been created but not yet used.                                                                                                                                |
| **EXPIRED-DELETED** | Token expired and data was deleted.                                                                                                                                         |
| **DELETED**         | Verification data has been deleted.                                                                                                                                         |

<Tip>
  `APPROVED` and `DENIED` are explained by detailed statuses on the `autoFace`, `manualFace`, `autoDocument`, and `manualDocument` fields, and `SUSPECTED` by `fraudTags`/`mismatchTags`. For the full list of every face, document, fraud tag, and mismatch tag value and what each means, see the [Vocabulary reference](/resources/vocabulary).
</Tip>
