Skip to content
On this page

W2DataEkycUk015

Compatible Cases

About the service

Within the TransUnion service you are able to request either an Identity check or an Anti-Money Laundering check, which will leave the corresponding footprints against the individuals credit file, further information can be found below:

Identity check: Is an identity verification service that includes the Edited Electoral Roll, CCJ and Credit Lenders data. This service will leave a Identification Check footprint on the lenders profile of the person you are requesting information about.

Money Laundering Check: Is an identity verification service that includes the full Electoral Roll, CCJ and Credit Lenders data. This service will leave a money laundering footprint on the lenders profile of the person you are requesting information about.

If no option is selected, the platform will default to the money laundering check.

Product Code: W2-DATA-EKYC-UK-015

Does this service leave a credit search Footprint? Yes

Configuration This service has some configuration that will be discussed with you as part of the on-boarding process. We can configure a matching profile and which sources of information to use when calculating a 2 plus 2 check. Please contact W2 Support for more information.

Request

Query Data

The following Query Data properties pertain to this service. Please note that in the SOAP request the fields must be in alphabetical order.

Property NameTypeMin LengthMax LengthOptional/MandatoryAccepted Characters
TitleString10OptionalAll apart from (new line ' - \ \\ ,)
ForenameString130MandatoryAll apart from (new line ' - \ \\ ,)
MiddleNamesString15OptionalAll apart from (new line ' - \ \\ ,)
SurnameString130MandatoryAll apart from (new line ' - \ \\ ,)
DayOfBirthInteger12Mandatory Numbers Only - greater than 0
MonthOfBirthInteger12MandatoryNumbers Only - greater than 0
YearOfBirthInteger14MandatoryNumbers Only - greater than 0
HouseNameString126Either HouseName or
HouseNumberString126HouseNumber is Mandatory
FlatString20Optional
StreetString40Optional
RegionString20Optional
CountyString20Optional
CountryString20Optional
CityString20Optional
PostcodeString18Mandatory

After performing the search, the validation result (pass, fail, etc.) will be part of the <TransactionInformation> returned for the service call.

Options

This service leaves a Money Laundering Footprint by default, but an Identification Footprint can be specified:

json
"options": {
	"FootprintConfiguration": "MoneyLaundering" | "Identification"
}

Response

Example Response

json
{
	"DataSources": [
		{
			"Source": 1,
			"NumberOfMatches": 1,
			"MatchingCriteria": 1,
			"AllowMultipleRecordsAsSeparateDataSources": "false"
		},
		{
			"Source": 7,
			"NumberOfMatches": 1,
			"MatchingCriteria": 1,
			"AllowMultipleRecordsAsSeparateDataSources": "true"
		}
	],
     "InterpretResult" : "Pass",     
     "TransactionResult": "Success"
}

Response Breakdown

Below is some more information about the some of the elements of the response that require explanation:

DataSources = A collection showing every source of data that was used to formulate the result. Each source is represented by a MatchingSource element.

AllowMultipleRecordsAsSeparateDataSources= Indicates that two different record matches from the same data source may count as independent sources when formulating the 2 + 2 result. For example, two Insight results may count as two sources, rather than one, as they would do under normal service circumstances.

MatchingCriteria = Precisely what data has been matched by the data source. E.g. NameAndAddressAndDateOfBirth

NumberOfMatches = The number of matches found by this data source

Source = An integer representing the source of the data match. E.g. 2 = CCJ (County Court Judgement)

SourceIdSource Matched
1Electoral Roll
2County Court Judgements (CCJs)
3N/A
4Credit Lenders (Insight)
5BT_OSIS
6Mortality Data
7Credit Lenders(Call Credit)

InterpretResult = The overall verification result, based on what matches were found in the data source against the query data submitted. The possibilities are Pass, Fail or Refer

Message = Gives some more details / context on the verification result

TransactionResult = A diagnostic result showing whether or not any technical errors were experienced during the check. This should always be "Success" unless a technical error has occured, in which case the verification check will be aborted.

Example Response: The below example shows a case where we have found one NameAndAddress match on the Electoral roll and 3 NameAndAddressAndDateOfBirth matches on CreditLendersB. This has resulted in a Pass.

Transaction Result

PropertyValue
HaltTriggeredFalse
ServiceTransactionResult- Success
- SuccessIncompleteResults - Too many matches on the search criteria and the results have been truncated
- SuccessNoResults - No matches found
- ServerErrorGeneralError - An error occurred
- ServiceFailureError - Unable to contact third party service
- ClientErrorInsufficientInformationRequired field not supplied or insufficient/invalid information
ServiceInterpretResult- OneResult
- MultipleResults
- Fail
- NoResults
- NoInterpretPerformed
- NotPerformed - An error occurred and the search was not performed
ServiceTransactionResultMessageUsually empty, can contain optional information such as too many matches etc.
ValidationResult- Pass
- NotPerformed - No search occurred to match against
- FailMissingMandatoryField or PatternNotMatched

Sandbox

Sandbox mode can be used to test the service.

By setting the following query option and sending some the below query data we will return a pre-configured response without actually calling our suppliers.

Example Request

json
{
    "Bundle": "KYC_UK_015",
    "Data": {
        "Forename": "Amber",
        "Surname": "Ball",
        "DayOfBirth": 9,
        "MonthOfBirth": 7,
        "YearOfBirth": 1957,
        "HouseNumber": "147",
        "Street": "Ocean View",
        "Postcode": "WT1 1TD"
    },
    "Options": {
        "Sandbox": "true"
    },
    "ClientReference": "your-client-reference"
}

Sandbox cases

These are the sandbox options for these service. Learn about our Sandbox here

Click on a sandbox case to view the request and response