Retrieval – GBG IDscan Documentation

Retrieval

This action is used to retrieve the processing results for a processed journey. It accepts a journey ID and returns the processing results for the journey and a list of the processed documents in addition to the extracted fields for each processed document in the journey.

Important note: Authentication must be done before calling this action, for more information please refer to Authentication section.

Signature:

[GET] http://serverUrl/idscanenterprisesvc/Journey/Get?journeyID=GUID

Request/Response format: JSON

URL Parameters:

Parameter DescriptionFormat
JourneyIDMandatory, Reference number of the requested entry.GUID

Sample Response

The below example is using a user account with full admin permission so metadata is returned in the response. If a user account with only Investigation

{ 
  "JourneyId": "691e1388-5863-44eb-ba16-0a1199664850", 
  "HighLevelResult": "Refer", 
  "HighLevelResultDetails": [ 
    "DOCUMENTOVERALLVALIDATION:PASSED", 
    "UNDERAGERULE:PASSED", 
    "DOCUMENTBACKSIDECHECK:SKIPPED", 
    "DOCUMENTBLOCKINGPOLICY:PASSED", 
    "DOCUMENTEXPIRY:FAILED", 
    "DOCUMENTSUPPORT:PASSED", 
    "DOCUMENTPROOFPOLICY:PASSED", 
    "DOCUMENTVALIDATION:PASSED", 
    "FACEMATCHVALIDATION:FAILED", 
    "DOCUMENTPROOFPOLICY:SKIPPED", 
    "FACEMATCHVALIDATION:FAILED", 
    "DOCUMENTPROOFPOLICY:SKIPPED", 
    "FACEMATCHVALIDATION:FAILED", 
    "DOCUMENTPROOFPOLICY:SKIPPED", 
    "ACCUMULATIVELIVENESSRESULT:FAILED" 
  ], 
  "InitiatedDateTime": "2021-02-19T16:10:33.8750076", 
  "ProcessedDocuments": [ 
    { 
      "IssuingCountryCode": "AUS", 
      "IssuingCountryName": "Australia", 
      "IssuingStateName": "Not available", 
      "DocumentCategory": "Passport", 
      "DocumentType": "Passport", 
      "DocumentName": "Australia - National Passport - Front - 2005", 
      "DocumentSide": "Front", 
      "IsValidated": "true", 
      "ScanDateTime": "2021-02-19T16:10:33.8750076", 
      "HighLevelResult": "Expired", 
      "ExtractedFields": [ 
        { 
          "Name": "FirstName", 
          "Value": "JANE", 
          "OCRValue": "JANE", 
          "LocalValue": "", 
          "OCRLocalValue": "" 
        }, 
        { 
          "Name": "LastName", 
          "Value": "CITIZEN", 
          "OCRValue": "CITIZEN", 
          "LocalValue": "", 
          "OCRLocalValue": "" 
        }, 
        { 
          "Name": "ExpiryDate", 
          "Value": "2019-03-21", 
          "OCRValue": "2019-03-21", 
          "LocalValue": "", 
          "OCRLocalValue": "" 
        }, 
        { 
          "Name": "BirthDate", 
          "Value": "1984-06-07", 
          "OCRValue": "1984-06-07", 
          "LocalValue": "", 
          "OCRLocalValue": "" 
        }, 
        { 
          "Name": "NationalityName", 
          "Value": "AUSTRALIAN", 
          "OCRValue": "AUSTRALIAN", 
          "LocalValue": "", 
          "OCRLocalValue": "" 
        }, 
        { 
          "Name": "DocumentNumber", 
          "Value": "PA0940443", 
          "OCRValue": "PA0940443", 
          "LocalValue": "", 
          "OCRLocalValue": "" 
        }, 
        { 
          "Name": "PersonalNumber", 
          "Value": "17332717P", 
          "OCRValue": "17332717P", 
          "LocalValue": "", 
          "OCRLocalValue": "" 
        }, 
        { 
          "Name": "NationalityCode", 
          "Value": "AUS", 
          "OCRValue": "AUS", 
          "LocalValue": "", 
          "OCRLocalValue": "" 
        }, 
        { 
          "Name": "Sex", 
          "Value": "FEMALE", 
          "OCRValue": "FEMALE", 
          "LocalValue": "", 
          "OCRLocalValue": "" 
        }, 
        { 
          "Name": "MRZFull", 
          "Value": "P<AUSCITIZEN<<JANE<<<<<<<<<<<<<<<<<<<<<<<<<<\nPA09404433AUS8406077F1903212<17332717P<<<<68", 
          "OCRValue": "P<AUSCITIZEN<<JANE<<<<<<<<<<<<<<<<<<<<<<<<<<\nPA09404433AUS8406077F1903212<17332717P<<<<68", 
          "LocalValue": "", 
          "OCRLocalValue": "" 
        }, 
        { 
          "Name": "BirthPlace", 
          "Value": "CANBERRA", 
          "OCRValue": "CANBERRA", 
          "LocalValue": "", 
          "OCRLocalValue": "" 
        }, 
        { 
          "Name": "FullName", 
          "Value": "CITIZEN JANE", 
          "OCRValue": "CITIZEN JANE", 
          "LocalValue": "", 
          "OCRLocalValue": "" 
        }, 
        { 
          "Name": "IssueDate", 
          "Value": "2014-03-01", 
          "OCRValue": "2014-03-01", 
          "LocalValue": "", 
          "OCRLocalValue": "" 
        }, 
        { 
          "Name": "MRZLine1", 
          "Value": "P<AUSCITIZEN<<JANE<<<<<<<<<<<<<<<<<<<<<<<<<<", 
          "OCRValue": "P<AUSCITIZEN<<JANE<<<<<<<<<<<<<<<<<<<<<<<<<<", 
          "LocalValue": "", 
          "OCRLocalValue": "" 
        }, 
        { 
          "Name": "MRZLine2", 
          "Value": "PA09404433AUS8406077F1903212<17332717P<<<<68", 
          "OCRValue": "PA09404433AUS8406077F1903212<17332717P<<<<68", 
          "LocalValue": "", 
          "OCRLocalValue": "" 
        }, 
        { 
          "Name": "DocumentCategory", 
          "Value": "Passport", 
          "OCRValue": "Passport" 
        }, 
        { 
          "Name": "DocumentType", 
          "Value": "Passport", 
          "OCRValue": "Passport" 
        }, 
        { 
          "Name": "IssuingStateName", 
          "Value": "Not available", 
          "OCRValue": "Not available" 
        }, 
        { 
          "Name": "Front Document Type ID", 
          "Value": "AUSPP0201A", 
          "OCRValue": "AUSPP0201A" 
        } 
      ], 
      "DocumentImages": [ 
        { 
          "Role": "WhiteImage", 
          "Url": "https://poc.idscan.cloud/IDScanEnterpriseSvc/Search/GetImage?id=e67e727e-0eb9-46e4-865d-fb2088ccfdce&role=OutputWhiteImage" 
        }, 
        { 
          "Role": "FacePortraitImage", 
          "Url": "https://poc.idscan.cloud/IDScanEnterpriseSvc/Search/GetImage?id=e67e727e-0eb9-46e4-865d-fb2088ccfdce&role=FacePortraitImage" 
        } 
      ], 
      "DigitalTamperingValidator": "Passed" 
    }, 
    { 
      "DocumentCategory": "Selfie", 
      "DocumentType": "Selfie Photo", 
      "IsValidated": "false", 
      "ScanDateTime": "2021-02-19T16:10:45.8154594", 
      "HighLevelResult": "Refer", 
      "ExtractedFields": [], 
      "DocumentImages": [ 
        { 
          "Role": "SelfiePhoto", 
          "Url": "https://poc.idscan.cloud/IDScanEnterpriseSvc/Search/GetImage?id=4c0d1623-83f4-4440-b694-a5a56b529c74&role=SelfiePhoto" 
        } 
      ], 
      "FaceMatchConfidenceScore": "0.137728005647659" 
    }, 
    { 
      "DocumentCategory": "Selfie", 
      "DocumentType": "Selfie Photo", 
      "IsValidated": "false", 
      "ScanDateTime": "2021-02-19T16:10:48.7671918", 
      "HighLevelResult": "Refer", 
      "ExtractedFields": [], 
      "DocumentImages": [ 
        { 
          "Role": "SelfiePhoto", 
          "Url": "https://poc.idscan.cloud/IDScanEnterpriseSvc/Search/GetImage?id=100d45fd-587c-4276-90f3-19702900494a&role=SelfiePhoto" 
        } 
      ], 
      "FaceMatchConfidenceScore": "0.176212713122368" 
    }, 
    { 
      "DocumentCategory": "Selfie", 
      "DocumentType": "Selfie Photo", 
      "IsValidated": "false", 
      "ScanDateTime": "2021-02-19T16:10:51.1059529", 
      "HighLevelResult": "Refer", 
      "ExtractedFields": [], 
      "DocumentImages": [ 
        { 
          "Role": "SelfiePhoto", 
          "Url": "https://poc.idscan.cloud/IDScanEnterpriseSvc/Search/GetImage?id=a286b660-0f5a-4d13-97ff-6acc7e8c9ba2&role=SelfiePhoto" 
        } 
      ], 
      "FaceMatchConfidenceScore": "0.215717792510986" 
    } 
  ], 
  "ReferenceNumber": "1000016071", 
  "AuthenticationToleranceLevel": "strict", 
  "LastDecision": { 
    "DecisionCode": "Rejected.Overridable", 
    "DecisionDateTime": "19/02/2021 16:10:57", 
    "DecisionId": "00000000-0000-0000-0000-000000000000", 
    "Origin": "Automatic" 
  }, 
  "AdditionalData": [ 
    { 
      "Name": "Platform", 
      "Value": "WJCS" 
    }, 
    { 
      "Name": "JourneyDefinitionId", 
      "Value": "a7dda01a-b7be-4d85-8625-2e72773f169e" 
    }, 
    { 
      "Name": "UserName", 
      "Value": "QA" 
    }, 
    { 
      "Name": "RequiredJourneySteps", 
      "Value": "FRONTSIDE,LIVENESS,SELFIE" 
    }, 
    { 
      "Name": "journeyDefinitionName", 
      "Value": "Becca WebSDK" 
    }, 
    { 
      "Name": "AddressCorrectorCountryList", 
      "Value": "GBR" 
    }, 
    { 
      "Name": "OverallAuthenticationState", 
      "Value": "Passed" 
    }, 
    { 
      "Name": "UnderAgeRuleResult", 
      "Value": "PASSED" 
    }, 
    { 
      "Name": "LivenessActionTimeout", 
      "Value": "12" 
    }, 
    { 
      "Name": "LivenessActionsNumber", 
      "Value": "3" 
    }, 
    { 
      "Name": "LivenessFramesNumber", 
      "Value": "1" 
    }, 
    { 
      "Name": "LivenessMaxFail", 
      "Value": "1" 
    }, 
    { 
      "Name": "LivenessNumberOfSelfie", 
      "Value": "3" 
    }, 
    { 
      "Name": "LivenessJumpsAllowed", 
      "Value": "2" 
    }, 
    { 
      "Name": "LivenessPassedFrames", 
      "Value": "5" 
    }, 
    { 
      "Name": "AutomatedFaceMatchResult", 
      "Value": "FAILED" 
    }, 
    { 
      "Name": "LivenessFailureReason", 
      "Value": "FACENOTMATCHED" 
    }, 
    { 
      "Name": "LivenessFinalResult", 
      "Value": "Failed" 
    } 
  ], 
  "MetaData": [ 
    { 
      "Name": "Web Sdk Version", 
      "Value": "8.9.0", 
      "Step": "GENERAL", 
      "Type": "Simple" 
    }, 
    { 
      "Name": "Platform Version", 
      "Value": "10", 
      "Step": "GENERAL", 
      "Type": "Simple" 
    }, 
    { 
      "Name": "Platform", 
      "Value": "Windows", 
      "Step": "GENERAL", 
      "Type": "Simple" 
    }, 
    { 
      "Name": "Liveness: Total time", 
      "Value": "9796", 
      "Step": "LIVENESS", 
      "Type": "Simple" 
    }, 
    { 
      "Name": "Liveness: Total number of processed frames", 
      "Value": "49", 
      "Step": "LIVENESS", 
      "Type": "Simple" 
    }, 
    { 
      "Name": "IEOS Version", 
      "Value": "8.0.0.0", 
      "Step": "GENERAL", 
      "Type": "Simple" 
    }, 
    { 
      "Name": "IDES Version", 
      "Value": "9.9.9", 
      "Step": "GENERAL", 
      "Type": "Simple" 
    }, 
    { 
      "Name": "DigitallySignedImageSource", 
      "Value": "Unknown", 
      "Step": "GENERAL", 
      "Type": "Simple" 
    }, 
    { 
      "Name": "Channel", 
      "Value": "Web", 
      "Step": "GENERAL", 
      "Type": "Simple" 
    }, 
    { 
      "Name": "Capture Type", 
      "Value": "File Upload", 
      "Step": "GENERAL", 
      "Type": "Simple" 
    }, 
    { 
      "Name": "Browser Version", 
      "Value": "88", 
      "Step": "GENERAL", 
      "Type": "Simple" 
    }, 
    { 
      "Name": "Browser", 
      "Value": "Chrome", 
      "Step": "GENERAL", 
      "Type": "Simple" 
    } 
  ], 
  "ProcessedLiveness": { 
    "LivenessOverallResult": "Failed", 
    "LivenessActions": [ 
      { 
        "ActionNo": "1", 
        "ActionType": "TiltDown", 
        "Result": "Passed", 
        "Url": "https://poc.idscan.cloud/IDScanEnterpriseSvc/Search/GetLivenessActionFrame?id=691e1388-5863-44eb-ba16-0a1199664850&action=TiltDown" 
      }, 
      { 
        "ActionNo": "2", 
        "ActionType": "Frown", 
        "Result": "Passed", 
        "Url": "https://poc.idscan.cloud/IDScanEnterpriseSvc/Search/GetLivenessActionFrame?id=691e1388-5863-44eb-ba16-0a1199664850&action=Frown" 
      }, 
      { 
        "ActionNo": "3", 
        "ActionType": "Smile", 
        "Result": "Passed", 
        "Url": "https://poc.idscan.cloud/IDScanEnterpriseSvc/Search/GetLivenessActionFrame?id=691e1388-5863-44eb-ba16-0a1199664850&action=Smile" 
      } 
    ], 
    "LivenessOverallFailureReason": "FACENOTMATCHED" 
  }, 
  "JourneyImages": [ 
    { 
      "StepName": "ID Document", 
      "Attempt": 1, 
      "ImageRole": "OutputWhiteImage", 
      "ImageUrl": "https://poc.idscan.cloud/IDScanEnterpriseSvc/Journey/GetImage?id=e67e727e-0eb9-46e4-865d-fb2088ccfdce&role=OutputWhiteImage" 
    }, 
    { 
      "StepName": "ID Document", 
      "Attempt": 1, 
      "ImageRole": "WhiteImage", 
      "ImageUrl": "https://poc.idscan.cloud/IDScanEnterpriseSvc/Journey/GetImage?id=e67e727e-0eb9-46e4-865d-fb2088ccfdce&role=WhiteImage" 
    }, 
    { 
      "StepName": "ID Document", 
      "Attempt": 1, 
      "ImageRole": "FacePortraitImage", 
      "ImageUrl": "https://poc.idscan.cloud/IDScanEnterpriseSvc/Journey/GetImage?id=e67e727e-0eb9-46e4-865d-fb2088ccfdce&role=FacePortraitImage" 
    }, 
    { 
      "StepName": "Selfie Photo", 
      "Attempt": 1, 
      "ImageRole": "SelfiePhoto", 
      "ImageUrl": "https://poc.idscan.cloud/IDScanEnterpriseSvc/Journey/GetImage?id=4c0d1623-83f4-4440-b694-a5a56b529c74&role=SelfiePhoto" 
    }, 
    { 
      "StepName": "Selfie Photo", 
      "Attempt": 1, 
      "ImageRole": "SelfiePhoto", 
      "ImageUrl": "https://poc.idscan.cloud/IDScanEnterpriseSvc/Journey/GetImage?id=100d45fd-587c-4276-90f3-19702900494a&role=SelfiePhoto" 
    }, 
    { 
      "StepName": "Selfie Photo", 
      "Attempt": 1, 
      "ImageRole": "SelfiePhoto", 
      "ImageUrl": "https://poc.idscan.cloud/IDScanEnterpriseSvc/Journey/GetImage?id=a286b660-0f5a-4d13-97ff-6acc7e8c9ba2&role=SelfiePhoto" 
    }, 
    { 
      "StepName": "LIVENESS", 
      "ImageRole": "TiltDown", 
      "ImageUrl": "https://poc.idscan.cloud/IDScanEnterpriseSvc/Journey/GetLivenessActionFrame?id=691e1388-5863-44eb-ba16-0a1199664850&action=TiltDown" 
    }, 
    { 
      "StepName": "LIVENESS", 
      "ImageRole": "Frown", 
      "ImageUrl": "https://poc.idscan.cloud/IDScanEnterpriseSvc/Journey/GetLivenessActionFrame?id=691e1388-5863-44eb-ba16-0a1199664850&action=Frown" 
    }, 
    { 
      "StepName": "LIVENESS", 
      "ImageRole": "Smile", 
      "ImageUrl": "https://poc.idscan.cloud/IDScanEnterpriseSvc/Journey/GetLivenessActionFrame?id=691e1388-5863-44eb-ba16-0a1199664850&action=Smile" 
    } 
  ], 
  "JourneySteps": [ 
    { 
      "Type": "FRONTSIDE", 
      "HighLevelResult": "Expired", 
      "ValidationChecks": [ 
        "DOCUMENTOVERALLVALIDATION:PASSED", 
        "UNDERAGERULE:PASSED", 
        "DOCUMENTBLOCKINGPOLICY:PASSED", 
        "DOCUMENTEXPIRY:FAILED", 
        "DOCUMENTSUPPORT:PASSED", 
        "DOCUMENTPROOFPOLICY:PASSED", 
        "DOCUMENTVALIDATION:PASSED" 
      ], 
      "FailureReason": "", 
      "TripleScanAttempts": "1" 
    }, 
    { 
      "Type": "SELFIE", 
      "HighLevelResult": "Refer", 
      "ValidationChecks": [], 
      "FailureReason": "No Facematch with Selfie and Portrait Image" 
    }, 
    { 
      "Type": "LIVENESS", 
      "HighLevelResult": "Refer", 
      "ValidationChecks": [ 
        "LIVENESSFINALRESULT:FAILED" 
      ], 
      "FailureReason": "FACENOTMATCHED" 
    } 
  ], 
  "ProfileId": "ea7d6145-37f4-4320-8e29-b92e84ad5344", 
  "IsOcrOnly": false 
}

Response

KeyDescriptionFormat
InitiatedDateTime
Date and time of entry in local format of the server PC
DateTime
JourneyId A unique formatted id of the entryGUID
RequiredActionThe required action for unfinished jourenyString
HighLevelResultDetails The details of the high level result decision. This will include the reasons that caused the journey to refer Values will vary depending on the configured business rules to refer a journey
HighLevelResult The processing result, see Table for possible values String
ProcessedDocuments Collection of processed documents (see Processed Document object) Object
ReferenceNumber Unique entry reference number String
AuthenticationToleranceLevel
Applied Authentication Tolerance Level in journey String
LastDecisionThe status of the decisionObject
AdditionalData Set of Additional Data that linked to the journey Object
ProcessedLivenessThe details of the liveness stepObject
JourneyImagesThe details of the journey imagesList of JourneyImages Details object
JourneyStepsThe details of the journey stepsList of JourneyStepDetail object

Possible Processing result for HighLevelResult:

Result
Description
Expired One or more of the documents in the case was expired
NotAccepted One or more of the documents in the case was not accepted by business rules
Notsupported One or more of the documents in the case was not recognized by IDES
Passed All documents in the case(entry) has passed the business rules and authentication checks
Refer One or more of the documents in the case did not pass authentication checks
Undefined The system does not have enough information to provide a decision on the case, possible reasons:
– System needs more documents or needs to scan the backside of the document as defined in business rules configurations.
– System needs to scan the document again due to bad image quality.

