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
- 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
- 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
- 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
- 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.