Skip to main content
The Data Verification Dual Match module verifies identity data against multiple data sources and requires confirmation from at least two sources for the strongest match outcome. It uses the same source-count capability pattern as the single-match Data Verification module, but suits use cases that require dual-source confirmation, such as regulatory frameworks that mandate identity verification against two independent sources.

UK: Dual match all sources

This variant verifies UK subjects against all available data sources. It returns integer counts of how many sources matched for each combination of identity elements. Required inputs:
  • Full name
  • Building
  • Thoroughfare
  • Locality
  • Postal code
  • Country
Optional inputs:
  • Date of birth
  • Administrative area
  • Gender
  • Mobile phone
  • National insurance number
  • Mother’s maiden name
  • Landline phone

Capabilities

The module returns source-count capabilities that indicate how many independent data sources confirmed each combination of identity elements, plus an age flag and an overall GBG score. The table below lists the other capabilities returned by this variant.

Default outcomes

The table below lists the default outcomes for this variant.

Input payload

The following is a sample payload used to submit identity data to the UK: Dual match all sources variant for processing.
JSON

Sample response

The following is a sample response where no data source matched the subject’s identity data.
JSON
In this example:
  • No source returned a match for any combination of identity elements (sources: 0).
  • The GBG score is 0, indicating that no source returned meaningful verification data.
  • Because Name + Address is below 1, the outcome resolves to No Match.

UK: Dual match super bureau

This variant verifies UK subjects against a narrower set of super bureau data sources. The capabilities and default outcomes are the same as UK: Dual match all sources. Required inputs:
  • Full name
  • Building
  • Postal code
Optional inputs:
  • Date of birth
  • Thoroughfare
  • Locality
  • Country
  • Administrative area
  • Gender
  • Mobile phone
  • National insurance number
  • Mother’s maiden name
  • Landline phone

Input payload

The following is a sample payload used to submit identity data to the UK: Dual match super bureau variant for processing.
JSON

Sample response

The following is a sample response showing a successful identity match.
JSON
In this example:
  • Four sources returned a match (sources: 4), and three of them confirmed name, DOB, and address together (nameDobAddress: 3).
  • No source matched on an ID number, because the payload didn’t include a national insurance number.
  • The GBG score is 894, indicating high verification confidence.
  • Because Name + DOB + Address is at least 1, the outcome resolves to Match.