Processed Document Object:

KeyDescription
Format
IssuingCountryCode
The issuing country codeString, 3 digits ISO 3166-1 standard
IssuingCountryName The issuing country nameString
IssuingCountryState The issuing country state. Currently only returned for AustraliaString
DocumentCategory High level grouping of doc types as of Document Expert knowledge
String
DocumentImages A list of output image objects in the following format: “Role”: “WhiteImage”, “Url”: “Http URL to download the image in jpg format”List of Object
DocumentName Friendly name of the document including the issuing country name String
DocumentSide
The captured side of the document. String. Possible Values: “Front”, “Back”
DocumentType Determines the document type, e.g. Passport, Driving License, Resident Permit etc. (see Annex1 for possible values)String
ExtractedFields List of the extracted fields from doc, see “Extracted Field Object” List of Object
HighLevelResult The processing result for a particular document image, see Table for possible valuesString
IsValidated
Determines whether the doc was validated by the system or not.
Provides an access to the high level overall result of the library authentication on the document.
true: The document has passed the authentication checks with an overall successful result.
false: The document failed many of the authentication checks that pose a concern on document state.
undetermined: The state of the checks was inconclusive this might be because not enough; Authentication checks were carried on the document or the checks returned an intermediate result.
String “true”, “false” or “undetermined”
ScanDateTime Date and time of scanning the document imageDateTime
DigitalTamperingValidatorDetermines the document is tampered or not String “Passed” or “Failed
FaceMatchConfidenceScoreThe processing result confidence score of IDFM in case DocumentType is “Selfie Photo”. The returned value has been normalised so that any score less than 0.4 will indicate we do not have a match, any score above 0.6 is a match and scores in-between will indicate an uncertain result. Unlike above NoFace and Identical will produce errors.Float between 0 and 1

