initiated | The session has been created, and communication with the eID provider is starting. |
awaiting_user_action | Waiting for the user to take action (e.g., QR code displayed, awaiting redirect). |
authenticating | (Optional) The user is actively authenticating in their eID app. |
completed | The user has successfully completed the verification. Fetch user + provenance via GET /verifications/{id}/userinfo. |
failed | The verification failed (e.g., user rejection, incorrect credentials). Check the error field for details. |
expired | The session expired because the user did not complete the action in time. |
cancelled | The verification was cancelled by the developer (RP) or the user. |