Download OpenAPI specification:
An experience API to create and receive order results.
Identity Verification Check product.Source of Funds Check product.drivingLicenceNumber option for AML - Individual.title property to the Scottish Title Check (Results).useExactNameMatching option to Landmark Ownership Check.pepsAndSanctions sections.transactionAddress is no longer required for all products.oldestAccount and dataSources to the addressAndMortality section for AML Products.dateOfBirth description to clarify that the date must not be within the last 16 years to Order AML Products.personReference to the Clients array in the Ownership Check results.idVerification and supportingDocuments sections within AML results schema to address inconsistencies with the data returned by the service.overallStatus to AML - Individual, AML UK with Facial Recognition and International AML with Facial Recognition product results.pepsAndSanctions and addressAndMortality sections.filename and createdDate properties to documents on retrieved orders.fullName property to AML - Individual, AML UK with Facial Recognition and International AML with Facial Recognition products' responses.dateOfBirth property to person objects.Cancelled value to orderStatus enum.enableOngoingMonitoring property from AML - Individual, AML UK with Facial Recognition and International AML with Facial Recognition products. This will now be enabled for all checks automatically.telephoneNumber or mobileTelephoneNumber to be supplied for the person.email to be supplied for the person.companyName and companyRegistrationNumber to the additionalProprietors property in the Ownership Check Results.Creates orders associated with a transaction for the given products.
| reference required | string <= 100 characters Your reference to identify the transaction. |
| accountId required | string <uuid> (accountId) = 36 characters ^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[4][0-9A-Fa-f]... Your Landmark account ID - this will be provided to you during onboarding. |
| transactionId | string <uuid> (transactionId) = 36 characters ^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[4][0-9A-Fa-f]... The unique Landmark ID for the transaction. This ID can be used to associate multiple orders to a single transaction. |
object The property address for the transaction related to the products being ordered. | |
object Callback uri that should receive status updates. Each product will receieve a status update. | |
Array of objects (lgsPersonWithRoles) <= 20 items The details of the people involved in your transaction - some Products will require these for processing (e.g. AML searches). You must set a unique reference for each of these people for use in ordering products. | |
required | Array of objects (product) [ 1 .. 20 ] items An array of the products that you require. For each of these, an order will be created in the Landmark system and will begin processing. You must provide a reference GUID for each product which we will use in the response and callbacks, if you are using them, to help you identify the Order. See the Product Request Schemas for details on how to order each one. |
{- "reference": "string",
- "accountId": "3d07c219-0a88-45be-9cfc-91e9d095a1e9",
- "transactionId": "75906707-8c31-479c-b354-aa805c4cefbc",
- "transactionAddress": {
- "uprn": 9223372036854775000,
- "organisationName": "JW Simpsons Ltd",
- "subBuildingName": "The Old Mill",
- "buildingName": "The Annexe",
- "buildingNumber": 7,
- "poBoxNumber": 5422,
- "dependentThoroughfare": "Richmond Terrace",
- "thoroughfare": "Main Street",
- "doubleDependentLocality": "Hook",
- "dependentLocality": "Warsash",
- "postTown": "Southampton",
- "postcode": "SO99 9ZZ"
}, - "callback": {
- "headers": [
- {
- "key": "string",
- "value": "string"
}
], - "url": "string"
}, - "persons": [
- {
- "reference": "string",
- "title": "string",
- "firstName": "string",
- "middleName": "string",
- "lastName": "string",
- "email": "user@example.com",
- "telephoneNumber": "stringst",
- "mobileTelephoneNumber": "stringst",
- "dateOfBirth": "2019-08-24",
- "address": {
- "uprn": 9223372036854775000,
- "organisationName": "JW Simpsons Ltd",
- "subBuildingName": "The Old Mill",
- "buildingName": "The Annexe",
- "buildingNumber": 7,
- "poBoxNumber": 5422,
- "dependentThoroughfare": "Richmond Terrace",
- "thoroughfare": "Main Street",
- "doubleDependentLocality": "Hook",
- "dependentLocality": "Warsash",
- "postTown": "Southampton",
- "postcode": "SO99 9ZZ"
}, - "roles": [
- "PrimaryContact"
]
}
], - "products": [
- {
- "productId": "dcd53ddb-8104-4e48-8cc0-5df1088c6113",
- "reference": "2ddb20b8-e0e3-45ae-a638-42610b990a6a",
- "productOptions": { }
}
]
}{- "transactionId": "458f6a73-607b-4a06-bc23-b3553e7233ec",
- "reference": "25GWT/JS/45.5",
- "orders": [
- {
- "orderId": "33220999-6922-4f87-a2ee-045fca06eba2",
- "productId": "c61c761a-baff-4b5a-a437-7c1247019436",
- "reference": "742edeff-c267-490d-b5b0-3997ce2e6170"
}, - {
- "orderId": "5e55b92c-2e45-4b5c-a354-cd272e6adb67",
- "productId": "7e3e5840-41c5-419c-9e85-6a47b443fa56",
- "reference": "825a6106-e8ac-4d93-ba87-97357fc619a7"
}, - {
- "orderId": "a70da744-50f0-4952-b3a2-73e64428e969",
- "productId": "7e3e5840-41c5-419c-9e85-6a47b443fa56",
- "reference": "6363e54b-e83a-45b4-96e0-5528cc36e27f"
}
]
}{- "orderId": "4df4d4b1-9a07-4d25-9772-764d1fefe527",
- "reference": "513ba615-1e78-4751-968b-2402a49e5594",
- "status": "Completed",
- "statusDescription": "AML order is Completed."
}Retrieves an order with the given orderId.
| orderId required | string <uuid> (orderId) = 36 characters ^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[4][0-9A-Fa-f]... Unique Landmark ID for the order. |
{- "transactionId": "458f6a73-607b-4a06-bc23-b3553e7233ec",
- "orderId": "4df4d4b1-9a07-4d25-9772-764d1fefe527",
- "reference": "513ba615-1e78-4751-968b-2402a49e5594",
- "status": "Completed",
- "statusDescription": "AML order is Completed.",
- "product": {
- "productId": "aefdf370-caef-479b-94df-5a9ba28cc7cc"
}, - "results": null,
- "documents": [
- {
- "documentId": "300041f8-91c8-4e95-b4bc-9e58ca0fc9e1",
- "mimeType": "application/pdf",
- "documentType": "AMLReport",
- "filename": "ResultsDocument.pdf",
- "createdDate": "2020-07-02T12:00:00Z"
}
]
}Retrieves the order status.
| orderId required | string <uuid> (orderId) = 36 characters ^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[4][0-9A-Fa-f]... Unique Landmark ID for the order. |
{- "orderId": "4df4d4b1-9a07-4d25-9772-764d1fefe527",
- "reference": "513ba615-1e78-4751-968b-2402a49e5594",
- "status": "Completed",
- "statusDescription": "AML order is Completed."
}Downloads a results document for an order.
| orderId required | string <uuid> (orderId) = 36 characters ^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[4][0-9A-Fa-f]... Unique Landmark ID for the order. |
| documentId required | string <uuid> (documentId) = 36 characters ^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[4][0-9A-Fa-f]... Unique Landmark ID for the document. |
{- "status": "401",
- "code": "40100",
- "title": "Invalid identity"
}Overrides a result section of an AML order from a 'Refer' to a 'Pass'.
| orderId required | string <uuid> (orderId) = 36 characters ^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[4][0-9A-Fa-f]... Unique Landmark ID for the order. |
| section required | string Enum: "LivenessVerification" "IdVerification" "AddressAndMortality" "PepsAndSanctions" The AML result section to override. The result section must be valid for the product associated to the order. Valid result section names per AML product: AML - Individual: "AddressAndMortality" or "PepsAndSanctions" AML UK with Facial Recognition: "LivenessVerification", "IdVerification", "AddressAndMortality" or "PepsAndSanctions" International AML with Facial Recognition: "LivenessVerification", "IdVerification" or "PepsAndSanctions" |
| status required | string Value: "Pass" The new status for the AML result section. |
| comment required | string [ 1 .. 300 ] characters ^(?=.*\S).+$ A comment to explain why the AML result section is being overridden. |
| actionedBy required | string [ 2 .. 150 ] characters ^(?=.*[A-Za-zÀ-ÖØ-öø-ž])[0-9A-Za-zÀ-ÖØ-öø-ž\u... The name or email address of the individual who is overriding the AML result section. |
{- "section": "AddressAndMortality",
- "status": "Pass",
- "comment": "Approving manually as customer has provided me with a utility bill, confirming their address.",
- "actionedBy": "john.doe@company.co.uk"
}{- "status": "str",
- "code": "strin",
- "title": "string",
- "messages": [
- {
- "property": "string",
- "message": "string"
}
]
}| productId required | string Value: "43f8ce3b-1120-458d-b25b-51671c937bb0" Unique Landmark ID for the product. |
| reference required | string <uuid> = 36 characters ^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[4][0-9A-Fa-f]... Your reference that uniquely identifies the product order. |
required | object An object to provide data and options specific to the product. |
{- "productId": "43f8ce3b-1120-458d-b25b-51671c937bb0",
- "reference": "2ddb20b8-e0e3-45ae-a638-42610b990a6a",
- "productOptions": {
- "personReference": "Ingham002"
}
}| productId required | string Value: "7e3e5840-41c5-419c-9e85-6a47b443fa56" Unique Landmark ID for the product. |
| reference required | string <uuid> = 36 characters ^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[4][0-9A-Fa-f]... Your reference that uniquely identifies the product order. |
required | object An object to provide data and options specific to the product. |
{- "productId": "7e3e5840-41c5-419c-9e85-6a47b443fa56",
- "reference": "2ddb20b8-e0e3-45ae-a638-42610b990a6",
- "productOptions": {
- "personReference": "Ingham002",
- "drivingLicenceNumber": "JUDD9507139NP9LN"
}
}| productId required | string Value: "e78fa31d-fb19-4872-a5ac-8f0e0889939d" Unique Landmark ID for the product. |
| reference required | string <uuid> = 36 characters ^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[4][0-9A-Fa-f]... Your reference that uniquely identifies the product order. |
required | object An object to provide data and options specific to the product. |
{- "productId": "e78fa31d-fb19-4872-a5ac-8f0e0889939d",
- "reference": "2ddb20b8-e0e3-45ae-a638-42610b990a6a",
- "productOptions": {
- "personReference": "Ingham002"
}
}| productId required | string Value: "9bbd8070-2683-4329-b2bf-e536b7875fc0" Unique Landmark ID for the product. |
| reference required | string <uuid> = 36 characters ^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[4][0-9A-Fa-f]... Your reference that uniquely identifies the product order. |
required | object An object to provide data and options specific to the product. |
{- "productId": "9bbd8070-2683-4329-b2bf-e536b7875fc0",
- "reference": "2ddb20b8-e0e3-45ae-a638-42610b990a6",
- "productOptions": {
- "companyNumber": "AB123456"
}
}| productId required | string Value: "1bf15e1f-d43a-45c0-b1a8-21e5dfbfdc02" Unique Landmark ID for the product. |
| reference required | string <uuid> = 36 characters ^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[4][0-9A-Fa-f]... Your reference that uniquely identifies the product order. |
required | object An object to provide data and options specific to the product. A |
{- "productId": "1bf15e1f-d43a-45c0-b1a8-21e5dfbfdc02",
- "reference": "2ddb20b8-e0e3-45ae-a638-42610b990a6",
- "productOptions": {
- "titleNumber": "MD111111",
- "personReferences": [
- "Smith001",
- "Smith002"
], - "alwaysOrderTitleExtract": false,
- "orderTitlePlan": true,
- "useExactNameMatching": false
}
}| productId required | string Value: "0c03bdc5-167c-47d8-afb8-ffcb82d44242" Unique Landmark ID for the product. |
| reference required | string <uuid> = 36 characters ^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[4][0-9A-Fa-f]... Your reference that uniquely identifies the product order. |
required | object An object to provide data and options specific to the product. |
{- "productId": "0c03bdc5-167c-47d8-afb8-ffcb82d44242",
- "reference": "2ddb20b8-e0e3-45ae-a638-42610b990a6",
- "productOptions": {
- "titleNumber": "MD111111"
}
}| productId required | string Value: "88bfb993-3bc0-45c7-8529-c5fc78d1dd68" Unique Landmark ID for the product. |
| reference required | string <uuid> = 36 characters ^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[4][0-9A-Fa-f]... Your reference that uniquely identifies the product order. |
required | object An object to provide data and options specific to the product. |
{- "productId": "88bfb993-3bc0-45c7-8529-c5fc78d1dd68",
- "reference": "2ddb20b8-e0e3-45ae-a638-42610b990a6",
- "productOptions": {
- "titleNumber": "MD111111"
}
}| productId required | string Value: "c61c761a-baff-4b5a-a437-7c1247019436" Unique Landmark ID for the product. |
| reference required | string <uuid> = 36 characters ^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[4][0-9A-Fa-f]... Your reference that uniquely identifies the product order. |
required | object An object to provide data and options specific to the product. |
{- "productId": "c61c761a-baff-4b5a-a437-7c1247019436",
- "reference": "2ddb20b8-e0e3-45ae-a638-42610b990a6",
- "productOptions": {
- "titleNumber": "MD111111",
- "personReference": "Ingham002"
}
}| productId required | string Value: "b8ed274f-7b4f-4339-b7fd-cabcafafd9a7" Unique Landmark ID for the product. |
| reference required | string <uuid> = 36 characters ^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[4][0-9A-Fa-f]... Your reference that uniquely identifies the product order. |
required | object An object to provide data and options specific to the product. A |
{- "productId": "b8ed274f-7b4f-4339-b7fd-cabcafafd9a7",
- "reference": "2ddb20b8-e0e3-45ae-a638-42610b990a6",
- "productOptions": {
- "personReferences": [
- "Ingham001",
- "Ingham002"
]
}
}| productId required | string Value: "03700688-97d2-42af-94be-c84dd730806d" Unique Landmark ID for the product. |
| reference required | string <uuid> = 36 characters ^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[4][0-9A-Fa-f]... Your reference that uniquely identifies the product order. |
required | object An object to provide data and options specific to the product. |
{- "productId": "03700688-97d2-42af-94be-c84dd730806d",
- "reference": "2ddb20b8-e0e3-45ae-a638-42610b990a6a",
- "productOptions": {
- "personReference": "Ingham002"
}
}| productId required | string Value: "77f60734-0f02-4acf-8d56-d1b0733e82ad" Unique Landmark ID for the product. |
| reference required | string <uuid> = 36 characters ^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[4][0-9A-Fa-f]... Your reference that uniquely identifies the product order. |
required | object An object to provide data and options specific to the product. |
{- "productId": "77f60734-0f02-4acf-8d56-d1b0733e82ad",
- "reference": "2ddb20b8-e0e3-45ae-a638-42610b990a6a",
- "productOptions": {
- "personReference": "Ingham002"
}
}| overallStatus | string (overallStatus) Enum: "Pass" "Refer" "PassWarning" "PassOverridden" |
| fullName | string [ 1 .. 200 ] characters |
object | |
object | |
object | |
object | |
Array of objects | |
| rawResults | object The full results data from our suppliers. |
{- "overallStatus": "Refer",
- "fullName": "John Doe",
- "livenessVerification": {
- "status": "Pass",
- "hasBeenOverridden": false,
- "remarks": [ ]
}, - "idVerification": {
- "documentType": "Passport",
- "idDocument": {
- "dateChecked": "2023-12-20T13:54:18.135Z",
- "verificationReason": "Reason",
- "facialMatch": true,
- "nameMatch": false,
- "nfcReadStatus": "Passed",
- "firstName": "John",
- "lastName": "Doe",
- "expiryDate": "2024-12-20T13:54:18.135Z"
}, - "status": "Pass",
- "hasBeenOverridden": false,
- "remarks": [ ]
}, - "pepsAndSanctions": {
- "status": "Refer",
- "politicallyExposedPersonStatus": "Refer",
- "associatePoliticallyExposedPersonStatus": "Pass",
- "specialInterestPersonStatus": "Pass",
- "worldwideSanctionsRiskStatus": "Pass",
- "hasBeenOverridden": false,
- "remarks": [ ]
}, - "addressAndMortality": {
- "status": "Refer",
- "mortalityRiskStatus": "Pass",
- "dateOfBirthStatus": "Refer",
- "numberOfAccounts": 8,
- "activeAccounts": 5,
- "identifiedAtAddress": "Pass",
- "votersRollStatus": "Refer",
- "hasBeenOverridden": false,
- "oldestAccount": "2024-03-25T15:48:23.366Z",
- "dataSources": {
- "utilitiesCount": 2,
- "unsecuredLoansCount": 0,
- "rentalAndLeasingCount": 0,
- "mortgageCount": 1,
- "mediaServicesAndCommunicationsCount": 1,
- "currentAccountsCount": 1,
- "creditAndStoreCardsCount": 2
}, - "remarks": [
- "(Electoral Register) Address valid/matched",
- "(Electoral Register) Undetermined date of birth match. Information not available at source",
- "Halo source indicates this person is not deceased at address 1"
]
}, - "supportingDocuments": [
- {
- "documentName": "Utility bill",
- "status": "Pass",
- "hasBeenOverridden": false,
- "remarks": [ ]
}
]
}| overallStatus | string (overallStatus) Enum: "Pass" "Refer" "PassWarning" "PassOverridden" |
| fullName | string [ 1 .. 200 ] characters |
object | |
object | |
| rawResults | object The full results data from our suppliers. |
{- "overallStatus": "Refer",
- "fullName": "John Doe",
- "pepsAndSanctions": {
- "status": "Refer",
- "politicallyExposedPersonStatus": "Refer",
- "associatePoliticallyExposedPersonStatus": "Pass",
- "specialInterestPersonStatus": "Pass",
- "worldwideSanctionsRiskStatus": "Pass",
- "hasBeenOverridden": false,
- "remarks": [ ]
}, - "addressAndMortality": {
- "status": "Refer",
- "mortalityRiskStatus": "Pass",
- "dateOfBirthStatus": "Refer",
- "numberOfAccounts": 8,
- "activeAccounts": 5,
- "identifiedAtAddress": "Pass",
- "votersRollStatus": "Refer",
- "hasBeenOverridden": false,
- "oldestAccount": "2024-03-25T15:48:23.366Z",
- "dataSources": {
- "utilitiesCount": 2,
- "unsecuredLoansCount": 0,
- "rentalAndLeasingCount": 0,
- "mortgageCount": 1,
- "mediaServicesAndCommunicationsCount": 1,
- "currentAccountsCount": 1,
- "creditAndStoreCardsCount": 2
}, - "remarks": [
- "(Electoral Register) Address valid/matched",
- "(Electoral Register) Undetermined date of birth match. Information not available at source",
- "Halo source indicates this person is not deceased at address 1"
]
}
}| overallStatus | string (overallStatus) Enum: "Pass" "Refer" "PassWarning" "PassOverridden" |
| fullName | string [ 1 .. 200 ] characters |
object | |
object | |
object | |
Array of objects | |
| rawResults | object The full results data from our suppliers. |
{- "overallStatus": "PassWarning",
- "fullName": "John Doe",
- "livenessVerification": {
- "status": "Pass",
- "hasBeenOverridden": false,
- "remarks": [ ]
}, - "idVerification": {
- "documentType": "Passport",
- "idDocument": {
- "dateChecked": "2023-12-20T13:54:18.135Z",
- "verificationReason": "Reason",
- "facialMatch": true,
- "nameMatch": false,
- "nfcReadStatus": "Passed",
- "firstName": "John",
- "lastName": "Doe",
- "expiryDate": "2024-12-20T13:54:18.135Z"
}, - "status": "Pass",
- "hasBeenOverridden": false,
- "remarks": [ ]
}, - "pepsAndSanctions": {
- "status": "Refer",
- "politicallyExposedPersonStatus": "Refer",
- "associatePoliticallyExposedPersonStatus": "Pass",
- "specialInterestPersonStatus": "Pass",
- "worldwideSanctionsRiskStatus": "Pass",
- "hasBeenOverridden": false,
- "remarks": [ ]
}, - "supportingDocuments": [
- {
- "documentName": "Utility bill",
- "status": "Pass",
- "hasBeenOverridden": false,
- "remarks": [ ]
}
]
}Array of objects [ 1 .. 100 ] items |
{- "items": [
- {
- "address": {
- "thoroughfare": "Boston Manor Road",
- "country": "UK",
- "postTown": "BRENTFORD",
- "postcode": "TW8 9JU",
- "buildingNumber": 40,
- "dependentLocality": "Surrey"
}, - "ceased": false,
- "ceasedOn": "10-10-2020",
- "countryOfResidence": "UK",
- "dateOfBirth": {
- "day": 10,
- "month": 10,
- "year": 1989
}, - "description": "Anything",
- "identification": {
- "countryRegistered": "UK",
- "legalAuthority": "Tom",
- "legalForm": "Tom",
- "placeRegistered": "Anything",
- "registrationNumber": "RD232423"
}, - "isSanctioned": true,
- "typeOfControl": "IndividualPersonWithSignificantControl",
- "fullName": "MR TOM T Jack",
- "person": {
- "firstName": "Tom",
- "middleName": null,
- "lastName": "Jack",
- "title": "MR"
}, - "nationality": "British",
- "naturesOfControl": [
- "ownership-of-shares-25-to-50-percent"
], - "notifiedOn": "10-10-2020",
- "principalOfficeAddress": {
- "thoroughfare": "Boston Manor Road",
- "country": "UK",
- "postTown": "BRENTFORD",
- "postcode": "TW8 9JU",
- "buildingNumber": 40,
- "dependentLocality": "Surrey"
}
}
]
}| titleNumber | string <= 10 characters |
Array of objects [ 1 .. 10 ] items | |
Array of Person (object) or Company (object) [ 1 .. 10 ] items | |
OVC (object) or OC1 (object) or Scottish Title Check (object) The full results data from our suppliers. |
{- "clients": [
- {
- "personReference": "Woodburn001",
- "title": "Mrs",
- "firstName": "Lynne",
- "lastName": "Woodburn",
- "isProprietor": true
}, - {
- "personReference": "Smith001",
- "title": "Mr",
- "firstName": "James",
- "lastName": "Smith",
- "isProprietor": false
}
], - "additionalProprietors": [
- {
- "title": "Mrs",
- "firstName": "Nicola",
- "lastName": "Smith"
}
], - "titleNumber": "ABC12345",
- "rawResults": [
- {
- "productType": "ovc",
- "rawResults": { }
}, - {
- "productType": "oc1",
- "rawResults": { }
}, - {
- "productType": "scottishTitleCheck",
- "rawResults": { }
}
]
}object | |
object | |
object | |
| rawResults | object The full results data from our suppliers. |
{- "propertyAddress": {
- "lines": [
- "21 Dovedale Road",
- "Beacon Park",
- "Plymouth"
], - "postcode": "PL2 2RR"
}, - "title": {
- "classOfTitleCode": "Absolute Freehold",
- "titleNumber": "MD111111"
}, - "proprietorship": {
- "currentProprietorshipDate": "2001-11-22T00:00:00.000Z",
- "items": [
- {
- "addresses": [
- {
- "lines": [
- "21 Dovedale Road",
- "Beacon Park",
- "Plymouth"
], - "postcode": "PL2 2RR"
}
], - "name": {
- "firstName": "Lynne",
- "lastName": "Woodburn"
}
}
]
}
}Only a PDF is returned for this product. Results will be null.
null| result | string Enum: "Match" "NoMatch" "PartialMatch" |
object | |
object | |
object | |
object | |
object | |
| ownership | string Enum: "Sole" "Joint" |
| rawResults | object The full results data from our suppliers. |
{- "result": "Match",
- "subjectProperty": {
- "titleNumber": "MD111111",
- "tenure": "Freehold",
- "propertyAddress": {
- "buildingNumber": "21",
- "thoroughfare": "Dovedale Road",
- "postTown": "Plymouth",
- "postcode": "PL2 2RR"
}
}, - "subjectName": {
- "firstName": "Lynne",
- "lastName": "Woodburn"
}, - "firstNameMatch": {
- "typeOfMatch": "Match",
- "matchDetails": [
- {
- "name": "FirstNameDistance",
- "value": true
}, - {
- "name": "FirstNameSound",
- "value": true
}, - {
- "name": "FirstNameInitial",
- "value": true
}, - {
- "name": "FirstNameMiddle",
- "value": false
}
]
}, - "middleNameMatch": {
- "typeOfMatch": "NoMatch",
- "matchDetails": [ ]
}, - "lastNameMatch": {
- "typeOfMatch": "Match",
- "matchDetails": [ ]
}, - "ownership": "Sole"
}| destination | string |
| titleNo | string <= 10 characters |
Array of objects [ 1 .. 10 ] items | |
| rawResults | object The full results data from our suppliers. |
{- "destination": "None",
- "titleNo": "MID12345",
- "proprietors": [
- {
- "firstName": "Lynne",
- "lastName": "Woodburn"
}
]
}Only a PDF is returned for this product. Results will be null.
null| overallStatus | string (overallStatus) Enum: "Pass" "Refer" "PassWarning" "PassOverridden" |
object | |
object | |
Array of objects | |
| rawResults | object The full results data from our suppliers. |
{- "overallStatus": "Pass",
- "livenessVerification": {
- "status": "Pass",
- "hasBeenOverridden": false,
- "remarks": [ ]
}, - "idVerification": {
- "documentType": "Passport",
- "idDocument": {
- "dateChecked": "2023-12-20T13:54:18.135Z",
- "verificationReason": "Reason",
- "facialMatch": true,
- "nameMatch": false,
- "nfcReadStatus": "Passed",
- "firstName": "John",
- "lastName": "Doe",
- "expiryDate": "2024-12-20T13:54:18.135Z"
}, - "status": "Pass",
- "hasBeenOverridden": false,
- "remarks": [ ]
}, - "supportingDocuments": [
- {
- "documentName": "Utility bill",
- "status": "Pass",
- "hasBeenOverridden": false,
- "remarks": [ ]
}
]
}