Last Decision Object:

KeyDescriptionFormat
DecisionCodeIf the journey is “notAccepted” then the decisionCode will be rejected, if it is “passed”, decisionCode will be accepted. In the other options (notSupported, Expired,Refer) the decisionCode will be rejected.overridable.String
DecisionDateTimeThis shows either the completion Date and time of the processed journey if it is not not overridden yet or shows the overridden date and time of overriding if the journey is overridden.DateTime
OriginIn automatic mode, the decisionCode will get the value from HLR. In Manual one, the decisionCode will be changed according to the reviewer decision.String

Extracted Field Object

KeyDescriptionFormat
NameName of the extracted fieldString
ValueThe extracted value from the documentString
OCRValueThe original OCR valueString
LocalValueThe local value from the documentString
OCRLocalValueThe original OCR local valueString

Processed Liveness Object

KeyDescriptionFormat
LivenessOverallResultThe liveness overall resultString
LivenessActionsThe details of the liveness actionObject

Liveness Action Object

KeyDescriptionFormat
ActionNoThe order of the actionString
ActionTypeThe type of the liveness actionString
ResultThe result of the liveness actionString
UrlThe URL of the liveness actionString

Journey Step Detail Object

KeyDescriptionFormat
TypeThe captured side of the documentString
HighLevelResultThe processing result for a particular document image, see Table for possible valuesString
ValidationCheckThe details of the high level result decision. This will include the reasons that caused the journey to referValues will vary depending on the configured business rules to refer a journey

