Skip to content
  • There are no suggestions because the search field is empty.

Digital Identity Verification Engine Updates February 2026

Updates to DIVE Online

DIVE Online

Added
  • "Total Billable and Non Billable" graph on the "Statistics" page.
  • Tooltip texts for the following checks:
    • Non - Domicile
    • Enhanced Credential
    • Permit
  • New Response Body Fields:
    • "isLastShuftiResultSuccess": boolean
      • Indicates if the most recent attempt utilized External International Processing.
    • "authenticationResults": [ 

      {
      "name": "string",
      "description": "string",
      "response": "string",
      "score": 0
      }
      ]

       

      • authenticationResults (array) - An array of authentication results from various checks performed during the authentication attempt.
        • authenticationResults.name (string) - The name of the authentication test.
        • authenticationResults.description (string)- The description of the authentication test.
        • authenticationResults.response (string) - The response for the authentication result. This will appear when a test has not completed. 
        • authenticationResults.score (int) - The score for the authentication test.

Changed

  • Adjusted permissions for Read-Only users. Read Only users can no longer create requests on "Verification Requests"

Fixed

  • Fixed an issue with settings incorrectly referencing the wrong profile at the time of a Verification Request.