Digital Identity Verification Engine Updates February 2026
Updates to the DIVE Engine, myDIVE, and DIVE Online
February 26, 2026
DIVE Engine
Added
- New Request Body Field
-
"isScreeningChecksEnableAlways": boolean
-
This field when set to true will make transactions always go to applicable third parties regardless of the document confidence score.
-
-
- 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 Online
- "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.
- authenticationResults (array) - An array of authentication results from various checks performed during the authentication attempt.
-
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.