Journey Images Details Object:

Key Description Format 
StepName Determines the performed step. String 
Attempt Counter for how many times the consumer has made or has attempted to make the current step excluding liveness step Integer 
ImageRole A code name for the image. Possible values: 
“ChipPhoto”, “FacePortraitImage”, “NearInfraredImage” 
“SelfiePhoto”, “UltravioletImage”, “WhiteImage”, “OutputWhiteImage”, 
“OutputNearInfraredImage”, 
“OutputUltravioletImage” 
String 
ImageUrl “URL to download the image” String 

Possible Processing result for High Level Result Details: 

Key Description Possible values 
DOCUMENTFRONTSIDETYPECHECK Indicates if the front scan is a front side document PASSED, FAILED, SKIPPED 
DOCUMENTBACKSIDETYPECHECK Indicates if the back scan is a backside document PASSED, FAILED, SKIPPED 
DOCUMENTBACKSIDECHECK Indicates if the backside is required on this journey or not DOCUMENTBACKSIDECHEK:SUCSESSNEEDED, DOCUMENTBACKSIDECHEK: NEEDED, DOCUMENTBACKSIDECHEK:SKIPPED 
UNDERAGERULE Indicates if the extracted date of birth is under the specified minimum allowed age or not PASSED, FAILED, SKIPPED 
DOCUMENTBLOCKINGPOLICY  Indicates if the scanned document is blocked or not PASSED, FAILED 
DOCUMENTEXPIRY Indicates if the scanned document is expired or not PASSED, FAILED, SKIPPED 
DOCUMENTSUPPORT Indicates if the scanned document is supported or not PASSED, FAILED 
DOCUMENTPROOFPOLICY Indicates if the scanned document is specified in the Acceptable document (whitelist) or not PASSED, FAILED, SKIPPED 
DOCUMENTVALIDATION Indicates if the scanned document is validated or not PASSED, FAILED, SKIPPED 
FACEMATCHVALIDATION Indicates if the provided selfie document is validated or not PASSED, FAILED, SKIPPED, UNDETERMINED 
ACCUMULATIVELIVENESSRESULT Indicates if the liveness session is passed or not PASSED, FAILED 

