post https://api.sumsub.com/resources/checks/crossCheck?comparisonMode=
Performs a name cross validation.
Overview
Use this method to perform the comparison between names.
Attention
The list within
.idDocs
can take only two objects.
Possible comparisonMode
values
comparisonMode
valuesValue | Description |
---|---|
strict | Allows only the exact match: - Dr. John Smith and John Smith are acceptable. - John D Smith and John Smith are unacceptable. |
weakContainment | A flexible name matching that converts names to lowercase and removes spaces for broader matches. For example, John Manuel Smith will match with Johnmanuel Smith. |
def | Allows a wide range of spelling variations. For example, John M Smith and Dr. J Manuel Smith are acceptable. |
Response explained
As a response, you will get a JSON representing the comparison results.
Name | Type | Description |
---|---|---|
fullNameMatch | Boolean | The full name comparison result. |