Verify Identity Record Matching
With the Verify Identity Record Matching service, you can submit any of name, given name, family name, birth date, or address from an unverified source and corresponding values from one or more verified sources. The identityRecordMatching endpoint, /environments/{{envID}}/users/{{userID}}/identityRecordMatching, compares the unverified biographic data to the verified biographic data, and returns a raw score and confidence level of the match.
Verify identity record matching request data model
| Property | Type | Required? | Mutable? | Description |
|---|---|---|---|---|
|
Object |
Required |
Mutable |
Object containing the data submitted from the document to match. At least one property is required. |
|
String |
Required/Optional |
Mutable |
Address of the identity submitted from the document to match |
|
String |
Required/Optional |
Mutable |
Birth date name of the identity submitted from the document to match |
|
String |
Required/Optional |
Mutable |
Family name of the identity submitted from the document to match |
|
String |
Required/Optional |
Mutable |
Given name of the identity submitted from the document to match |
|
String |
Required/Optional |
Mutable |
Name of the identity submitted from the document to match |
|
Object |
Required |
Mutable |
Object containing the data submitted from source records to match. A property is required for each |
|
String |
Required/Optional |
Mutable |
Address of the identity submitted from the document to match |
|
String |
Required/Optional |
Mutable |
PingOne Expression Language (PEL) expression to retrieve the |
|
String[] |
Required/Optional |
Mutable |
Array of literal |
|
String |
Required/Optional |
Mutable |
Literal |
|
String |
Required/Optional |
Mutable |
Birth date name of the identity submitted from the document to match |
|
String |
Required/Optional |
Mutable |
PingOne Expression Language (PEL) expression to retrieve the |
|
String[] |
Required/Optional |
Mutable |
Array of literal |
|
String |
Required/Optional |
Mutable |
Literal |
|
String |
Required/Optional |
Mutable |
Family name of the identity submitted from the document to match |
|
String |
Required/Optional |
Mutable |
PingOne Expression Language (PEL) expression to retrieve the |
|
String[] |
Required/Optional |
Mutable |
Array of literal |
|
String |
Required/Optional |
Mutable |
Literal |
|
String |
Required/Optional |
Mutable |
Given name of the identity submitted from the document to match |
|
String |
Required/Optional |
Mutable |
PingOne Expression Language (PEL) expression to retrieve the |
|
String[] |
Required/Optional |
Mutable |
Array of literal |
|
String |
Required/Optional |
Mutable |
Literal |
|
String |
Required/Optional |
Mutable |
Name of the identity submitted from the document to match. |
|
String |
Required/Optional |
Mutable |
PingOne Expression Language (PEL) expression to retrieve the |
|
String[] |
Required/Optional |
Mutable |
Array of literal |
|
String |
Required/Optional |
Mutable |
Literal |
Verify identity record matching response data model
| Property | Type | Required? | Mutable? | Description |
|---|---|---|---|---|
|
String |
N/A |
Read-only |
Address of the identity. |
|
String |
N/A |
Read-only |
Confidence level of the match returned by the service. Can be |
|
String |
N/A |
Read-only |
Value of address found on the government ID of the identity. |
|
String |
N/A |
Read-only |
Raw numeric score returned by the service. Ranges from 0 to 1. |
|
String |
N/A |
Read-only |
Value of address on reference records provided by the requester. |
|
String |
N/A |
Read-only |
Birth date of the identity in ISO 8601 YYYY-MM-DD format. |
|
String |
N/A |
Read-only |
Confidence level of the match returned by the service. Can be |
|
String |
N/A |
Read-only |
Value of birth date found on the government ID of the identity. |
|
String |
N/A |
Read-only |
Raw numeric score returned by the service. Ranges from 0 to 1. |
|
String |
N/A |
Read-only |
Value of birth date on reference records provided by the requester. |
|
String |
N/A |
Read-only |
Family name of the identity. |
|
String |
N/A |
Read-only |
Confidence level of the match returned by the service. Can be |
|
String |
N/A |
Read-only |
Value of family name found on the government ID of the identity. |
|
String |
N/A |
Read-only |
Raw numeric score returned by the service. Ranges from 0 to 1. |
|
String |
N/A |
Read-only |
Value of family name on reference records provided by the requester. |
|
String |
N/A |
Read-only |
Given name of the identity. Can optionally include middle name. |
|
String |
N/A |
Read-only |
Confidence level of the match returned by the service. Can be |
|
String |
N/A |
Read-only |
Value of given name found on the government ID of the identity. |
|
String |
N/A |
Read-only |
Raw numeric score returned by the service. Ranges from 0 to 1. |
|
String |
N/A |
Read-only |
Value of given name on reference records provided by the requester. |
|
String |
N/A |
Read-only |
Full name of the identity. |
|
String |
N/A |
Read-only |
Confidence level of the match returned by the service. Can be |
|
String |
N/A |
Read-only |
Value of name found on the government ID of the identity. |
|
String |
N/A |
Read-only |
Raw numeric score returned by the service. Ranges from 0 to 1. |
|
String |
N/A |
Read-only |
Value of name on reference records provided by the requester. |
|
String |
N/A |
Read-only |
Weighted result of all reviewed fields. Can be |
|
Decimal |
N/A |
Read-only |
Weighted score of all reviewed fields. A decimal number between 0 and 1. The average of all non-zero |
A confidence of NONE occurs when rawScore is very low or when a governmentIdValue value is missing but its corresponding requirementsValue is valued.