The JSON response is a dictionary containing a single element "DATA1" whose value is a dictionary containing the following keys:
Key | Possible values | Description | Type |
Check_FirstName | “E”,”S”,”P”,”D”,”?” | First name verification result | STRING(1) |
Check_BirthDate | ”?” | NA (only available with ID Check Plus) | STRING(1) |
Check_Number | “True”,”False” | "True" or "False" depending on whether the street number provided matches in our database | STRING(5) |
HOUSEHOLDID | - | Unique ID in our database | STRING(30) |
FirstName_Dist | - | Number of characters different in our database compared to the first name sent in the request | STRING(2) |
LastName_Dist | - | Number of characters different in our database compared to the last name sent in the request | STRING(2) |
Result |
“FOUND”, “NOT FOUND” |
Household is defined as FOUND if Last Name and Address are close to our database. | STRING(9) |
Check_Email | ”?” | NA (only available with ID Check Plus) | STRING(1) |
Check_LastName | “E”,”S”,”P”,”D”,”?” | Name Verification Result | STRING(1) |
Check_City | “E”,”S”,”P”,”D”,”?” | City Verification Result | STRING(1) |
Check_PostalCode | “E”,”N”,”D”,”?” | Postal code verification result | STRING(1) |
Check_Phone | ”?” | NA (only available with ID Check Plus) | STRING(1) |
Check_Address | “E”,”S”,”P”,”N”,”D”,”?” | Address Verification Result | STRING(1) |
See below a description of each possible value:
Code | Description |
? | The field was not provided in the request, or the product subscribed does not allow this check |
E | The value found in our database is strictly identical to the value provided in the request |
S | The value found in our database is close to the value provided in the request (up to 10% difference) |
P | The value found in our database is quite far from the value provided in the request (up to 25% difference) |
N |
For Check_Address and Check_City: The value found in our database is far from the value provided in the request (up to 35% difference) For Check_PostalCode: The first 3 digits are identical with the value found in our database. |
D | The value found in our database is completely different from the value provided in the request |