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

Digital Identity Verification Engine Updates February 2026

Updates to the DIVE Engine, myDIVE, and DIVE Online

February 26, 2026

DIVE Engine

Added
  • isScreeningChecksEnableAlways (boolean) – New request body field. When set to True, this field will make transactions always go to applicable third parties regardless of the document confidence score.
  • fractalSuspiciousPhotoDetails — New response body object."fractalSuspiciousPhotoDetails": { "isSuspicious": true, "confidence": 0, "reason": "string" }
    • faceMatchVerificationResult.fractalSuspiciousPhotoDetails.isSuspicious (boolean): This value indicates if the data points in the transaction have been flagged by the IDScan.net fractal search. This is the same value as faceMatchVerificationResult.isSuspiciousPhoto but is returned here for ease of use when processing the details of the fractal search results.
    • faceMatchVerificationResult.fractalSuspiciousPhotoDetails.confidence (int): This value represents how closely the fractal search data points match the data points of previous transactions.
    • faceMatchVerificationResult.fractalSuspiciousPhotoDetails.reason (string): This value represents the reason why the photo was flagged as suspicious based on the fractal search data points.
Changed
  • Updated to IDScan.net Authentication SDK 3.28 packages.
  • Updated IDScan.net's Document Type Detection Models.

myDIVE

Added
  • New "Total Billable and Non Billable" graph on the Overview page.

February 25, 2026

DIVE SDK iOS 3.260225.2

Fixed
  • Fixed an issue in the DIVE Online SDK where settings profiles were not carrying over properly to the iOS SDK.

DIVE SDK iOS 3.260225.1

Changed
  • Updated the PDF417 detection module.

DIVE Online

Added
  • New "Total Billable and Non Billable" graph on the Statistics page.
  • Tooltip texts – Added tooltip texts for the following checks:
    • Non - Domicile
    • Enhanced Credential
    • Permit
  • isLastShuftiResultSuccess (boolean) – New response body field. Indicates if the most recent attempt utilized External International Processing.
  • authenticationResults (array) – New response body field. An array of authentication results from various checks performed during the authentication attempt."authenticationResults": [ { "name": "string", "description": "string", "response": "string", "score": 0 } ]
    • 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 the Verification Requests page.
Fixed
  • Fixed an issue with settings incorrectly referencing the wrong profile at the time of a Verification Request.