Request:

[GET] https://serviceurl/idscanenterprisesvc/journey/get?journeyId=13ccc9de-0e6c-4e18-8518-f7a7586cc316

Response:


Note: The structure of the response will be the same regardless of the document type but the extracted field list in this example is for demonstration purposes only; possible list of extracted fields depends on the document type being processed.

{
  "JourneyId": "461c9e05-3a0d-422b-8902-b3ce748b485a",
  "HighLevelResult": "Refer",
  "HighLevelResultDetails": [
    "DATEOFBITHCROSSCHECK:SKIPPED",
    "DOCUMENTNUMBERCROSSCHECK:SKIPPED",
    "DOCUMENTTYPECROSSCHECK:SKIPPED",
    "EXPIRYDATECROSSCHECK:SKIPPED",
    "FIRSTNAMECROSSCHECK:SKIPPED",
    "LASTNAMECROSSCHECK:SKIPPED",
    "PAPERDOCUMENTCROSSCHECK:SKIPPED",
    "FACEMATCHVALIDATION:PASSED",
    "CHIPPHOTOVALIDATION:PASSED",
    "UNDERAGERULE:PASSED",
    "DOCUMENTBACKSIDECHECK:NOTNEEDED",
    "DOCUMENTBLOCKINGPOLICY:PASSED",
    "DOCUMENTEXPIRY:PASSED",
    "DOCUMENTSUPPORT:PASSED",
    "DOCUMENTPROOFPOLICY:SKIPPED",
    "DOCUMENTVALIDATION:FAILED"

  ],
  "InitiatedDateTime": "2019-11-21T13:49:15.9717097",
  "ProcessedDocuments": [
    {
      "IssuingCountryCode": "GBR",
      "IssuingCountryName": "United Kingdom",
    //"IssuingStateName": "Australian Capital Territory", this information will be exposed for Australia country code only,
      "DocumentCategory": "Driving License",
      "DocumentType": "Driving License",
      "DocumentName": "United Kingdom - Driving License - Front - 2015",
      "DocumentSide": "Front",
      "IsValidated": "false",
      "ScanDateTime": "2019-11-21T13:49:15.9717097",
      "HighLevelResult": "Refer",
      "ExtractedFields": [
        {
          "Name": "AddressFull",
          "Value": "12 TORWOOD CRESCENT EDINBURGH EH12 9GJ",
          "OCRValue": "12 TORWOOD CRESCENT EDINBURGH EH12 9GJ",
          "LocalValue": "",
          "OCRLocalValue": ""
        },
        {
          "Name": "AddressCity",
          "Value": "EDINBURGH",
          "OCRValue": "EDINBURGH",
          "LocalValue": "",
          "OCRLocalValue": ""
        },
        {
          "Name": "AddressPostCode",
          "Value": "EH12 9GJ",
          "OCRValue": "EH12 9GJ",
          "LocalValue": "",
          "OCRLocalValue": ""
        },
        {
          "Name": "LastNameFirstPart",
          "Value": "MORGA",
          "OCRValue": "MORGA",
          "LocalValue": "",
          "OCRLocalValue": ""
        },
        {
          "Name": "Sex",
          "Value": "FEMALE",
          "OCRValue": "FEMALE",
          "LocalValue": "",
          "OCRLocalValue": ""
        },
        {
          "Name": "BirthPlace",
          "Value": "1 LA",
          "OCRValue": "1 LA",
          "LocalValue": "",
          "OCRLocalValue": ""
        },
        {
          "Name": "IssueNumber",
          "Value": "35",
          "OCRValue": "35",
          "LocalValue": "",
          "OCRLocalValue": ""
        },
        {
          "Name": "DocumentNumberCheckDigit",
          "Value": "IJ",
          "OCRValue": "IJ",
          "LocalValue": "",
          "OCRLocalValue": ""
        },
        {
          "Name": "BirthDate",
          "Value": "1976-03-11",
          "OCRValue": "1976-03-11",
          "LocalValue": "",
          "OCRLocalValue": ""
        },
        {
          "Name": "DocumentNumber",
          "Value": "MORGA753116SM9IJ 35",
          "OCRValue": "MORGA753116SM9IJ 35",
          "LocalValue": "",
          "OCRLocalValue": ""
        },
        {
          "Name": "FirstName",
          "Value": "SARAH",
          "OCRValue": "SARAH",
          "LocalValue": "",
          "OCRLocalValue": ""
        },
        {
          "Name": "ArbitraryDigit",
          "Value": "9",
          "OCRValue": "9",
          "LocalValue": "",
          "OCRLocalValue": ""
        },
        {
          "Name": "FirstNameInitial",
          "Value": "SM",
          "OCRValue": "SM",
          "LocalValue": "",
          "OCRLocalValue": ""
        },
        {
          "Name": "ExpiryDate",
          "Value": "2023-01-18",
          "OCRValue": "2023-01-18",
          "LocalValue": "",
          "OCRLocalValue": ""
        },
        {
          "Name": "IssueDate",
          "Value": "2013-01-19",
          "OCRValue": "2013-01-19",
          "LocalValue": "",
          "OCRLocalValue": ""
        },
        {
          "Name": "LastName",
          "Value": "MORGAN",
          "OCRValue": "MORGAN",
          "LocalValue": "",
          "OCRLocalValue": ""
        },
        {
          "Name": "LicenseCategory",
          "Value": "AM/A/B1/B/F/K/I/N/P/Q",
          "OCRValue": "AM/A/B1/B/F/K/I/N/P/Q",
          "LocalValue": "",
          "OCRLocalValue": ""
        },
        {
          "Name": "DocumentCategory",
          "Value": "Driving License",
          "OCRValue": "Driving License"
        },
        {
          "Name": "DocumentType",
          "Value": "Driving License",
          "OCRValue": "Driving License"
        }
      ],
      "DocumentImages": [
        {
          "Role": "WhiteImage",
          "Url": "https://poc.idscan.cloud/IDScanEnterpriseSvc/Search/GetImage?id=913dfe8f-be68-47e9-ae3d-1e281bdd55af&role=OutputWhiteImage"
        },
        {
          "Role": "DigitalTamperingHeatmapImage",
          "Url": "https://poc.idscan.cloud/IDScanEnterpriseSvc/Search/GetImage?id=913dfe8f-be68-47e9-ae3d-1e281bdd55af&role=DigitalTamperingHeatmapImage"
        },
        {
          "Role": "FacePortraitImage",
          "Url": "https://poc.idscan.cloud/IDScanEnterpriseSvc/Search/GetImage?id=913dfe8f-be68-47e9-ae3d-1e281bdd55af&role=FacePortraitImage"
        }
      ],
      "DigitalTamperingValidator": "Passed"
    }
  ],
  "ReferenceNumber": "1000010181",
  "AuthenticationToleranceLevel": "medium",
  "LastDecision": {
    "DecisionCode": "Rejected.Overridable",
    "DecisionDateTime": "21/11/2019 13:49:16",
    "DecisionId": "00000000-0000-0000-0000-000000000000",
    "Origin": "Automatic"
  },
  "AdditionalData": [
    {
      "Name": "BranchCode",
      "Value": "1234"
    },
    {
      "Name": "CustomerNumber",
      "Value": "c1234"
    },
    {
      "Name": "Channel",
      "Value": "Postman"
    },
    {
      "Name": "UserName",
      "Value": "psc"
    },
    {
      "Name": "RequiredJourneySteps",
      "Value": "BACKSIDE,FRONTSIDE"
    },
    {
      "Name": "UnderAgeRuleResult",
      "Value": "PASSED"
    }
  ]
},
"LastDecision": { 
    "DecisionCode": "Rejected.Overridable", 
    "DecisionDateTime": "31/10/2019 09:42:33", 
    "Origin": "Automatic" 
  },  
