Personal data checks
Available in SDK v1.2+
πΊπΈ US only.
These checks run against US-based identity databases. If your workflow is used by non-US residents, they won't be found in these databases and the check will return a low or no-match score. Don't configure automatic rejections based on this capability unless you are certain that all users in your workflow are US residents.
The Personal data checks capability compares data the user has provided against authoritative identity databases to verify its accuracy. It's primarily used as a fraud signal: a significant mismatch between what the user provided and what appears in the database may indicate identity fraud or misrepresentation.
This capability must come after a step that collected the relevant data: either a User input step or a Scan ID step.
Checked data pointsβ
The following data points can be verified, each independently:
- Address: verifies that the provided residential address is associated with the identity
- Phone number: verifies that the provided phone number is associated with the identity
- Email address: verifies that the provided email address is associated with the identity
- Social Security Number (SSN): verifies that the provided SSN matches the identity
Each data point that's present is checked independently. You don't need to have all four present; the capability will check whichever are available.
Score and rulesβ
Each checked data point contributes to an overall match score. You can configure thresholds for this score and define outcomes:
- If the score exceeds a threshold, the step passes
- If the score falls below a threshold, the step can result in Rejected or Manual review
The score can also feed into the Trust score capability if it's present later in the workflow.