HighLevelResult – GBG IDscan Documentation

HighLevelResult

The current result of the journey. This will change as the journey progresses and will only be finalised at the end of the journey process.

Signature:

export declare enum HighLevelResult 

Enumeration Members

MemberValueDescription
Aborted"Aborted"The journey was aborted before it was completed.
Expired"Expired"The identity documents provided has expired and the process has failed. In the event this state is returned by the system, it is suggested the user should retry with different documents if possible.
NotAccepted"NotAccepted"The identity documents provided are known, but not accepted by the system. It is suggested that the user should retry with different documents if this state is returned by the system.
NotSupported"NotSupported"The identity documents provided are not known by the system. This could be caused due to a poor capture, severe tampering, or specimens used for checking could be out of date.
Passed"Passed"The identity documents provided are satisfactory and the user’s identity has been confirmed to a suitable level as defined by the configuration provided.
Refer"Refer"The identity documents provided do not match each other to a suitable level and the system has recommended that a human manually review the application
Undefined"Undefined"There has either been a fatal error in the application or the process has not been started at this time. Please review other values accompanying HighLevelResult when this value is seen for more details.
Was this page helpful?