Applicant Profile Match

A profile for an applicant may be provided during a session's creation. Should it be included, the applicant's profile data will be cross-referenced with all identity documents and address information collected within that session. The result will yield either a "match", "no match" or "partial" status for each piece of data compared. The supplied applicant profile may include any combination of the following fields:

  • Name
  • Date of birth
  • Address

The profile match does not affect the outcome of an identity profile.

Configure the profile

Java
JSON
Copy

Name

There are three combinations of fields that can be used to configure the candidate name in the applicant profile:

It is crucial to provide the most accurate combination of names whenever possible. Please provide the name split only if you are confident that it is correct.

Favour combination 2 or 3 instead of attempting to split names if unsure.

Combination 1 (preferred)

FieldDescription
first_nameThe first name of the applicant
middle_nameThe middle name of the applicant
family_nameThe surname of the applicant

Combination 2

FieldDescription
given_namesAll forenames of the applicant (first and all middle names)
family_nameThe applicant surname

Combination 3 (least preferred)

FieldDescription
full_nameThe full name of the applicant, including all forenames and surname

Date of birth & Address

FieldDescription
date_of_birthDateOfBirth is the date of birth in the form yyyy-mm-dd. yyyy-mm and yyyy is also accepted, however will result in a partial match against a full identity document date of birth.
structured_postal_address

The postal address with a breakdown in address lines.

See details for the structured_postal_address JSON properties below.

Structured postal address

Field nameTypeDescription
address_formatnumberAddressFormat is used to identify which fields may be present in the JSON object. See table below that defines what format is used for each country.
udprnstringUdprn is the Unique Delivery Point Reference Number that identifies a property throughout its lifecycle.
care_ofstringCareOf identifies the owner of the premises.
sub_buildingstringSubBuilding is used when the building is divided into smaller units (e.g. a block of flats) to identify the sub unit.
building_numberstringBuildingNumber is the number of the building.
buildingstringBuilding is the name/number of the building.
streetstringStreet is the name/number of the street the building is on.
landmarkstringLandmark is a description used to describe the location of the building.
address_line1stringAddressLine1 is the first line of the address.
address_line2stringAddressLine2 is the second line of the address.
address_line3stringAddressLine3 is the third line of the address.
address_line4stringAddressLine4 is the fourth line of the address.
address_line5stringAddressLine5 is the fifth line of the address.
address_line6stringAddressLine6 is the sixth line of the address.
localitystringLocality is the area the building is in.
town_citystringTownCity is the town/city/village/hamlet/community/etc. that the building is in.
subdistrictstringSubdistrict is the sub-district the building is in.
districtstringDistrict is the district the building is in.
statestringState is the state/county the building is in.
postal_codestringPostalCode is a code used by the country's postal service to aid in sorting and delivering mail (e.g. postcode, zipcode, pincode).
post_officestringPostOffice is the post office that serves the area the building is in.
country_isostringCountryIso is the country the building is in. In ISO-3166-1 alpha-3 format.
countrystringCountry is the country the building is in. Localised.
formatted_addressstringFormattedAddress is the full address in a single human readable string in a format that is suitable for printing onto an envelope. This field is not required when providing address information.

The below defines the fields of the JSON structure used for all addresses. A subset of fields will be present in each case and address_format can be used to ascertain which ones for any given address. The country iso should not be used for this purpose.

Four address formats are available and detailed below:

Countries that use this formatGBR, JEY, IMNINDUSA, AUSAll other countries
address_format1234
udprnOptional
care_ofOptional
sub_buildingOptional*
building_numberOptional*
buildingOptional*Optional
streetOptional
landmarkOptional
address_line1MandatoryMandatoryMandatory
address_line2OptionalOptionalOptional
address_line3OptionalOptional
address_line4Optional
address_line5Optional
address_line6Optional
localityOptional
town_cityMandatoryOptionalMandatory
subdistrictOptional
districtOptional
stateOptionalOptionalMandatory
postal_codeMandatoryMandatoryMandatoryOptional
post_officeOptional
country_isoMandatoryMandatoryMandatoryMandatory
countryMandatoryMandatoryMandatoryMandatory
formatted_address**MandatoryMandatoryMandatoryMandatory

** At least one must be present

*** Will always be returned in the data extraction, but is not mandatory when configuring an applicant profile

Results

The results of the match will be displayed when retrieving the identity profile. Each data subset will have a result field. If the data subset is not extracted you will get a null response, otherwise the result field will either be "MATCH", "NO_MATCH" or "PARTIAL".

JSON
Copy
ResultDescription
MATCHThe applicant profile data has matched the data extracted from the Id document/s.
NO_MATCHThe applicant profile data has not matched the data extracted from the Id document/s.
PARTIALThe applicant profile data has partially matched the data extracted from the Id document/s.
nullData has not been extracted, thus nothing to compare against.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard