Skip to main content

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_statusDescription
automatically_approvedQI Tech's algorithms recommend that this event be approved.
automatically_reprovedQI Tech's algorithms recommend that this event be rejected.
automatically_challengeQI Tech's algorithms recommend that the user take an action to provide more information for the analysis.
in_manual_analysisQI Tech's algorithms have flagged this event for manual review.
manually_approvedAfter manual review, the analyst decided to approve the event.
manually_reprovedAfter manual review, the analyst decided to reject the event.
in_queueThe event is being processed asynchronously. The outcome will be sent via Webhook.
pendingQueries are taking longer than expected; this event has entered an automated analysis queue and will be answered via Webhook.
not_analysedThe event was sent with the analysis flag set to false, meaning our systems will not provide a recommendation.