ID Verification processResult Definitions
Applies to: Direct | Capture
This page describes the status code responses from the idcheck
signal returned in the /get-results
endpoint.
The following table describes processResult
status codes.
Status Code | Description |
---|---|
DocumentProcessOK | This status code means the document barcode was successfully decoded and matches the complete format for the jurisdiction and date of issuance. |
DocumentUnknown | This status code means that the document barcode could not be decoded or was decoded but does not match the complete format for the jurisdiction and date of issuance, and is likely fake. |
DocumentBadRead | This status code means we encountered an error reading media off the document. This status code is returned for certain barcode readers that detect bad reads and provide a read-error result to indicate that a card was detected but no barcode was found. |
DocumentBadDevice | This status code means we were unable to process the submitted data. This is returned for an unsupported reading device (see Device Type Parameter), or if the barcode could not be extracted from the image data. |
Document1DDocument | This status code means a 1D barcode was detected. 1D barcodes are not processed and are not valid barcodes for validating a DMV-issued document. |
There are two error codes. Contact Intellicheck support should you receive either of them.
Error Code | Description |
---|---|
ErrorBadConfiguration | This error code means that an error occurred during startup. Contact Intellicheck customer support. |
UnexpectedError | This error code means we detected an unknown error while processing the document. Contact Intellicheck customer support. |
Updated about 1 month ago