Manually Verify Identity

Override system threshold to manually verify identity

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:-

  1. ID Verification Override: The scannedUser key in the Test Results Object must indicate that the DocumentVerificationConfidenceRating should be greater than or equal to 50, and the parsed Name and the DOB should match the information entered in the User Object.
  2. Passport Verification Override: The passportData key in the Test Results Object must indicate that the AuthenticationResult is either "Passed" or "Unknown" and the parsed Name and the DOB in the passportData Object should match the information entered in the User Object
  3. 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.

Language
Authorization
Bearer
API KEY
Click Try It! to start a request and see the response here!