...
Overview
In the Namirial Onboarding process, identification requests can transition through various statuses, each representing a specific stage in the lifecycle of the request.
Below is a list of these statuses, followed by detailed descriptions:
CREATED
RUNNING
COMPLETED
EXPIRED
FAILED
USER_CANCELLED
OPERATOR_CANCELLED
...
CREATED
This status indicates that the identification request has been successfully created and initialised. At this stage, the request has been registered in the system, but no further actions have been taken yet. It serves as the starting point for the onboarding process, where all necessary information and initial parameters are set up.
RUNNING
When a request is in the RUNNING status, it means that the identification process is actively underway. This includes various activities such as document verification, biometric checks, and any other required steps to confirm the user’s identity. During this stage, actions are expected from both the user and the system. The user may need to upload documents, provide biometric data, or complete other verification steps, while the system processes and validates the provided information. The RUNNING status signifies that the system is currently processing the request and performing the necessary validations.
COMPLETED
A request reaches the COMPLETED status when all required identification steps have been successfully finished. This means that the user’s identity has been verified, and all necessary checks have been passed. The COMPLETED status indicates that the onboarding process has been successfully concluded, and the user is now fully authenticated.
EXPIRED
The EXPIRED status is assigned to requests that have not been completed within a predefined timeframe. This could happen if the user fails to provide the necessary information or complete the required steps in time. An expired request is no longer active, and the user would need to initiate a new request to proceed with the onboarding process.
FAILED
A request is marked as FAILED when the identification process cannot be completed due to errors or issues. This could be due to invalid documents, failed biometric checks, or other verification problems. The FAILED status indicates that the request did not meet the necessary criteria for successful identification, and corrective actions may be required.
USER_CANCELLED
The USER_CANCELLED status occurs when the user decides to cancel the identification request. This could happen for various reasons, such as the user no longer wishing to proceed with the onboarding process or encountering difficulties that lead them to abandon the request. In this case, the request is terminated at the user’s discretion.
OPERATOR_CANCELLED
The OPERATOR_CANCELLED status is used when an operator or system administrator cancels the identification request. This could be due to administrative reasons, such as detecting fraudulent activity, or operational decisions made by the onboarding team. The request is halted by the operator, and no further actions are taken.
...