Status Dynamics
The analysis process consists of sending an event (such as Device Validation) to the appropriate endpoint and waiting for a response.
Once QI Tech completes the event analysis, it will return a response containing a status for that analysis. The analysis_status field represents the outcome of the event analysis performed by QI Tech.
analysis_status
As previously described, QI Tech has eight analysis_status values that indicate the decision-making status of the account event engine. It follows a straightforward state machine:
| analysis_status | Description |
|---|---|
| automatically_approved | QI Tech's algorithms recommend that this event be approved. |
| automatically_reproved | QI Tech's algorithms recommend that this event be rejected. |
| automatically_challenge | QI Tech's algorithms recommend that the user take an action to provide more information for the analysis. |
| in_manual_analysis | QI Tech's algorithms have flagged this event for manual review. |
| manually_approved | After manual review, the analyst decided to approve the event. |
| manually_reproved | After manual review, the analyst decided to reject the event. |
| in_queue | The event is being processed asynchronously. The outcome will be sent via Webhook. |
| pending | Queries are taking longer than expected; this event has entered an automated analysis queue and will be answered via Webhook. |
| not_analysed | The event was sent with the analysis flag set to false, meaning our systems will not provide a recommendation. |