post https://api-v3.authenticating.com/user/identity/override
This manual override is meant to allow users with a poor confidence rating of their photo ID to pass the authentication step ( Verify Upload ID & Verify Upload Passport).
This manual override should only be used for low-stakes authentication. For this call to go through, it needs to fulfill at least one of the following conditions:-
- ID Verification Override: The
scannedUser
key in the Test Results Object must indicate that theDocumentVerificationConfidenceRating
should be greater than or equal to 50, and the parsed Name and the DOB should match the information entered in the User Object. - Passport Verification Override: The
passportData
key in the Test Results Object must indicate that theAuthenticationResult
is either "Passed" or "Unknown" and the parsed Name and the DOB in thepassportData
Object should match the information entered in the User Object - Override through SSN verification: If none of the above is successful, the full 9-digit SSN has to be provided in the user object for verification.
This call indicates whether the manual override was successful or not.