"ProcessedLiveness": { 
    "LivenessOverallResult": "Failed", 
    "LivenessActions": [ 
      { 
        "ActionNo": "1", 
        "ActionType": "TiltStraight", 
        "Result": "Passed", 
        "Url": " https://poc.idscan.cloud /IDScanEnterprisesvc/Search/GetLivenessActionFrame?id=461c9e05-3a0d-422b-8902-b3ce748b485a&action=TiltStraight" 
      }, 
      { 
        "ActionNo": "2", 
        "ActionType": "Frown", 
        "Result": "ActionTimedOut", 
        "Url": " https://poc.idscan.cloud /IDScanEnterprisesvc/Search/GetLivenessActionFrame?id=461c9e05-3a0d-422b-8902-b3ce748b485a&action=Frown" 
      }, 
      { 
        "ActionNo": "3", 
        "ActionType": "TiltUp", 
        "Result": "ActionTimedOut", 
        "Url": " https://poc.idscan.cloud /IDScanEnterprisesvc/Search/GetLivenessActionFrame?id=461c9e05-3a0d-422b-8902-b3ce748b485a&action=TiltUp" 
      } 
    ] 
  }, 
"JourneyImages": [ 
    { 
      "StepName": "ID Document", 
      "Attempt": 1, 
      "ImageRole": "OutputWhiteImage", 
      "ImageUrl": "http://localhost/IDScanEnterprisesvc/Journey/GetImage?id=69335328-fb39-4fdc-a7a0-d25958d7ec55&role=OutputWhiteImage" 
    }, 
    { 
      "StepName": "ID Document", 
      "Attempt": 1, 
      "ImageRole": "WhiteImage", 
      "ImageUrl": "http://localhost/IDScanEnterprisesvc/Journey/GetImage?id=69335328-fb39-4fdc-a7a0-d25958d7ec55&role=WhiteImage" 
    }, 
    { 
      "StepName": "ID Document", 
      "Attempt": 3, 
      "ImageRole": "OutputWhiteImage", 
      "ImageUrl": "http://localhost/IDScanEnterprisesvc/Journey/GetImage?id=c77b3fb9-25ab-40b3-9dad-6a4e5fb96b95&role=OutputWhiteImage" 
    }, 
    { 
      "StepName": "ID Document", 
      "Attempt": 3, 
      "ImageRole": "WhiteImage", 
      "ImageUrl": "http://localhost/IDScanEnterprisesvc/Journey/GetImage?id=c77b3fb9-25ab-40b3-9dad-6a4e5fb96b95&role=WhiteImage" 
    }, 
    { 
      "StepName": "ID Document", 
      "Attempt": 4, 
      "ImageRole": "OutputWhiteImage", 
      "ImageUrl": "http://localhost/IDScanEnterprisesvc/Journey/GetImage?id=c66a4bf8-bdb7-4e67-9a7a-b3194dba5e77&role=OutputWhiteImage" 
    }, 
    { 
      "StepName": "ID Document", 
      "Attempt": 4, 
      "ImageRole": "WhiteImage", 
      "ImageUrl": "http://localhost/IDScanEnterprisesvc/Journey/GetImage?id=c66a4bf8-bdb7-4e67-9a7a-b3194dba5e77&role=WhiteImage" 
    }, 
    { 
      "StepName": "A4 Paper", 
      "Attempt": 1, 
      "ImageRole": "OutputWhiteImage", 
      "ImageUrl": "http://localhost/IDScanEnterprisesvc/Journey/GetImage?id=bc9bc6bc-ca1d-4e47-91d5-c46f8d6a8059&role=OutputWhiteImage" 
    }, 
    { 
      "StepName": "A4 Paper", 
      "Attempt": 1, 
      "ImageRole": "WhiteImage", 
      "ImageUrl": "http://localhost/IDScanEnterprisesvc/Journey/GetImage?id=bc9bc6bc-ca1d-4e47-91d5-c46f8d6a8059&role=WhiteImage" 
    } 
  ], 
 "JourneySteps": [ 
    { 
      "Type": "FRONTSIDE", 
      "HighLevelresult": "Passed", 
      "ValidationChecks": [ 
        "DOCUMENTFRONTSIDETYPECHECK:PASSED", 
        "UNDERAGERULE:PASSED", 
        "DOCUMENTBLOCKINGPOLICY:PASSED", 
        "DOCUMENTSUPPORT:PASSED", 
        "DOCUMENTVALIDATION:PASSED" 
      ] 
    }, 
    { 
      "Type": "SELFIE", 
      "HighLevelresult": "Passed", 
      "ValidationChecks": [] 
    }, 
    { 
      "Type": "LIVENESS", 
      "HighLevelResult": "Refer", 
      "ValidationChecks": [ 
        "LIVENESSFINALRESULT:FAILED" 
      ] 
    } 
  ] 
 
}  

End of retrieval response example.

Was this page helpful?