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

# Verification states

| State                | Description                                                                                     |
| -------------------- | ----------------------------------------------------------------------------------------------- |
| not\_started         | Signer has not started identity verification.                                                   |
| start                | Signer is on start step.                                                                        |
| consent              | Signer is on consent step.                                                                      |
| consent\_processing  | Server is processing consent.                                                                   |
| identity             | Signer is on identity verification step.                                                        |
| identity\_processing | Server is processing identity verification.                                                     |
| kba                  | Signer is on KBA verification step.                                                             |
| kba\_processing      | Server is processing KBA verification.                                                          |
| document             | Signer is on document verification step.                                                        |
| document\_processing | Server is processing document verification.                                                     |
| end                  | Server is finalizing identity verification result.                                              |
| passed               | Identity verification has passed.                                                               |
| failed               | Identity verification has failed and can be retried by signer.                                  |
| failed\_reset        | Identity verification has failed and must be reset by package owner for signer to retry.        |
| failed\_locked       | Identity verification has failed and is now locked and can no longer be reset by package owner. |
| error                | A server error has occurred and can be retried by signer.                                       |
| error\_reset         | A server error has occurred and must be reset by package owner for signer to retry.             |
| error\_locked        | A server error has occurred and can no longer be reset by package owner.                        |
| cancelled            | Identity verification has been cancelled.                                                       |
| cancelled\_reset     | Identity verification has been cancelled due to package owner resetting signer's verification.  |
| invalid              | Identity verification is in an invalid state and cannot be processed.                           |
