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. |
containment | Compares the most similar name parts separately: - Emanuel Burns and Burns Emanuel are acceptable. - Mike Wazowski and Michael Wazowski are unacceptable. |
fuzzyContainment | Allows greater flexibility in spelling and accept rearrangement of given and family names. For example, Judy Smith, Smith Judith, J Smith, and Smith J M are acceptable. |
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. |