Global Singlesource

ID verification covering 169 countries, using one data source.

<Table align={[null, null]}>
  <thead>
    <tr>
      <th style={{ textAlign: "left" }}>
        Property Name
      </th>
      <th style={{ textAlign: "left" }}>
        Value
      </th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td style={{ textAlign: "left" }}>
        HaltTriggered
      </td>
      <td style={{ textAlign: "left" }}>
        False
      </td>
    </tr>
    <tr>
      <td style={{ textAlign: "left" }}>
        ServiceTransactionResult
      </td>
      <td style={{ textAlign: "left" }}>
        - Success  
        - SuccessIncompleteResults - Too many matches on the search criteria and the results have been truncated  
        - SuccessNoResults - No matches found  
        - ServerErrorGeneralError - An error occurred  
        - ServiceFailureError - Unable to contact third party service  
        - ClientErrorInsufficientInformation - Required field not supplied or insufficient/invalid information  
        - ClientErrorInformationFormatInvalid - Address fields cannot contain commas
      </td>
    </tr>
    <tr>
      <td style={{ textAlign: "left" }}>
        ServiceInterpretResult
      </td>
      <td style={{ textAlign: "left" }}>
        - NotPerformed - An error occurred and the search was not performed  
        - Pass  
        - Fail  
        - Inconclusive  
        - NotApplicable - Validation has failed, please check ValidationResult for further details.
      </td>
    </tr>
    <tr>
      <td style={{ textAlign: "left" }}>
        ServiceTransactionResultMessage
      </td>
      <td style={{ textAlign: "left" }}>
        Usually empty, can contain optional information such as too many matches etc.
      </td>
    </tr>
    <tr>
      <td style={{ textAlign: "left" }}>
        ValidationResult
      </td>
      <td style={{ textAlign: "left" }}>
        - Pass  
        - NotPerformed - No search occurred to match against  
        - Fail - MissingMandatoryField or PatternNotMatched
      </td>
    </tr>
  </tbody>
</Table>