Skip to content

Checks API

API endpoints for performing KYC (Know Your Customer) and AML (Anti-Money Laundering) checks.

Navigation

Use the table of contents on the right to jump to specific endpoints.


POST /check/kyc/{profileId}

POST
/check/kyc/{profileId}

Authorizations

Bearer

JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'

Type
API Key (header: Authorization)
+
Basic

Basic Authentication with username and password.

Type
HTTP (basic)

Parameters

Path Parameters

profileId*
Type
string
Required

Request Body

JSON
{
"landLine": "string",
"mobile": "string",
"reference": "string",
"person": {
"currentName": {
"title": "string",
"forename": "string",
"otherNames": "string",
"surname": "string",
"suffix": "string",
"additionalProperties": {
"additionalProperties": "string"
}
},
"previousName": {
"title": "string",
"forename": "string",
"otherNames": "string",
"surname": "string",
"suffix": "string",
"additionalProperties": {
"additionalProperties": "string"
}
},
"dateOfBirth": "string",
"gender": 0,
"addresses": {
"current": {
"abodeNo": "string",
"buildingNo": "string",
"buildingName": "string",
"street": "string",
"subStreet": "string",
"city": "string",
"postCode": "string",
"organisation": "string",
"subBuilding": "string",
"district": "string",
"additionalProperties": {
"additionalProperties": "string"
}
},
"previous1": {
"abodeNo": "string",
"buildingNo": "string",
"buildingName": "string",
"street": "string",
"subStreet": "string",
"city": "string",
"postCode": "string",
"organisation": "string",
"subBuilding": "string",
"district": "string",
"additionalProperties": {
"additionalProperties": "string"
}
},
"previous2": {
"abodeNo": "string",
"buildingNo": "string",
"buildingName": "string",
"street": "string",
"subStreet": "string",
"city": "string",
"postCode": "string",
"organisation": "string",
"subBuilding": "string",
"district": "string",
"additionalProperties": {
"additionalProperties": "string"
}
},
"additionalProperties": {
"additionalProperties": "string"
}
},
"additionalProperties": {
"additionalProperties": "string"
}
}
}

Responses

OK

JSON
{
"correlationId": "string",
"uniqueId": "string",
"input": {
"uniqueId": "string",
"common": {
"person": {
"currentName": {
"title": "string",
"forename": "string",
"otherNames": "string",
"surname": "string",
"suffix": "string",
"additionalProperties": {
"additionalProperties": "string"
}
},
"previousName": {
"title": "string",
"forename": "string",
"otherNames": "string",
"surname": "string",
"suffix": "string",
"additionalProperties": {
"additionalProperties": "string"
}
},
"dateOfBirth": "string",
"gender": 0,
"addresses": {
"current": {
"abodeNo": "string",
"buildingNo": "string",
"buildingName": "string",
"street": "string",
"subStreet": "string",
"city": "string",
"postCode": "string",
"organisation": "string",
"subBuilding": "string",
"district": "string",
"additionalProperties": {
"additionalProperties": "string"
}
},
"previous1": {
"abodeNo": "string",
"buildingNo": "string",
"buildingName": "string",
"street": "string",
"subStreet": "string",
"city": "string",
"postCode": "string",
"organisation": "string",
"subBuilding": "string",
"district": "string",
"additionalProperties": {
"additionalProperties": "string"
}
},
"previous2": {
"abodeNo": "string",
"buildingNo": "string",
"buildingName": "string",
"street": "string",
"subStreet": "string",
"city": "string",
"postCode": "string",
"organisation": "string",
"subBuilding": "string",
"district": "string",
"additionalProperties": {
"additionalProperties": "string"
}
},
"additionalProperties": {
"additionalProperties": "string"
}
},
"additionalProperties": {
"additionalProperties": "string"
}
},
"customerId": 0,
"userId": 0,
"reference": "string",
"additionalProperties": {
"additionalProperties": "string"
}
},
"idAml": {
"landlineNumber": 0,
"exDirectory": true,
"isAmlMultiBureau": true,
"additionalProperties": {
"additionalProperties": "string"
}
},
"products": [
"string"
],
"additionalProperties": {
"additionalProperties": "string"
}
},
"common": {
"customerId": 0,
"userId": 0,
"uniqueId": "string",
"searchText": "string",
"reference": "string",
"searchTime": "string",
"additionalProperties": {
"additionalProperties": "string"
}
},
"amlResult": {
"bandText": "string",
"birthIndexMatch": true,
"noRetry": true,
"resultCodes": {
"ukEditedVotersDatabase": {
"id": 0,
"name": "string",
"description": "string",
"address": "string",
"alert": "string",
"dateOfBirth": "string",
"forename": "string",
"surname": "string",
"pass": "string",
"comments": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"match": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"misMatch": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"warning": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"additionalProperties": {
"additionalProperties": "string"
}
},
"ukCreditHeaderAml": {
"id": 0,
"name": "string",
"description": "string",
"address": "string",
"alert": "string",
"dateOfBirth": "string",
"forename": "string",
"surname": "string",
"pass": "string",
"comments": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"match": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"misMatch": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"warning": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"accountsInfo": [
{
"lenderType": "string",
"accounts": 0,
"activeAccounts": 0,
"oldestAccountStartDate": "string",
"youngestAccountStartDate": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"additionalProperties": {
"additionalProperties": "string"
}
},
"ukCreditBureau": {
"id": 0,
"name": "string",
"description": "string",
"address": "string",
"alert": "string",
"dateOfBirth": "string",
"forename": "string",
"surname": "string",
"pass": "string",
"comments": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"match": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"misMatch": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"warning": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"accountsInfo": [
{
"lenderType": "string",
"accounts": 0,
"activeAccounts": 0,
"oldestAccountStartDate": "string",
"youngestAccountStartDate": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"additionalProperties": {
"additionalProperties": "string"
}
},
"combinedDecision": {
"id": 0,
"name": "string",
"description": "string",
"address": "string",
"alert": "string",
"dateOfBirth": "string",
"forename": "string",
"surname": "string",
"pass": "string",
"comments": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"match": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"misMatch": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"warning": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"accountsInfo": [
{
"lenderType": "string",
"accounts": 0,
"activeAccounts": 0,
"oldestAccountStartDate": "string",
"youngestAccountStartDate": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"additionalProperties": {
"additionalProperties": "string"
}
},
"ukNationalIdentityRegister": {
"id": 0,
"name": "string",
"description": "string",
"address": "string",
"alert": "string",
"dateOfBirth": "string",
"forename": "string",
"surname": "string",
"pass": "string",
"comments": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"match": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"misMatch": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"warning": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"additionalProperties": {
"additionalProperties": "string"
}
},
"ukDeceasedPersonDatabase": {
"id": 0,
"name": "string",
"description": "string",
"address": "string",
"alert": "string",
"dateOfBirth": "string",
"forename": "string",
"surname": "string",
"pass": "string",
"comments": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"match": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"misMatch": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"warning": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"additionalProperties": {
"additionalProperties": "string"
}
},
"ukncoa": {
"id": 0,
"name": "string",
"description": "string",
"address": "string",
"alert": "string",
"dateOfBirth": "string",
"forename": "string",
"surname": "string",
"pass": "string",
"comments": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"match": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"misMatch": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"warning": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"additionalProperties": {
"additionalProperties": "string"
}
},
"internationalSanctions": {
"id": 0,
"name": "string",
"description": "string",
"address": "string",
"alert": "string",
"dateOfBirth": "string",
"forename": "string",
"surname": "string",
"pass": "string",
"comments": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"match": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"misMatch": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"warning": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"sanctions": [
{
"detail": {
"aliases": [
"string"
],
"fullName": "string",
"identityInformation": [
],
"addresses": [
{
"city": "string",
"country": "string",
"firstLine": "string",
"region": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"sanctionBodies": [
"string"
],
"dates": [
{
"date": "string",
"dateType": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"additionalProperties": {
"additionalProperties": "string"
}
},
"id": "string",
"score": 0,
"url": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"additionalProperties": {
"additionalProperties": "string"
}
},
"internationalEnhancedPepDatabase": {
"id": 0,
"name": "string",
"description": "string",
"address": "string",
"alert": "string",
"dateOfBirth": "string",
"forename": "string",
"surname": "string",
"pass": "string",
"comments": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"match": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"misMatch": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"warning": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"peps": [
{
"detail": {
"aliases": [
"string"
],
"fullName": "string",
"identityInformation": [
],
"addresses": [
],
"dates": [
],
"tier": 0,
"positions": [
],
"additionalProperties": {
"additionalProperties": "string"
}
},
"id": "string",
"score": 0,
"url": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"additionalProperties": {
"additionalProperties": "string"
}
},
"additionalProperties": {
"additionalProperties": "string"
}
},
"score": 0,
"searchText": "string",
"legacyUniqueID": "string",
"validationID": "string",
"hasAlerts": true,
"success": true,
"creditsIncurred": 0,
"additionalProperties": {
"additionalProperties": "string"
}
},
"errors": {
"additionalProperties": [
]
},
"additionalProperties": {
"additionalProperties": "string"
}
}

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python

GET /checks/aml

GET
/checks/aml

Authorizations

Bearer

JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'

Type
API Key (header: Authorization)
+
Basic

Basic Authentication with username and password.

Type
HTTP (basic)

Parameters

Query Parameters

count
Type
integer
Format
"int32"
Default
10

Responses

OK

JSON
[
{
"id": "string",
"dateOfBirth": "string",
"name": "string",
"type": "string",
"status": "string",
"riskRating": "string",
"threshold": 0,
"assignedUser": "string",
"createdBy": "string",
"createdAt": "string",
"modifiedBy": "string",
"modifiedAt": "string",
"note": "string",
"totalHitCount": 0,
"truePositiveHitsCount": 0,
"falsePositiveHitsCount": 0,
"undecidedHitsCount": 0,
"scheduleId": "string",
"profileId": "string",
"customerId": 0,
"externalId": "string",
"kybCreatedAt": "string"
}
]

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python

GET /checks/kyc

GET
/checks/kyc

Authorizations

Bearer

JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'

Type
API Key (header: Authorization)
+
Basic

Basic Authentication with username and password.

Type
HTTP (basic)

Parameters

Query Parameters

count
Type
integer
Format
"int32"
Default
10

Responses

OK

JSON
[
{
"status": "string",
"riskRating": "string",
"profileId": 0,
"createdAt": "string",
"updatedAt": "string",
"enabled": true,
"searchText": "string",
"additionalJson": "string",
"countryCode": "string",
"name": "string",
"hasAlerts": true,
"uniqueId": "string",
"customerId": 0
}
]

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python

GET /check/kyc/{resultId}

GET
/check/kyc/{resultId}

Authorizations

Bearer

JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'

Type
API Key (header: Authorization)
+
Basic

Basic Authentication with username and password.

Type
HTTP (basic)

Parameters

Path Parameters

resultId*
Type
string
Required

Responses

OK

JSON
{
"resultId": 0,
"correlationId": "string",
"rootUniqueId": "string",
"rootAdditionalJson": "string",
"requestId": 0,
"requestUniqueId": "string",
"requestAdditionalJson": "string",
"commonId": 0,
"commonReference": "string",
"commonAdditionalJson": "string",
"amlCriteriaId": 0,
"isAmlMultiBureau": true,
"amlCriteriaAdditionalJson": "string",
"commonResultId": 0,
"searchTime": "string",
"searchText": "string",
"outputReference": "string",
"commonResultAdditionalJson": "string",
"supplierResultId": 0,
"supplierScore": 0,
"bandText": "string",
"hasAlerts": true,
"success": true,
"creditsIncurred": 0,
"supplierResultAdditionalJson": "string",
"resultCodesJson": "string",
"resultCodes": {
"ukEditedVotersDatabase": {
"id": 0,
"name": "string",
"description": "string",
"address": "string",
"alert": "string",
"dateOfBirth": "string",
"forename": "string",
"surname": "string",
"pass": "string",
"comments": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"match": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"misMatch": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"warning": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"additionalProperties": {
"additionalProperties": "string"
}
},
"ukCreditHeaderAml": {
"id": 0,
"name": "string",
"description": "string",
"address": "string",
"alert": "string",
"dateOfBirth": "string",
"forename": "string",
"surname": "string",
"pass": "string",
"comments": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"match": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"misMatch": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"warning": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"accountsInfo": [
{
"lenderType": "string",
"accounts": 0,
"activeAccounts": 0,
"oldestAccountStartDate": "string",
"youngestAccountStartDate": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"additionalProperties": {
"additionalProperties": "string"
}
},
"ukCreditBureau": {
"id": 0,
"name": "string",
"description": "string",
"address": "string",
"alert": "string",
"dateOfBirth": "string",
"forename": "string",
"surname": "string",
"pass": "string",
"comments": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"match": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"misMatch": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"warning": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"accountsInfo": [
{
"lenderType": "string",
"accounts": 0,
"activeAccounts": 0,
"oldestAccountStartDate": "string",
"youngestAccountStartDate": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"additionalProperties": {
"additionalProperties": "string"
}
},
"combinedDecision": {
"id": 0,
"name": "string",
"description": "string",
"address": "string",
"alert": "string",
"dateOfBirth": "string",
"forename": "string",
"surname": "string",
"pass": "string",
"comments": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"match": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"misMatch": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"warning": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"accountsInfo": [
{
"lenderType": "string",
"accounts": 0,
"activeAccounts": 0,
"oldestAccountStartDate": "string",
"youngestAccountStartDate": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"additionalProperties": {
"additionalProperties": "string"
}
},
"ukNationalIdentityRegister": {
"id": 0,
"name": "string",
"description": "string",
"address": "string",
"alert": "string",
"dateOfBirth": "string",
"forename": "string",
"surname": "string",
"pass": "string",
"comments": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"match": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"misMatch": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"warning": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"additionalProperties": {
"additionalProperties": "string"
}
},
"ukDeceasedPersonDatabase": {
"id": 0,
"name": "string",
"description": "string",
"address": "string",
"alert": "string",
"dateOfBirth": "string",
"forename": "string",
"surname": "string",
"pass": "string",
"comments": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"match": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"misMatch": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"warning": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"additionalProperties": {
"additionalProperties": "string"
}
},
"ukncoa": {
"id": 0,
"name": "string",
"description": "string",
"address": "string",
"alert": "string",
"dateOfBirth": "string",
"forename": "string",
"surname": "string",
"pass": "string",
"comments": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"match": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"misMatch": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"warning": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"additionalProperties": {
"additionalProperties": "string"
}
},
"internationalSanctions": {
"id": 0,
"name": "string",
"description": "string",
"address": "string",
"alert": "string",
"dateOfBirth": "string",
"forename": "string",
"surname": "string",
"pass": "string",
"comments": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"match": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"misMatch": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"warning": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"sanctions": [
{
"detail": {
"aliases": [
"string"
],
"fullName": "string",
"identityInformation": [
],
"addresses": [
{
"city": "string",
"country": "string",
"firstLine": "string",
"region": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"sanctionBodies": [
"string"
],
"dates": [
{
"date": "string",
"dateType": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"additionalProperties": {
"additionalProperties": "string"
}
},
"id": "string",
"score": 0,
"url": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"additionalProperties": {
"additionalProperties": "string"
}
},
"internationalEnhancedPepDatabase": {
"id": 0,
"name": "string",
"description": "string",
"address": "string",
"alert": "string",
"dateOfBirth": "string",
"forename": "string",
"surname": "string",
"pass": "string",
"comments": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"match": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"misMatch": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"warning": [
{
"code": 0,
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"peps": [
{
"detail": {
"aliases": [
"string"
],
"fullName": "string",
"identityInformation": [
],
"addresses": [
],
"dates": [
],
"tier": 0,
"positions": [
],
"additionalProperties": {
"additionalProperties": "string"
}
},
"id": "string",
"score": 0,
"url": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"additionalProperties": {
"additionalProperties": "string"
}
},
"additionalProperties": {
"additionalProperties": "string"
}
},
"profileId": "string",
"productsCsv": "string",
"riskRating": "string",
"status": "string",
"person": {
"personId": 0,
"dateOfBirth": "string",
"gender": 0,
"personAdditionalJson": "string",
"currentNameId": 0,
"currentTitle": "string",
"currentForename": "string",
"currentOtherNames": "string",
"currentSurname": "string",
"currentSuffix": "string",
"previousNameId": 0,
"previousTitle": "string",
"previousForename": "string",
"previousOtherNames": "string",
"previousSurname": "string",
"previousSuffix": "string"
},
"addresses": [
{
"addressId": 0,
"addressListId": 0,
"personId": 0,
"role": "string",
"abodeNo": "string",
"buildingNo": "string",
"buildingName": "string",
"subBuilding": "string",
"subStreet": "string",
"street": "string",
"city": "string",
"district": "string",
"postCode": "string",
"organisation": "string"
}
],
"errors": [
{
"errorId": 0,
"errorKey": "string",
"errorMessageId": 0,
"errorMessage": "string"
}
],
"aiSummary": {
"id": "string",
"success": true,
"response": "string",
"model": "string",
"tokensUsed": 0,
"timestamp": "string"
}
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python

PUT /check/aml/{type}/{id}

PUT
/check/aml/{type}/{id}

Authorizations

Bearer

JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'

Type
API Key (header: Authorization)
+
Basic

Basic Authentication with username and password.

Type
HTTP (basic)

Parameters

Path Parameters

type*
Type
string
Required
id*
Type
string
Required

Request Body

JSON
{
"riskRating": "string",
"status": "string"
}

Responses

OK

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python

PUT /check/decision/{id}/{factor}

PUT
/check/decision/{id}/{factor}

Authorizations

Bearer

JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'

Type
API Key (header: Authorization)
+
Basic

Basic Authentication with username and password.

Type
HTTP (basic)

Parameters

Path Parameters

id*
Type
string
Required
factor*
Type
string
Required

Request Body

JSON
{
"value": "string"
}

Responses

OK

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python

PUT /check/{type}/{id}/{factor}

PUT
/check/{type}/{id}/{factor}

Authorizations

Bearer

JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'

Type
API Key (header: Authorization)
+
Basic

Basic Authentication with username and password.

Type
HTTP (basic)

Parameters

Path Parameters

type*
Type
string
Required
id*
Type
string
Required
factor*
Type
string
Required

Request Body

JSON
{
"value": "string"
}

Responses

OK

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python

POST /check/aml/individual/new

POST
/check/aml/individual/new

Authorizations

Bearer

JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'

Type
API Key (header: Authorization)
+
Basic

Basic Authentication with username and password.

Type
HTTP (basic)

Request Body

JSON
{
"countryCodes": [
"string"
],
"threshold": 0,
"name": "string",
"firstName": "string",
"middleName": "string",
"lastName": "string",
"dateOfBirth": "string",
"gender": 0,
"pepTiers": [
0
],
"datasets": [
"string"
],
"additionalProperties": {
"additionalProperties": "string"
},
"externalId": "string",
"address": {
"type": 0,
"buildingDetails": "string",
"street": "string",
"city": "string",
"region": "string",
"postalCode": "string",
"countryCode": "string",
"description": "string",
"additionalProperties": {
"additionalProperties": "string"
}
},
"email": "string"
}

Responses

OK

JSON
{
"id": "string",
"name": "string",
"countryCodes": [
"string"
],
"threshold": 0,
"type": "string",
"datasets": [
"string"
],
"status": "string",
"riskRating": "string",
"assignedToUserId": 0,
"assignedUser": "string",
"createdById": 0,
"createdBy": "string",
"createdAt": "string",
"modifiedById": 0,
"modifiedBy": "string",
"modifiedAt": "string",
"note": "string",
"totalHitCount": 0,
"truePositiveHitsCount": 0,
"falsePositiveHitsCount": 0,
"undecidedHitsCount": 0,
"firstName": "string",
"middleName": "string",
"lastName": "string",
"gender": "string",
"dateOfBirth": "string",
"pepTiers": [
"string"
],
"scheduleId": "string",
"additionalProperties": {
"additionalProperties": "string"
},
"newProfileId": "string"
}

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python

POST /check/aml/individual/{profileId}

POST
/check/aml/individual/{profileId}

Authorizations

Bearer

JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'

Type
API Key (header: Authorization)
+
Basic

Basic Authentication with username and password.

Type
HTTP (basic)

Parameters

Path Parameters

profileId*
Type
string
Required

Request Body

JSON
{
"countryCodes": [
"string"
],
"threshold": 0,
"name": "string",
"firstName": "string",
"middleName": "string",
"lastName": "string",
"dateOfBirth": "string",
"gender": 0,
"pepTiers": [
0
],
"datasets": [
"string"
],
"additionalProperties": {
"additionalProperties": "string"
}
}

Responses

OK

JSON
{
"totalSize": 0,
"items": [
{
"id": "string",
"name": "string",
"countryCodes": [
"string"
],
"threshold": 0,
"type": "string",
"datasets": [
"string"
],
"status": "string",
"riskRating": "string",
"assignedToUserId": 0,
"assignedUser": "string",
"createdById": 0,
"createdBy": "string",
"createdAt": "string",
"modifiedById": 0,
"modifiedBy": "string",
"modifiedAt": "string",
"note": "string",
"scheduleId": "string",
"totalHitCount": 0,
"truePositiveHitsCount": 0,
"falsePositiveHitsCount": 0,
"undecidedHitsCount": 0,
"firstName": "string",
"middleName": "string",
"lastName": "string",
"gender": "string",
"dateOfBirth": "string",
"pepTiers": [
"string"
],
"additionalProperties": {
"additionalProperties": "string"
}
}
],
"additionalProperties": {
"additionalProperties": "string"
}
}

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python

POST /check/aml/company/{profileId}

POST
/check/aml/company/{profileId}

Authorizations

Bearer

JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'

Type
API Key (header: Authorization)
+
Basic

Basic Authentication with username and password.

Type
HTTP (basic)

Parameters

Path Parameters

profileId*
Type
string
Required

Request Body

JSON
{
"countryCodes": [
"string"
],
"threshold": 0,
"name": "string",
"datasets": [
"string"
],
"additionalProperties": {
"additionalProperties": "string"
}
}

Responses

OK

JSON
{
"id": "string",
"name": "string",
"countryCodes": [
"string"
],
"threshold": 0,
"type": "string",
"datasets": [
"string"
],
"status": "string",
"riskRating": "string",
"assignedToUserId": 0,
"assignedUser": "string",
"createdById": 0,
"createdBy": "string",
"createdAt": "string",
"modifiedById": 0,
"modifiedBy": "string",
"modifiedAt": "string",
"note": "string",
"scheduleId": "string",
"totalHitCount": 0,
"truePositiveHitsCount": 0,
"falsePositiveHitsCount": 0,
"undecidedHitsCount": 0,
"correlationId": "string",
"additionalProperties": {
"additionalProperties": "string"
}
}

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python

GET /check/{type}/{id}

GET
/check/{type}/{id}

Authorizations

Bearer

JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'

Type
API Key (header: Authorization)
+
Basic

Basic Authentication with username and password.

Type
HTTP (basic)

Parameters

Path Parameters

id*
Type
string
Required
type*
Type
string
Required

Responses

OK

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python

GET /checks/{profileId}

GET
/checks/{profileId}

Authorizations

Bearer

JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'

Type
API Key (header: Authorization)
+
Basic

Basic Authentication with username and password.

Type
HTTP (basic)

Parameters

Path Parameters

profileId*
Type
integer
Required
Format
"int32"

Responses

OK

JSON
[
{
"id": "string",
"dateOfBirth": "string",
"name": "string",
"type": "string",
"status": "string",
"riskRating": "string",
"threshold": 0,
"assignedUser": "string",
"createdBy": "string",
"createdAt": "string",
"modifiedBy": "string",
"modifiedAt": "string",
"note": "string",
"totalHitCount": 0,
"truePositiveHitsCount": 0,
"falsePositiveHitsCount": 0,
"undecidedHitsCount": 0,
"scheduleId": "string",
"profileId": "string",
"customerId": 0,
"externalId": "string",
"kybCreatedAt": "string"
}
]

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python

GET /check/{type}/{checkId}/hit/{hitId}

GET
/check/{type}/{checkId}/hit/{hitId}

Authorizations

Bearer

JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'

Type
API Key (header: Authorization)
+
Basic

Basic Authentication with username and password.

Type
HTTP (basic)

Parameters

Path Parameters

type*
Type
string
Required
checkId*
Type
string
Required
hitId*
Type
string
Required

Responses

OK

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python

PUT /check/{type}/{checkId}/hit/{hitId}

PUT
/check/{type}/{checkId}/hit/{hitId}

Authorizations

Bearer

JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'

Type
API Key (header: Authorization)
+
Basic

Basic Authentication with username and password.

Type
HTTP (basic)

Parameters

Path Parameters

type*
Type
string
Required
checkId*
Type
string
Required
hitId*
Type
string
Required

Request Body

JSON
[
]

Responses

OK

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python

POST /check/document/{profileId}

POST
/check/document/{profileId}

Authorizations

Bearer

JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'

Type
API Key (header: Authorization)
+
Basic

Basic Authentication with username and password.

Type
HTTP (basic)

Parameters

Path Parameters

profileId*
Type
integer
Required
Format
"int32"

Request Body

JSON
{
"journeyId": "string",
"userGroupId": "string",
"clientId": "string",
"userId": "string",
"title": "string",
"webhookUrl": "string",
"webhookStepUrl": "string",
"processEntities": [
{
"id": "string",
"emailAddress": "string",
"phoneNumber": "string",
"name": "string",
"firstName": "string",
"middleName": "string",
"surname": "string",
"reference": "string",
"actorId": 0,
"contactViaEmail": true,
"contactViaSms": true,
"inPerson": true,
"contactType": 0,
"dateOfBirth": "string",
"address": {
"addressLine1": "string",
"addressLine2": "string",
"town": "string",
"county": "string",
"postcode": "string"
},
"senderTelephoneNumberId": 0,
"clientAliasName": "string",
"clientAliasLogoBase64": "string"
}
],
"processUsers": [
{
"actorId": 0,
"userId": "string",
"userGroupId": "string",
"clientId": "string",
"contactViaEmail": true,
"contactViaAlert": true,
"contactType": 0
}
],
"defaultFormValues": [
{
"questionId": 0,
"reference": "string",
"value": "string",
"base64File": "string",
"mimeType": "string"
}
],
"skipSendingEntityInvites": true
}

Responses

OK

JSON
{
"title": "string",
"id": "string",
"clientId": "string",
"journeyId": "string",
"dateCreated": "string",
"dateCompleted": "string",
"percentageComplete": 0,
"isComplete": true,
"isReadOnly": true,
"status": 0,
"processTasks": [
{
"id": 0,
"processId": "string",
"status": 0,
"type": 0,
"title": "string",
"dateStarted": "string",
"dateCompleted": "string",
"informationPages": [
{
"id": 0,
"taskId": 0,
"confirmed": true,
"processActorId": 0,
"informationPage": {
"id": 0,
"title": "string",
"isPublic": true,
"requiresConfirmation": true,
"content": "string",
"confirmationMessage": "string",
"additionalConfirmationMessages": [
{
"id": 0,
"informationPageId": 0,
"confirmationMessage": "string"
}
]
}
}
],
"forms": [
{
"id": 0,
"title": "string",
"processTaskId": 0,
"order": 0,
"totalQuestions": 0,
"totalAnswered": 0,
"totalMandatoryQuestions": 0,
"totalMandatoryAnswered": 0,
"totalPendingApproval": 0,
"totalRejected": 0,
"entityForm": {
"id": 0,
"title": "string",
"dateStarted": "string",
"dateCompleted": "string",
"answerUpdateRequired": true,
"submitted": true,
"questions": [
{
"id": 0,
"formQuestionId": 0,
"approvalPerformedBy": "string",
"approvalStatus": 0,
"approvalTimestamp": "string",
"approvalReason": "string",
"rejectMessage": "string",
"validationScore": 0,
"locked": true,
"answers": [
{
"id": 0,
"dateCreated": "string",
"lastUpdated": "string",
"value": "string",
"mimeType": "string",
"optionCode": "string",
"blobReference": "string",
"hasValue": true,
"metaData": {
"additionalProperties": "string"
},
"isDefaultValue": true
}
],
"validations": [
{
"entityFormQuestionId": 0,
"entityFormQuestion": "[Circular Reference]",
"dateCreated": "string",
"approved": true,
"approvalPerformedBy": "string",
"approvalReason": "string",
"rejectMessage": "string",
"validationScore": 0
}
],
"question": "string",
"type": 0,
"mandatory": true,
"description": "string",
"pageNumber": 0,
"order": 0,
"readonly": true,
"confidential": true,
"hiddenOnEdit": true,
"hiddenOnView": true,
"reference": "string",
"autofillTypeId": 0,
"regexExpression": "string",
"regexValidationMessage": "string",
"approvalRequired": true,
"lookupListId": 0,
"lookupList": {
"id": 0,
"name": "string",
"description": "string",
"isPublic": true,
"isActive": true,
"dateCreated": "string",
"lastUpdated": "string",
"options": [
{
"id": 0,
"code": "string",
"value": "string",
"order": 0,
"dateCreated": "string",
"lastUpdated": "string"
}
]
},
"validationScoreRange": "string",
"validationScoreMax": 0,
"mandatoryApprovalComments": true,
"mandatoryRejectionComments": true,
"logicType": 0,
"dataConnectorPropertyId": 0,
"dataConnectorSourceId": 0,
"displayMode": 0,
"documentConfiguration": {
"descriptionRequired": true,
"tagLabel": "string",
"tagRequired": true,
"tagsAllowed": [
{
"name": "string"
}
],
"allowedFileExtensions": [
"string"
]
},
"conditions": [
{
"id": 0,
"formQuestionId": 0,
"enabledOnFormQuestionId": 0,
"enabledOnFormQuestion": {
"id": 0,
"dateCreated": "string",
"lastUpdated": "string",
"question": "string",
"type": 0,
"formVersionId": 0,
"mandatory": true,
"description": "string",
"pageNumber": 0,
"order": 0,
"readonly": true,
"confidential": true,
"hiddenOnEdit": true,
"hiddenOnView": true,
"reference": "string",
"autofillTypeId": 0,
"regexExpression": "string",
"regexValidationMessage": "string",
"approvalRequired": true,
"lookupListId": 0,
"validationScoreRange": "string",
"mandatoryApprovalComments": true,
"mandatoryRejectionComments": true,
"logicType": 0,
"dataConnectorPropertyId": 0,
"dataConnectorSourceId": 0,
"displayMode": 0,
"injectionMode": 0,
"documentConfiguration": {
"descriptionRequired": true,
"tagLabel": "string",
"tagRequired": true,
"tagsAllowed": [
{
"name": "string"
}
],
"allowedFileExtensions": [
"string"
]
},
"conditions": [
{
}
],
"defaultValues": [
{
"id": 0,
"order": 0,
"value": "string",
"optionCode": "string"
}
],
"options": [
{
"id": 0,
"order": 0,
"value": "string",
"code": "string",
"reference": "string"
}
],
"currencies": "string"
},
"enabledOnValue": "string"
}
],
"defaultValues": [
{
"id": 0,
"order": 0,
"value": "string",
"optionCode": "string"
}
],
"options": [
{
"id": 0,
"order": 0,
"value": "string",
"code": "string",
"reference": "string"
}
],
"validationScores": [
0
],
"hasAnswer": true,
"isAnswerable": true,
"isOptionType": true,
"isFileType": true,
"currencies": "string"
}
],
"enabledQuestions": [
{
"id": 0,
"formQuestionId": 0,
"approvalPerformedBy": "string",
"approvalStatus": 0,
"approvalTimestamp": "string",
"approvalReason": "string",
"rejectMessage": "string",
"validationScore": 0,
"locked": true,
"answers": [
{
"id": 0,
"dateCreated": "string",
"lastUpdated": "string",
"value": "string",
"mimeType": "string",
"optionCode": "string",
"blobReference": "string",
"hasValue": true,
"metaData": {
"additionalProperties": "string"
},
"isDefaultValue": true
}
],
"validations": [
{
"entityFormQuestionId": 0,
"entityFormQuestion": "[Circular Reference]",
"dateCreated": "string",
"approved": true,
"approvalPerformedBy": "string",
"approvalReason": "string",
"rejectMessage": "string",
"validationScore": 0
}
],
"question": "string",
"type": 0,
"mandatory": true,
"description": "string",
"pageNumber": 0,
"order": 0,
"readonly": true,
"confidential": true,
"hiddenOnEdit": true,
"hiddenOnView": true,
"reference": "string",
"autofillTypeId": 0,
"regexExpression": "string",
"regexValidationMessage": "string",
"approvalRequired": true,
"lookupListId": 0,
"lookupList": {
"id": 0,
"name": "string",
"description": "string",
"isPublic": true,
"isActive": true,
"dateCreated": "string",
"lastUpdated": "string",
"options": [
{
"id": 0,
"code": "string",
"value": "string",
"order": 0,
"dateCreated": "string",
"lastUpdated": "string"
}
]
},
"validationScoreRange": "string",
"validationScoreMax": 0,
"mandatoryApprovalComments": true,
"mandatoryRejectionComments": true,
"logicType": 0,
"dataConnectorPropertyId": 0,
"dataConnectorSourceId": 0,
"displayMode": 0,
"documentConfiguration": {
"descriptionRequired": true,
"tagLabel": "string",
"tagRequired": true,
"tagsAllowed": [
{
"name": "string"
}
],
"allowedFileExtensions": [
"string"
]
},
"conditions": [
{
"id": 0,
"formQuestionId": 0,
"enabledOnFormQuestionId": 0,
"enabledOnFormQuestion": {
"id": 0,
"dateCreated": "string",
"lastUpdated": "string",
"question": "string",
"type": 0,
"formVersionId": 0,
"mandatory": true,
"description": "string",
"pageNumber": 0,
"order": 0,
"readonly": true,
"confidential": true,
"hiddenOnEdit": true,
"hiddenOnView": true,
"reference": "string",
"autofillTypeId": 0,
"regexExpression": "string",
"regexValidationMessage": "string",
"approvalRequired": true,
"lookupListId": 0,
"validationScoreRange": "string",
"mandatoryApprovalComments": true,
"mandatoryRejectionComments": true,
"logicType": 0,
"dataConnectorPropertyId": 0,
"dataConnectorSourceId": 0,
"displayMode": 0,
"injectionMode": 0,
"documentConfiguration": {
"descriptionRequired": true,
"tagLabel": "string",
"tagRequired": true,
"tagsAllowed": [
{
"name": "string"
}
],
"allowedFileExtensions": [
"string"
]
},
"conditions": [
{
}
],
"defaultValues": [
{
"id": 0,
"order": 0,
"value": "string",
"optionCode": "string"
}
],
"options": [
{
"id": 0,
"order": 0,
"value": "string",
"code": "string",
"reference": "string"
}
],
"currencies": "string"
},
"enabledOnValue": "string"
}
],
"defaultValues": [
{
"id": 0,
"order": 0,
"value": "string",
"optionCode": "string"
}
],
"options": [
{
"id": 0,
"order": 0,
"value": "string",
"code": "string",
"reference": "string"
}
],
"validationScores": [
0
],
"hasAnswer": true,
"isAnswerable": true,
"isOptionType": true,
"isFileType": true,
"currencies": "string"
}
],
"totalQuestions": 0,
"totalAnswered": 0,
"totalMandatoryQuestions": 0,
"totalMandatoryAnswered": 0,
"validationDate": "string",
"validationScore": 0,
"validationScoreMax": 0,
"totalPendingApproval": 0,
"totalRejected": 0,
"isComplete": true,
"isMandatoryComplete": true,
"percentageComplete": 0
},
"processActorId": 0,
"editableByClient": true,
"submitted": true,
"dateCompleted": "string",
"percentageComplete": 0,
"validationScore": 0,
"validationScoreMax": 0
}
],
"tables": [
{
"id": 0,
"title": "string",
"processTaskId": 0,
"processActorId": 0,
"content": {
"canAddRows": true,
"columns": [
{
"order": 0,
"title": "string",
"type": 0,
"isReadonly": true,
"options": [
"string"
]
}
],
"defaultRows": [
{
"title": "string",
"values": [
"string"
]
}
],
"rows": [
{
"title": "string",
"values": [
"string"
]
}
]
},
"editableByClient": true,
"editableByEntity": true,
"order": 0,
"submitted": true,
"totalQuestions": 0,
"totalQuestionsAnswered": 0
}
],
"dataConnectors": [
{
"id": 0,
"processTaskId": 0,
"processActorId": 0,
"dataCheckStatus": 0,
"dataCheckId": 0,
"dataCheck": {
"id": 0,
"entityId": "string",
"dateCreated": "string",
"dataConnectorType": 0,
"title": "string",
"status": 0,
"gbgID3Input": {
"dataCheckId": 0,
"forename": "string",
"middleName": "string",
"surname": "string",
"dateOfBirth": "string",
"addressLine1": "string",
"addressLine2": "string",
"postcode": "string",
"city": "string",
"county": "string",
"country": "string",
"bankAccountSortcode": "string",
"bankAccountNumber": "string"
},
"gbgID3Result": {
"dataCheckId": 0,
"searchId": "string",
"profileName": "string",
"resultText": "string",
"score": 0,
"dataSources": [
{
"resultId": 0,
"name": "string",
"description": "string",
"type": 0,
"country": "string",
"passStatus": 0,
"addressStatus": 0,
"forenameStatus": 0,
"surnameStatus": 0,
"dateOfBirthStatus": 0,
"alertStatus": 0,
"remarks": [
{
"dataSourceId": 0,
"type": 0,
"code": 0,
"description": "string"
}
]
}
],
"peps": [
{
"id": 0,
"resultId": 0,
"status": 0,
"isMismatch": true,
"fullName": "string",
"aliases": [
"string"
],
"addresses": [
"string"
],
"sanctionDates": [
"string"
],
"identityInformation": [
"string"
],
"itemId": "string",
"url": "string",
"score": 0,
"caseId": "string",
"searchId": "string",
"fcraEnabled": true,
"rank": 0,
"actionLog": [
{
"dateCreated": "string",
"previousStatus": 0,
"newStatus": 0,
"userId": "string",
"userName": "string",
"comment": "string"
}
],
"positions": [
"string"
],
"tier": 0
}
],
"sanctions": [
{
"id": 0,
"resultId": 0,
"status": 0,
"isMismatch": true,
"fullName": "string",
"aliases": [
"string"
],
"addresses": [
"string"
],
"sanctionDates": [
"string"
],
"identityInformation": [
"string"
],
"itemId": "string",
"url": "string",
"score": 0,
"caseId": "string",
"searchId": "string",
"fcraEnabled": true,
"rank": 0,
"actionLog": [
{
"dateCreated": "string",
"previousStatus": 0,
"newStatus": 0,
"userId": "string",
"userName": "string",
"comment": "string"
}
],
"sanctionBodies": [
"string"
]
}
]
},
"proofOfOwnershipInput": {
"firstName": "string",
"middleName": "string",
"surname": "string",
"addressLine1": "string",
"addressLine2": "string",
"postcode": "string",
"city": "string"
},
"proofOfOwnershipResult": {
"reference": "string",
"overallResult": 0,
"matches": [
{
"titleNumber": "string",
"firstNameMatch": 0,
"middleNameMatch": 0,
"surnameMatch": 0,
"overallMatch": 0,
"isHistorical": true,
"ownershipType": 0,
"proprietorFrom": "string",
"proprietorTo": "string",
"property": {
"buildingName": "string",
"buildingNumber": "string",
"streetName": "string",
"city": "string",
"postcode": "string",
"subBuildingName": "string",
"tenure": "string"
}
}
],
"files": [
{
"fileId": "string",
"filename": "string",
"titleNumber": "string"
}
],
"titles": [
{
"address": "string",
"tenure": "string",
"titleNumber": "string",
"matchType": 0,
"id": 0,
"status": 0
}
]
},
"acurisInput": {
"threshold": 0,
"firstName": "string",
"middleNames": "string",
"lastName": "string",
"dateOfBirth": "string",
"dateOfBirthMatching": 0,
"datasets": [
0
],
"countries": [
"string"
],
"nameMatching": 0,
"useAllCountries": true,
"useAllPepTiers": true,
"pepTiers": [
0
],
"includeMatchesWithoutDateOfBirth": true
},
"acurisResult": [
{
"id": 0,
"createdDate": "string",
"version": 0,
"resourceId": "string",
"score": 0,
"firstName": "string",
"middleName": "string",
"lastName": "string",
"isDeceased": true,
"dateOfBirth": "string",
"dateOfDeath": "string",
"gender": 0,
"pepTier": 0,
"profileImageBlobReference": "string",
"status": 0,
"reviewByUser": "string",
"reviewDate": "string",
"reviewComments": "string",
"addresses": [
{
"addressType": 0,
"line1": "string",
"line2": "string",
"postcode": "string",
"city": "string",
"county": "string",
"countyAbbrev": "string",
"countryIsoCode": "string"
}
],
"aliases": [
{
"firstName": "string",
"middleName": "string",
"lastName": "string",
"type": 0
}
],
"contactDetails": [
{
"category": 0,
"value": "string"
}
],
"countries": [
"string"
],
"datasets": [
0
],
"disqualifiedDirectors": [
{
"caseReference": "string",
"reason": "string",
"conduct": "string",
"dateFrom": "string",
"dateTo": "string",
"evidences": [
{
"sourceEvidenceId": "string",
"originalUrl": "string",
"isCopyrighted": true,
"title": "string",
"credibility": 0,
"language": "string",
"summary": "string",
"keywords": "string",
"captureDate": "string",
"publicationDate": "string",
"blobReference": "string",
"datasets": [
0
]
}
]
}
],
"identifiers": [
{
"category": "string",
"value": "string"
}
],
"imageBlobReferences": [
"string"
],
"nationalities": [
"string"
],
"peps": [
{
"countryIsoCode": "string",
"segment": "string",
"position": "string",
"dateFrom": "string",
"dateTo": "string",
"evidences": [
{
"sourceEvidenceId": "string",
"originalUrl": "string",
"isCopyrighted": true,
"title": "string",
"credibility": 0,
"language": "string",
"summary": "string",
"keywords": "string",
"captureDate": "string",
"publicationDate": "string",
"blobReference": "string",
"datasets": [
0
]
}
],
"isCurrent": true
}
],
"notes": [
"string"
],
"regulatoryEnforcements": [
{
"category": 0,
"subcategory": "string",
"events": [
{
"type": "string",
"currencyCode": "string",
"amount": 0,
"periodDays": 0,
"periodMonths": 0,
"periodYears": 0,
"evidences": [
{
"sourceEvidenceId": "string",
"originalUrl": "string",
"isCopyrighted": true,
"title": "string",
"credibility": 0,
"language": "string",
"summary": "string",
"keywords": "string",
"captureDate": "string",
"publicationDate": "string",
"blobReference": "string",
"datasets": [
0
]
}
]
}
]
}
],
"reputationalRiskExposures": [
{
"category": "string",
"subcategory": "string",
"events": [
{
"type": "string",
"date": "string",
"evidences": [
{
"sourceEvidenceId": "string",
"originalUrl": "string",
"isCopyrighted": true,
"title": "string",
"credibility": 0,
"language": "string",
"summary": "string",
"keywords": "string",
"captureDate": "string",
"publicationDate": "string",
"blobReference": "string",
"datasets": [
0
]
}
]
}
]
}
],
"sanctions": [
{
"sanctionId": "string",
"regimeBody": "string",
"regimeName": "string",
"regimeOrigin": "string",
"events": [
{
"type": 0,
"date": "string",
"evidences": [
{
"sourceEvidenceId": "string",
"originalUrl": "string",
"isCopyrighted": true,
"title": "string",
"credibility": 0,
"language": "string",
"summary": "string",
"keywords": "string",
"captureDate": "string",
"publicationDate": "string",
"blobReference": "string",
"datasets": [
0
]
}
]
}
],
"measures": [
"string"
],
"isCurrent": true
}
],
"associatedProfiles": [
{
}
],
"profilesOfInterest": [
{
"category": "string",
"positions": [
{
"title": "string",
"segment": "string",
"countryIsoCode": "string",
"dateFrom": "string",
"dateTo": "string"
}
],
"evidences": [
{
"sourceEvidenceId": "string",
"originalUrl": "string",
"isCopyrighted": true,
"title": "string",
"credibility": 0,
"language": "string",
"summary": "string",
"keywords": "string",
"captureDate": "string",
"publicationDate": "string",
"blobReference": "string",
"datasets": [
0
]
}
]
}
]
}
],
"isOnGoingMonitor": true,
"isOnGoingMonitorActive": true,
"onGoingMonitorEndDate": "string",
"dataCheckNotes": [
{
"status": 0,
"noteText": "string",
"createdByUser": "string",
"dateCreated": "string"
}
],
"activeCheckStatus": 0,
"extendedInternationalCheck": {
"identityRisk": {
"worldwideSanctionsRiskStatus": 0,
"politicallyExposedPersonStatus": 0,
"associatePoliticallyExposedPersonStatus": 0,
"specialInterestPersonStatus": 0
},
"sanctionsAndPeps": {
"activityStatus": 0,
"aliasStatus": 0,
"aliasCount": 0,
"addressMatched": true,
"countryOfResidencyStatus": 0,
"countryOfResidencyCount": 0,
"numberOfSourcesStatus": 0,
"numberOfSourcesCount": 0,
"jurisdictionStatus": 0,
"jurisdictionCount": 0,
"hasPhoto": true,
"rolesStatus": 0,
"rolesCount": 0
}
}
},
"attemptCount": 0,
"scheduledRetryCount": 0
}
],
"smsMessages": [
{
"id": 0,
"processTaskId": 0,
"processActorId": 0,
"title": "string",
"status": 0
}
],
"identityVerificationConfig": {
"idScanType": 0,
"nameCheckMethod": 0,
"isPassMandatory": true,
"failRecaptureDocument": true,
"idScanJourney": "string",
"idScanNfcOption": 0,
"captureSelfie": true,
"livenessCheckMethod": 0,
"livenessRetries": 0,
"performIdCheck": true,
"idCheckMethod": 0,
"waitForValidation": true,
"waitForValidationEnum": 0,
"idDocumentTypes": [
0
],
"idDocumentRetries": 0,
"captureNonBiometricDocuments": true,
"includeNonBiometricInformation": true,
"nonBiometricInformation": "string",
"reviewNonBiometricDocuments": true,
"nonBiometricDocumentTypes": [
{
"id": "string",
"type": 0,
"title": "string",
"mandatoryQuantity": 0
}
],
"connectNfcOption": 0,
"pages": [
{
"page": 0,
"title": "string",
"subtitle": "string",
"text": "string",
"buttonText": "string",
"secondaryButtonText": "string",
"hasImage": true,
"base64Image": "string"
}
],
"legislation": 0,
"idvProvider": 0
},
"identityVerifications": [
{
"id": 0,
"processTaskId": 0,
"processActorId": 0,
"status": 0,
"percentageComplete": 0,
"entries": [
{
"id": "string",
"taskId": 0,
"idvId": 0,
"entityId": "string",
"entityName": "string",
"dateCreated": "string",
"hasSelfie": true,
"hasUap": true,
"livenessVerified": true,
"livenessCheckMethod": 0,
"livenessRetryRequired": true,
"livenessVerificationResult": 0,
"verificationReason": "string",
"facialMatchVerificationResult": 0,
"nameCheckVerificationResult": 0,
"verificationResult": 0,
"uapAction": 0,
"idDocumentRetryRequired": true,
"idDocuments": [
{
"id": "string",
"dateCreated": "string",
"idDocumentType": 0,
"facialMatch": true,
"facialMatchVerificationResult": 0,
"firstName": "string",
"middleName": "string",
"surname": "string",
"dateOfBirth": "string",
"documentNumber": "string",
"expiryDate": "string",
"address": "string",
"city": "string",
"postcode": "string",
"countryCode": "string",
"country": "string",
"mrzLine1": "string",
"mrzLine2": "string",
"mrzLine3": "string",
"nameCheckMatched": true,
"nameCheckVerificationResult": 0,
"verifiedBy": "string",
"verificationDate": "string",
"verificationResult": 0,
"verificationReason": "string",
"nfcReadStatus": 0,
"nfcReadDate": "string",
"nfcCheckRequired": true,
"nfcReadingComplete": true,
"visualAnalysisPassed": true,
"visualAnalysisVerificationResult": 0,
"nfcCheckPassed": true,
"nfcCheckVerificationResult": 0,
"nfcHashMatched": true,
"nfcDocumentSigned": true,
"nfcCountrySigned": true,
"backScanStatus": 0,
"uploadedBy": "string",
"scanReference": 0,
"policeRecordAlert": true,
"ageValidation": true,
"compromisedAlert": true,
"repeatAttemptAlert": true,
"dobMatchResult": 0
}
],
"nonBiometricDocuments": [
{
"id": "string",
"title": "string",
"dateCreated": "string",
"verificationResult": 0,
"verificationReason": "string",
"verifiedBy": "string",
"verificationDate": "string",
"isForRtx": true,
"fileType": 0
}
],
"visualAnalysisVerificationResult": 0,
"nfcCheckPerformed": true,
"nfcCheckPassed": true,
"dateRequested": "string",
"verifiedBy": "string",
"verificationDate": "string",
"readOnly": true,
"rtxMethod": 0,
"entityShareCode": {
"id": "string",
"shareCode": "string",
"dateOfBirth": "string",
"comment": "string",
"valid": true,
"faceMatch": true,
"nameMatch": true,
"hasCertificate": true,
"processed": true,
"invalidReason": 0
},
"captureUap": true,
"documentAlreadyUsed": true
}
],
"entityIdvId": 0
}
],
"paths": [
{
"id": 0,
"nextProcessTaskId": 0,
"processTaskDecision": {
"processActorId": 0,
"processTaskId": 0,
"key": "string",
"comparison": 0,
"comparisonValues": [
"string"
]
}
}
],
"esignDocument": {
"id": 0,
"clientId": "string",
"clientName": "string",
"processTaskId": 0,
"templateId": "string",
"name": "string",
"status": 0,
"documentSignatures": [
{
"id": 0,
"processActorId": 0,
"entityId": "string",
"title": "string",
"order": 0,
"requiredToSign": true,
"name": "string",
"signedDate": "string"
}
]
},
"webhooks": [
{
"id": "string",
"method": 0,
"url": "string",
"body": "string",
"expectedStatusCode": 0
}
],
"redirectUrls": [
{
"url": "string",
"target": 0
}
],
"emails": [
{
"id": 0,
"processActorId": 0,
"emailTemplateName": "string",
"recipientFirstName": "string",
"recipientSurname": "string",
"recipientEmail": "string",
"sentDate": "string",
"deliveredDate": "string"
}
],
"openBankingVerifications": [
{
"id": 0,
"processActorId": 0,
"complete": true
}
],
"percentageComplete": 0
}
],
"processActors": [
{
"id": 0,
"title": "string",
"entityId": "string",
"userId": "string",
"userGroupId": "string",
"clientId": "string",
"userName": "string",
"clientName": "string",
"userGroupName": "string",
"entity": {
"id": "string",
"name": "string",
"firstName": "string",
"surname": "string",
"emailAddress": "string",
"phoneNumber": "string",
"registrationCode": "string",
"reference": "string",
"dateOfBirth": "string",
"senderTelephoneNumberId": 0,
"status": 0,
"accountType": 0,
"entityUserId": "string"
},
"contactType": 0,
"emailStatus": 0,
"smsStatus": 0,
"hasBiometricDocuments": true,
"hasNonBiometricDocuments": true
}
],
"webhookUrl": "string",
"description": "string",
"locked": true,
"validationScore": 0,
"validationScoreMax": 0,
"validationDate": "string",
"userGroupName": "string",
"createdByUserName": "string",
"submitType": 0,
"clientName": "string",
"pdfPacks": [
{
"id": 0,
"title": "string"
}
],
"devices": [
{
"processActorId": 0,
"operatingSystem": 0,
"browser": 0
}
]
}

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python

GET /check/document

GET
/check/document

Authorizations

Bearer

JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'

Type
API Key (header: Authorization)
+
Basic

Basic Authentication with username and password.

Type
HTTP (basic)

Parameters

Query Parameters

profileId
Type
integer
Format
"int32"

Responses

OK

JSON
[
{
"id": "string",
"title": "string",
"clientId": "string",
"journeyId": "string",
"dateCreated": "string",
"dateCompleted": "string",
"percentageComplete": 0,
"isComplete": true,
"isReadOnly": true,
"status": "string",
"webhookUrl": "string",
"description": "string",
"locked": true,
"validationScore": 0,
"validationScoreMax": 0,
"validationDate": "string",
"userGroupName": "string",
"createdByUserName": "string",
"submitType": "string",
"tasksCompleted": 0,
"clientName": "string",
"profileId": 0,
"externalId": "string",
"enabled": true,
"customerId": 0
}
]

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python

GET /check/document/{profileId}/{checkId}

GET
/check/document/{profileId}/{checkId}

Authorizations

Bearer

JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'

Type
API Key (header: Authorization)
+
Basic

Basic Authentication with username and password.

Type
HTTP (basic)

Parameters

Path Parameters

profileId*
Type
integer
Required
Format
"int32"
checkId*
Type
string
Required

Responses

OK

JSON
{
"process": {
"title": "string",
"id": "string",
"clientId": "string",
"journeyId": "string",
"dateCreated": "string",
"dateCompleted": "string",
"percentageComplete": 0,
"isComplete": true,
"isReadOnly": true,
"status": 0,
"processTasks": [
{
"id": 0,
"processId": "string",
"status": 0,
"type": 0,
"title": "string",
"dateStarted": "string",
"dateCompleted": "string",
"informationPages": [
{
"id": 0,
"taskId": 0,
"confirmed": true,
"processActorId": 0,
"informationPage": {
"id": 0,
"title": "string",
"isPublic": true,
"requiresConfirmation": true,
"content": "string",
"confirmationMessage": "string",
"additionalConfirmationMessages": [
{
"id": 0,
"informationPageId": 0,
"confirmationMessage": "string"
}
]
}
}
],
"forms": [
{
"id": 0,
"title": "string",
"processTaskId": 0,
"order": 0,
"totalQuestions": 0,
"totalAnswered": 0,
"totalMandatoryQuestions": 0,
"totalMandatoryAnswered": 0,
"totalPendingApproval": 0,
"totalRejected": 0,
"entityForm": {
"id": 0,
"title": "string",
"dateStarted": "string",
"dateCompleted": "string",
"answerUpdateRequired": true,
"submitted": true,
"questions": [
{
"id": 0,
"formQuestionId": 0,
"approvalPerformedBy": "string",
"approvalStatus": 0,
"approvalTimestamp": "string",
"approvalReason": "string",
"rejectMessage": "string",
"validationScore": 0,
"locked": true,
"answers": [
{
"id": 0,
"dateCreated": "string",
"lastUpdated": "string",
"value": "string",
"mimeType": "string",
"optionCode": "string",
"blobReference": "string",
"hasValue": true,
"metaData": {
"additionalProperties": "string"
},
"isDefaultValue": true
}
],
"validations": [
{
"entityFormQuestionId": 0,
"entityFormQuestion": "[Circular Reference]",
"dateCreated": "string",
"approved": true,
"approvalPerformedBy": "string",
"approvalReason": "string",
"rejectMessage": "string",
"validationScore": 0
}
],
"question": "string",
"type": 0,
"mandatory": true,
"description": "string",
"pageNumber": 0,
"order": 0,
"readonly": true,
"confidential": true,
"hiddenOnEdit": true,
"hiddenOnView": true,
"reference": "string",
"autofillTypeId": 0,
"regexExpression": "string",
"regexValidationMessage": "string",
"approvalRequired": true,
"lookupListId": 0,
"lookupList": {
"id": 0,
"name": "string",
"description": "string",
"isPublic": true,
"isActive": true,
"dateCreated": "string",
"lastUpdated": "string",
"options": [
{
"id": 0,
"code": "string",
"value": "string",
"order": 0,
"dateCreated": "string",
"lastUpdated": "string"
}
]
},
"validationScoreRange": "string",
"validationScoreMax": 0,
"mandatoryApprovalComments": true,
"mandatoryRejectionComments": true,
"logicType": 0,
"dataConnectorPropertyId": 0,
"dataConnectorSourceId": 0,
"displayMode": 0,
"documentConfiguration": {
"descriptionRequired": true,
"tagLabel": "string",
"tagRequired": true,
"tagsAllowed": [
{
"name": "string"
}
],
"allowedFileExtensions": [
"string"
]
},
"conditions": [
{
"id": 0,
"formQuestionId": 0,
"enabledOnFormQuestionId": 0,
"enabledOnFormQuestion": {
"id": 0,
"dateCreated": "string",
"lastUpdated": "string",
"question": "string",
"type": 0,
"formVersionId": 0,
"mandatory": true,
"description": "string",
"pageNumber": 0,
"order": 0,
"readonly": true,
"confidential": true,
"hiddenOnEdit": true,
"hiddenOnView": true,
"reference": "string",
"autofillTypeId": 0,
"regexExpression": "string",
"regexValidationMessage": "string",
"approvalRequired": true,
"lookupListId": 0,
"validationScoreRange": "string",
"mandatoryApprovalComments": true,
"mandatoryRejectionComments": true,
"logicType": 0,
"dataConnectorPropertyId": 0,
"dataConnectorSourceId": 0,
"displayMode": 0,
"injectionMode": 0,
"documentConfiguration": {
"descriptionRequired": true,
"tagLabel": "string",
"tagRequired": true,
"tagsAllowed": [
{
"name": "string"
}
],
"allowedFileExtensions": [
"string"
]
},
"conditions": [
{
}
],
"defaultValues": [
{
"id": 0,
"order": 0,
"value": "string",
"optionCode": "string"
}
],
"options": [
{
"id": 0,
"order": 0,
"value": "string",
"code": "string",
"reference": "string"
}
],
"currencies": "string"
},
"enabledOnValue": "string"
}
],
"defaultValues": [
{
"id": 0,
"order": 0,
"value": "string",
"optionCode": "string"
}
],
"options": [
{
"id": 0,
"order": 0,
"value": "string",
"code": "string",
"reference": "string"
}
],
"validationScores": [
0
],
"hasAnswer": true,
"isAnswerable": true,
"isOptionType": true,
"isFileType": true,
"currencies": "string"
}
],
"enabledQuestions": [
{
"id": 0,
"formQuestionId": 0,
"approvalPerformedBy": "string",
"approvalStatus": 0,
"approvalTimestamp": "string",
"approvalReason": "string",
"rejectMessage": "string",
"validationScore": 0,
"locked": true,
"answers": [
{
"id": 0,
"dateCreated": "string",
"lastUpdated": "string",
"value": "string",
"mimeType": "string",
"optionCode": "string",
"blobReference": "string",
"hasValue": true,
"metaData": {
"additionalProperties": "string"
},
"isDefaultValue": true
}
],
"validations": [
{
"entityFormQuestionId": 0,
"entityFormQuestion": "[Circular Reference]",
"dateCreated": "string",
"approved": true,
"approvalPerformedBy": "string",
"approvalReason": "string",
"rejectMessage": "string",
"validationScore": 0
}
],
"question": "string",
"type": 0,
"mandatory": true,
"description": "string",
"pageNumber": 0,
"order": 0,
"readonly": true,
"confidential": true,
"hiddenOnEdit": true,
"hiddenOnView": true,
"reference": "string",
"autofillTypeId": 0,
"regexExpression": "string",
"regexValidationMessage": "string",
"approvalRequired": true,
"lookupListId": 0,
"lookupList": {
"id": 0,
"name": "string",
"description": "string",
"isPublic": true,
"isActive": true,
"dateCreated": "string",
"lastUpdated": "string",
"options": [
{
"id": 0,
"code": "string",
"value": "string",
"order": 0,
"dateCreated": "string",
"lastUpdated": "string"
}
]
},
"validationScoreRange": "string",
"validationScoreMax": 0,
"mandatoryApprovalComments": true,
"mandatoryRejectionComments": true,
"logicType": 0,
"dataConnectorPropertyId": 0,
"dataConnectorSourceId": 0,
"displayMode": 0,
"documentConfiguration": {
"descriptionRequired": true,
"tagLabel": "string",
"tagRequired": true,
"tagsAllowed": [
{
"name": "string"
}
],
"allowedFileExtensions": [
"string"
]
},
"conditions": [
{
"id": 0,
"formQuestionId": 0,
"enabledOnFormQuestionId": 0,
"enabledOnFormQuestion": {
"id": 0,
"dateCreated": "string",
"lastUpdated": "string",
"question": "string",
"type": 0,
"formVersionId": 0,
"mandatory": true,
"description": "string",
"pageNumber": 0,
"order": 0,
"readonly": true,
"confidential": true,
"hiddenOnEdit": true,
"hiddenOnView": true,
"reference": "string",
"autofillTypeId": 0,
"regexExpression": "string",
"regexValidationMessage": "string",
"approvalRequired": true,
"lookupListId": 0,
"validationScoreRange": "string",
"mandatoryApprovalComments": true,
"mandatoryRejectionComments": true,
"logicType": 0,
"dataConnectorPropertyId": 0,
"dataConnectorSourceId": 0,
"displayMode": 0,
"injectionMode": 0,
"documentConfiguration": {
"descriptionRequired": true,
"tagLabel": "string",
"tagRequired": true,
"tagsAllowed": [
{
"name": "string"
}
],
"allowedFileExtensions": [
"string"
]
},
"conditions": [
{
}
],
"defaultValues": [
{
"id": 0,
"order": 0,
"value": "string",
"optionCode": "string"
}
],
"options": [
{
"id": 0,
"order": 0,
"value": "string",
"code": "string",
"reference": "string"
}
],
"currencies": "string"
},
"enabledOnValue": "string"
}
],
"defaultValues": [
{
"id": 0,
"order": 0,
"value": "string",
"optionCode": "string"
}
],
"options": [
{
"id": 0,
"order": 0,
"value": "string",
"code": "string",
"reference": "string"
}
],
"validationScores": [
0
],
"hasAnswer": true,
"isAnswerable": true,
"isOptionType": true,
"isFileType": true,
"currencies": "string"
}
],
"totalQuestions": 0,
"totalAnswered": 0,
"totalMandatoryQuestions": 0,
"totalMandatoryAnswered": 0,
"validationDate": "string",
"validationScore": 0,
"validationScoreMax": 0,
"totalPendingApproval": 0,
"totalRejected": 0,
"isComplete": true,
"isMandatoryComplete": true,
"percentageComplete": 0
},
"processActorId": 0,
"editableByClient": true,
"submitted": true,
"dateCompleted": "string",
"percentageComplete": 0,
"validationScore": 0,
"validationScoreMax": 0
}
],
"tables": [
{
"id": 0,
"title": "string",
"processTaskId": 0,
"processActorId": 0,
"content": {
"canAddRows": true,
"columns": [
{
"order": 0,
"title": "string",
"type": 0,
"isReadonly": true,
"options": [
"string"
]
}
],
"defaultRows": [
{
"title": "string",
"values": [
"string"
]
}
],
"rows": [
{
"title": "string",
"values": [
"string"
]
}
]
},
"editableByClient": true,
"editableByEntity": true,
"order": 0,
"submitted": true,
"totalQuestions": 0,
"totalQuestionsAnswered": 0
}
],
"dataConnectors": [
{
"id": 0,
"processTaskId": 0,
"processActorId": 0,
"dataCheckStatus": 0,
"dataCheckId": 0,
"dataCheck": {
"id": 0,
"entityId": "string",
"dateCreated": "string",
"dataConnectorType": 0,
"title": "string",
"status": 0,
"gbgID3Input": {
"dataCheckId": 0,
"forename": "string",
"middleName": "string",
"surname": "string",
"dateOfBirth": "string",
"addressLine1": "string",
"addressLine2": "string",
"postcode": "string",
"city": "string",
"county": "string",
"country": "string",
"bankAccountSortcode": "string",
"bankAccountNumber": "string"
},
"gbgID3Result": {
"dataCheckId": 0,
"searchId": "string",
"profileName": "string",
"resultText": "string",
"score": 0,
"dataSources": [
{
"resultId": 0,
"name": "string",
"description": "string",
"type": 0,
"country": "string",
"passStatus": 0,
"addressStatus": 0,
"forenameStatus": 0,
"surnameStatus": 0,
"dateOfBirthStatus": 0,
"alertStatus": 0,
"remarks": [
{
"dataSourceId": 0,
"type": 0,
"code": 0,
"description": "string"
}
]
}
],
"peps": [
{
"id": 0,
"resultId": 0,
"status": 0,
"isMismatch": true,
"fullName": "string",
"aliases": [
"string"
],
"addresses": [
"string"
],
"sanctionDates": [
"string"
],
"identityInformation": [
"string"
],
"itemId": "string",
"url": "string",
"score": 0,
"caseId": "string",
"searchId": "string",
"fcraEnabled": true,
"rank": 0,
"actionLog": [
{
"dateCreated": "string",
"previousStatus": 0,
"newStatus": 0,
"userId": "string",
"userName": "string",
"comment": "string"
}
],
"positions": [
"string"
],
"tier": 0
}
],
"sanctions": [
{
"id": 0,
"resultId": 0,
"status": 0,
"isMismatch": true,
"fullName": "string",
"aliases": [
"string"
],
"addresses": [
"string"
],
"sanctionDates": [
"string"
],
"identityInformation": [
"string"
],
"itemId": "string",
"url": "string",
"score": 0,
"caseId": "string",
"searchId": "string",
"fcraEnabled": true,
"rank": 0,
"actionLog": [
{
"dateCreated": "string",
"previousStatus": 0,
"newStatus": 0,
"userId": "string",
"userName": "string",
"comment": "string"
}
],
"sanctionBodies": [
"string"
]
}
]
},
"proofOfOwnershipInput": {
"firstName": "string",
"middleName": "string",
"surname": "string",
"addressLine1": "string",
"addressLine2": "string",
"postcode": "string",
"city": "string"
},
"proofOfOwnershipResult": {
"reference": "string",
"overallResult": 0,
"matches": [
{
"titleNumber": "string",
"firstNameMatch": 0,
"middleNameMatch": 0,
"surnameMatch": 0,
"overallMatch": 0,
"isHistorical": true,
"ownershipType": 0,
"proprietorFrom": "string",
"proprietorTo": "string",
"property": {
"buildingName": "string",
"buildingNumber": "string",
"streetName": "string",
"city": "string",
"postcode": "string",
"subBuildingName": "string",
"tenure": "string"
}
}
],
"files": [
{
"fileId": "string",
"filename": "string",
"titleNumber": "string"
}
],
"titles": [
{
"address": "string",
"tenure": "string",
"titleNumber": "string",
"matchType": 0,
"id": 0,
"status": 0
}
]
},
"acurisInput": {
"threshold": 0,
"firstName": "string",
"middleNames": "string",
"lastName": "string",
"dateOfBirth": "string",
"dateOfBirthMatching": 0,
"datasets": [
0
],
"countries": [
"string"
],
"nameMatching": 0,
"useAllCountries": true,
"useAllPepTiers": true,
"pepTiers": [
0
],
"includeMatchesWithoutDateOfBirth": true
},
"acurisResult": [
{
"id": 0,
"createdDate": "string",
"version": 0,
"resourceId": "string",
"score": 0,
"firstName": "string",
"middleName": "string",
"lastName": "string",
"isDeceased": true,
"dateOfBirth": "string",
"dateOfDeath": "string",
"gender": 0,
"pepTier": 0,
"profileImageBlobReference": "string",
"status": 0,
"reviewByUser": "string",
"reviewDate": "string",
"reviewComments": "string",
"addresses": [
{
"addressType": 0,
"line1": "string",
"line2": "string",
"postcode": "string",
"city": "string",
"county": "string",
"countyAbbrev": "string",
"countryIsoCode": "string"
}
],
"aliases": [
{
"firstName": "string",
"middleName": "string",
"lastName": "string",
"type": 0
}
],
"contactDetails": [
{
"category": 0,
"value": "string"
}
],
"countries": [
"string"
],
"datasets": [
0
],
"disqualifiedDirectors": [
{
"caseReference": "string",
"reason": "string",
"conduct": "string",
"dateFrom": "string",
"dateTo": "string",
"evidences": [
{
"sourceEvidenceId": "string",
"originalUrl": "string",
"isCopyrighted": true,
"title": "string",
"credibility": 0,
"language": "string",
"summary": "string",
"keywords": "string",
"captureDate": "string",
"publicationDate": "string",
"blobReference": "string",
"datasets": [
0
]
}
]
}
],
"identifiers": [
{
"category": "string",
"value": "string"
}
],
"imageBlobReferences": [
"string"
],
"nationalities": [
"string"
],
"peps": [
{
"countryIsoCode": "string",
"segment": "string",
"position": "string",
"dateFrom": "string",
"dateTo": "string",
"evidences": [
{
"sourceEvidenceId": "string",
"originalUrl": "string",
"isCopyrighted": true,
"title": "string",
"credibility": 0,
"language": "string",
"summary": "string",
"keywords": "string",
"captureDate": "string",
"publicationDate": "string",
"blobReference": "string",
"datasets": [
0
]
}
],
"isCurrent": true
}
],
"notes": [
"string"
],
"regulatoryEnforcements": [
{
"category": 0,
"subcategory": "string",
"events": [
{
"type": "string",
"currencyCode": "string",
"amount": 0,
"periodDays": 0,
"periodMonths": 0,
"periodYears": 0,
"evidences": [
{
"sourceEvidenceId": "string",
"originalUrl": "string",
"isCopyrighted": true,
"title": "string",
"credibility": 0,
"language": "string",
"summary": "string",
"keywords": "string",
"captureDate": "string",
"publicationDate": "string",
"blobReference": "string",
"datasets": [
0
]
}
]
}
]
}
],
"reputationalRiskExposures": [
{
"category": "string",
"subcategory": "string",
"events": [
{
"type": "string",
"date": "string",
"evidences": [
{
"sourceEvidenceId": "string",
"originalUrl": "string",
"isCopyrighted": true,
"title": "string",
"credibility": 0,
"language": "string",
"summary": "string",
"keywords": "string",
"captureDate": "string",
"publicationDate": "string",
"blobReference": "string",
"datasets": [
0
]
}
]
}
]
}
],
"sanctions": [
{
"sanctionId": "string",
"regimeBody": "string",
"regimeName": "string",
"regimeOrigin": "string",
"events": [
{
"type": 0,
"date": "string",
"evidences": [
{
"sourceEvidenceId": "string",
"originalUrl": "string",
"isCopyrighted": true,
"title": "string",
"credibility": 0,
"language": "string",
"summary": "string",
"keywords": "string",
"captureDate": "string",
"publicationDate": "string",
"blobReference": "string",
"datasets": [
0
]
}
]
}
],
"measures": [
"string"
],
"isCurrent": true
}
],
"associatedProfiles": [
{
}
],
"profilesOfInterest": [
{
"category": "string",
"positions": [
{
"title": "string",
"segment": "string",
"countryIsoCode": "string",
"dateFrom": "string",
"dateTo": "string"
}
],
"evidences": [
{
"sourceEvidenceId": "string",
"originalUrl": "string",
"isCopyrighted": true,
"title": "string",
"credibility": 0,
"language": "string",
"summary": "string",
"keywords": "string",
"captureDate": "string",
"publicationDate": "string",
"blobReference": "string",
"datasets": [
0
]
}
]
}
]
}
],
"isOnGoingMonitor": true,
"isOnGoingMonitorActive": true,
"onGoingMonitorEndDate": "string",
"dataCheckNotes": [
{
"status": 0,
"noteText": "string",
"createdByUser": "string",
"dateCreated": "string"
}
],
"activeCheckStatus": 0,
"extendedInternationalCheck": {
"identityRisk": {
"worldwideSanctionsRiskStatus": 0,
"politicallyExposedPersonStatus": 0,
"associatePoliticallyExposedPersonStatus": 0,
"specialInterestPersonStatus": 0
},
"sanctionsAndPeps": {
"activityStatus": 0,
"aliasStatus": 0,
"aliasCount": 0,
"addressMatched": true,
"countryOfResidencyStatus": 0,
"countryOfResidencyCount": 0,
"numberOfSourcesStatus": 0,
"numberOfSourcesCount": 0,
"jurisdictionStatus": 0,
"jurisdictionCount": 0,
"hasPhoto": true,
"rolesStatus": 0,
"rolesCount": 0
}
}
},
"attemptCount": 0,
"scheduledRetryCount": 0
}
],
"smsMessages": [
{
"id": 0,
"processTaskId": 0,
"processActorId": 0,
"title": "string",
"status": 0
}
],
"identityVerificationConfig": {
"idScanType": 0,
"nameCheckMethod": 0,
"isPassMandatory": true,
"failRecaptureDocument": true,
"idScanJourney": "string",
"idScanNfcOption": 0,
"captureSelfie": true,
"livenessCheckMethod": 0,
"livenessRetries": 0,
"performIdCheck": true,
"idCheckMethod": 0,
"waitForValidation": true,
"waitForValidationEnum": 0,
"idDocumentTypes": [
0
],
"idDocumentRetries": 0,
"captureNonBiometricDocuments": true,
"includeNonBiometricInformation": true,
"nonBiometricInformation": "string",
"reviewNonBiometricDocuments": true,
"nonBiometricDocumentTypes": [
{
"id": "string",
"type": 0,
"title": "string",
"mandatoryQuantity": 0
}
],
"connectNfcOption": 0,
"pages": [
{
"page": 0,
"title": "string",
"subtitle": "string",
"text": "string",
"buttonText": "string",
"secondaryButtonText": "string",
"hasImage": true,
"base64Image": "string"
}
],
"legislation": 0,
"idvProvider": 0
},
"identityVerifications": [
{
"id": 0,
"processTaskId": 0,
"processActorId": 0,
"status": 0,
"percentageComplete": 0,
"entries": [
{
"id": "string",
"taskId": 0,
"idvId": 0,
"entityId": "string",
"entityName": "string",
"dateCreated": "string",
"hasSelfie": true,
"hasUap": true,
"livenessVerified": true,
"livenessCheckMethod": 0,
"livenessRetryRequired": true,
"livenessVerificationResult": 0,
"verificationReason": "string",
"facialMatchVerificationResult": 0,
"nameCheckVerificationResult": 0,
"verificationResult": 0,
"uapAction": 0,
"idDocumentRetryRequired": true,
"idDocuments": [
{
"id": "string",
"dateCreated": "string",
"idDocumentType": 0,
"facialMatch": true,
"facialMatchVerificationResult": 0,
"firstName": "string",
"middleName": "string",
"surname": "string",
"dateOfBirth": "string",
"documentNumber": "string",
"expiryDate": "string",
"address": "string",
"city": "string",
"postcode": "string",
"countryCode": "string",
"country": "string",
"mrzLine1": "string",
"mrzLine2": "string",
"mrzLine3": "string",
"nameCheckMatched": true,
"nameCheckVerificationResult": 0,
"verifiedBy": "string",
"verificationDate": "string",
"verificationResult": 0,
"verificationReason": "string",
"nfcReadStatus": 0,
"nfcReadDate": "string",
"nfcCheckRequired": true,
"nfcReadingComplete": true,
"visualAnalysisPassed": true,
"visualAnalysisVerificationResult": 0,
"nfcCheckPassed": true,
"nfcCheckVerificationResult": 0,
"nfcHashMatched": true,
"nfcDocumentSigned": true,
"nfcCountrySigned": true,
"backScanStatus": 0,
"uploadedBy": "string",
"scanReference": 0,
"policeRecordAlert": true,
"ageValidation": true,
"compromisedAlert": true,
"repeatAttemptAlert": true,
"dobMatchResult": 0
}
],
"nonBiometricDocuments": [
{
"id": "string",
"title": "string",
"dateCreated": "string",
"verificationResult": 0,
"verificationReason": "string",
"verifiedBy": "string",
"verificationDate": "string",
"isForRtx": true,
"fileType": 0
}
],
"visualAnalysisVerificationResult": 0,
"nfcCheckPerformed": true,
"nfcCheckPassed": true,
"dateRequested": "string",
"verifiedBy": "string",
"verificationDate": "string",
"readOnly": true,
"rtxMethod": 0,
"entityShareCode": {
"id": "string",
"shareCode": "string",
"dateOfBirth": "string",
"comment": "string",
"valid": true,
"faceMatch": true,
"nameMatch": true,
"hasCertificate": true,
"processed": true,
"invalidReason": 0
},
"captureUap": true,
"documentAlreadyUsed": true
}
],
"entityIdvId": 0
}
],
"paths": [
{
"id": 0,
"nextProcessTaskId": 0,
"processTaskDecision": {
"processActorId": 0,
"processTaskId": 0,
"key": "string",
"comparison": 0,
"comparisonValues": [
"string"
]
}
}
],
"esignDocument": {
"id": 0,
"clientId": "string",
"clientName": "string",
"processTaskId": 0,
"templateId": "string",
"name": "string",
"status": 0,
"documentSignatures": [
{
"id": 0,
"processActorId": 0,
"entityId": "string",
"title": "string",
"order": 0,
"requiredToSign": true,
"name": "string",
"signedDate": "string"
}
]
},
"webhooks": [
{
"id": "string",
"method": 0,
"url": "string",
"body": "string",
"expectedStatusCode": 0
}
],
"redirectUrls": [
{
"url": "string",
"target": 0
}
],
"emails": [
{
"id": 0,
"processActorId": 0,
"emailTemplateName": "string",
"recipientFirstName": "string",
"recipientSurname": "string",
"recipientEmail": "string",
"sentDate": "string",
"deliveredDate": "string"
}
],
"openBankingVerifications": [
{
"id": 0,
"processActorId": 0,
"complete": true
}
],
"percentageComplete": 0
}
],
"processActors": [
{
"id": 0,
"title": "string",
"entityId": "string",
"userId": "string",
"userGroupId": "string",
"clientId": "string",
"userName": "string",
"clientName": "string",
"userGroupName": "string",
"entity": {
"id": "string",
"name": "string",
"firstName": "string",
"surname": "string",
"emailAddress": "string",
"phoneNumber": "string",
"registrationCode": "string",
"reference": "string",
"dateOfBirth": "string",
"senderTelephoneNumberId": 0,
"status": 0,
"accountType": 0,
"entityUserId": "string"
},
"contactType": 0,
"emailStatus": 0,
"smsStatus": 0,
"hasBiometricDocuments": true,
"hasNonBiometricDocuments": true
}
],
"webhookUrl": "string",
"description": "string",
"locked": true,
"validationScore": 0,
"validationScoreMax": 0,
"validationDate": "string",
"userGroupName": "string",
"createdByUserName": "string",
"submitType": 0,
"clientName": "string",
"pdfPacks": [
{
"id": 0,
"title": "string"
}
],
"devices": [
{
"processActorId": 0,
"operatingSystem": 0,
"browser": 0
}
]
},
"status": "string",
"riskRating": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python

GET /check/document/{processId}/pdf

GET
/check/document/{processId}/pdf

Authorizations

Bearer

JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'

Type
API Key (header: Authorization)
+
Basic

Basic Authentication with username and password.

Type
HTTP (basic)

Parameters

Path Parameters

processId*
Type
string
Required

Responses

OK

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python

GET /check/document/{entityId}/{entryId}/selfie

GET
/check/document/{entityId}/{entryId}/selfie

Authorizations

Bearer

JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'

Type
API Key (header: Authorization)
+
Basic

Basic Authentication with username and password.

Type
HTTP (basic)

Parameters

Path Parameters

entityId*
Type
string
Required
entryId*
Type
string
Required

Responses

OK

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python

GET /check/document/{entityId}/{entryId}/uap

GET
/check/document/{entityId}/{entryId}/uap

Authorizations

Bearer

JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'

Type
API Key (header: Authorization)
+
Basic

Basic Authentication with username and password.

Type
HTTP (basic)

Parameters

Path Parameters

entityId*
Type
string
Required
entryId*
Type
string
Required

Responses

OK

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python

GET /check/document/{entityId}/{entryId}/{idDocumentId}/id-documents/{side}

GET
/check/document/{entityId}/{entryId}/{idDocumentId}/id-documents/{side}

Authorizations

Bearer

JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'

Type
API Key (header: Authorization)
+
Basic

Basic Authentication with username and password.

Type
HTTP (basic)

Parameters

Path Parameters

entityId*
Type
string
Required
entryId*
Type
string
Required
idDocumentId*
Type
string
Required
side*
Type
string
Required

Responses

OK

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python

POST /check/document/{checkId}/resend

POST
/check/document/{checkId}/resend

Authorizations

Bearer

JWT Authorization header using the Bearer scheme. \r\n\r\n
Enter 'Bearer' [space] and then your token in the text input below.
\r\n\r\nExample: 'Bearer 12345abcdef'

Type
API Key (header: Authorization)
+
Basic

Basic Authentication with username and password.

Type
HTTP (basic)

Parameters

Path Parameters

checkId*
Type
string
Required
Format
"uuid"

Request Body

JSON
{
"title": "string",
"id": "string",
"clientId": "string",
"journeyId": "string",
"dateCreated": "string",
"dateCompleted": "string",
"percentageComplete": 0,
"isComplete": true,
"isReadOnly": true,
"status": 0,
"processTasks": [
{
"id": 0,
"processId": "string",
"status": 0,
"type": 0,
"title": "string",
"dateStarted": "string",
"dateCompleted": "string",
"informationPages": [
{
"id": 0,
"taskId": 0,
"confirmed": true,
"processActorId": 0,
"informationPage": {
"id": 0,
"title": "string",
"isPublic": true,
"requiresConfirmation": true,
"content": "string",
"confirmationMessage": "string",
"additionalConfirmationMessages": [
{
"id": 0,
"informationPageId": 0,
"confirmationMessage": "string"
}
]
}
}
],
"forms": [
{
"id": 0,
"title": "string",
"processTaskId": 0,
"order": 0,
"totalQuestions": 0,
"totalAnswered": 0,
"totalMandatoryQuestions": 0,
"totalMandatoryAnswered": 0,
"totalPendingApproval": 0,
"totalRejected": 0,
"entityForm": {
"id": 0,
"title": "string",
"dateStarted": "string",
"dateCompleted": "string",
"answerUpdateRequired": true,
"submitted": true,
"questions": [
{
"id": 0,
"formQuestionId": 0,
"approvalPerformedBy": "string",
"approvalStatus": 0,
"approvalTimestamp": "string",
"approvalReason": "string",
"rejectMessage": "string",
"validationScore": 0,
"locked": true,
"answers": [
{
"id": 0,
"dateCreated": "string",
"lastUpdated": "string",
"value": "string",
"mimeType": "string",
"optionCode": "string",
"blobReference": "string",
"hasValue": true,
"metaData": {
"additionalProperties": "string"
},
"isDefaultValue": true
}
],
"validations": [
{
"entityFormQuestionId": 0,
"entityFormQuestion": "[Circular Reference]",
"dateCreated": "string",
"approved": true,
"approvalPerformedBy": "string",
"approvalReason": "string",
"rejectMessage": "string",
"validationScore": 0
}
],
"question": "string",
"type": 0,
"mandatory": true,
"description": "string",
"pageNumber": 0,
"order": 0,
"readonly": true,
"confidential": true,
"hiddenOnEdit": true,
"hiddenOnView": true,
"reference": "string",
"autofillTypeId": 0,
"regexExpression": "string",
"regexValidationMessage": "string",
"approvalRequired": true,
"lookupListId": 0,
"lookupList": {
"id": 0,
"name": "string",
"description": "string",
"isPublic": true,
"isActive": true,
"dateCreated": "string",
"lastUpdated": "string",
"options": [
{
"id": 0,
"code": "string",
"value": "string",
"order": 0,
"dateCreated": "string",
"lastUpdated": "string"
}
]
},
"validationScoreRange": "string",
"validationScoreMax": 0,
"mandatoryApprovalComments": true,
"mandatoryRejectionComments": true,
"logicType": 0,
"dataConnectorPropertyId": 0,
"dataConnectorSourceId": 0,
"displayMode": 0,
"documentConfiguration": {
"descriptionRequired": true,
"tagLabel": "string",
"tagRequired": true,
"tagsAllowed": [
{
"name": "string"
}
],
"allowedFileExtensions": [
"string"
]
},
"conditions": [
{
"id": 0,
"formQuestionId": 0,
"enabledOnFormQuestionId": 0,
"enabledOnFormQuestion": {
"id": 0,
"dateCreated": "string",
"lastUpdated": "string",
"question": "string",
"type": 0,
"formVersionId": 0,
"mandatory": true,
"description": "string",
"pageNumber": 0,
"order": 0,
"readonly": true,
"confidential": true,
"hiddenOnEdit": true,
"hiddenOnView": true,
"reference": "string",
"autofillTypeId": 0,
"regexExpression": "string",
"regexValidationMessage": "string",
"approvalRequired": true,
"lookupListId": 0,
"validationScoreRange": "string",
"mandatoryApprovalComments": true,
"mandatoryRejectionComments": true,
"logicType": 0,
"dataConnectorPropertyId": 0,
"dataConnectorSourceId": 0,
"displayMode": 0,
"injectionMode": 0,
"documentConfiguration": {
"descriptionRequired": true,
"tagLabel": "string",
"tagRequired": true,
"tagsAllowed": [
{
"name": "string"
}
],
"allowedFileExtensions": [
"string"
]
},
"conditions": [
{
}
],
"defaultValues": [
{
"id": 0,
"order": 0,
"value": "string",
"optionCode": "string"
}
],
"options": [
{
"id": 0,
"order": 0,
"value": "string",
"code": "string",
"reference": "string"
}
],
"currencies": "string"
},
"enabledOnValue": "string"
}
],
"defaultValues": [
{
"id": 0,
"order": 0,
"value": "string",
"optionCode": "string"
}
],
"options": [
{
"id": 0,
"order": 0,
"value": "string",
"code": "string",
"reference": "string"
}
],
"validationScores": [
0
],
"hasAnswer": true,
"isAnswerable": true,
"isOptionType": true,
"isFileType": true,
"currencies": "string"
}
],
"enabledQuestions": [
{
"id": 0,
"formQuestionId": 0,
"approvalPerformedBy": "string",
"approvalStatus": 0,
"approvalTimestamp": "string",
"approvalReason": "string",
"rejectMessage": "string",
"validationScore": 0,
"locked": true,
"answers": [
{
"id": 0,
"dateCreated": "string",
"lastUpdated": "string",
"value": "string",
"mimeType": "string",
"optionCode": "string",
"blobReference": "string",
"hasValue": true,
"metaData": {
"additionalProperties": "string"
},
"isDefaultValue": true
}
],
"validations": [
{
"entityFormQuestionId": 0,
"entityFormQuestion": "[Circular Reference]",
"dateCreated": "string",
"approved": true,
"approvalPerformedBy": "string",
"approvalReason": "string",
"rejectMessage": "string",
"validationScore": 0
}
],
"question": "string",
"type": 0,
"mandatory": true,
"description": "string",
"pageNumber": 0,
"order": 0,
"readonly": true,
"confidential": true,
"hiddenOnEdit": true,
"hiddenOnView": true,
"reference": "string",
"autofillTypeId": 0,
"regexExpression": "string",
"regexValidationMessage": "string",
"approvalRequired": true,
"lookupListId": 0,
"lookupList": {
"id": 0,
"name": "string",
"description": "string",
"isPublic": true,
"isActive": true,
"dateCreated": "string",
"lastUpdated": "string",
"options": [
{
"id": 0,
"code": "string",
"value": "string",
"order": 0,
"dateCreated": "string",
"lastUpdated": "string"
}
]
},
"validationScoreRange": "string",
"validationScoreMax": 0,
"mandatoryApprovalComments": true,
"mandatoryRejectionComments": true,
"logicType": 0,
"dataConnectorPropertyId": 0,
"dataConnectorSourceId": 0,
"displayMode": 0,
"documentConfiguration": {
"descriptionRequired": true,
"tagLabel": "string",
"tagRequired": true,
"tagsAllowed": [
{
"name": "string"
}
],
"allowedFileExtensions": [
"string"
]
},
"conditions": [
{
"id": 0,
"formQuestionId": 0,
"enabledOnFormQuestionId": 0,
"enabledOnFormQuestion": {
"id": 0,
"dateCreated": "string",
"lastUpdated": "string",
"question": "string",
"type": 0,
"formVersionId": 0,
"mandatory": true,
"description": "string",
"pageNumber": 0,
"order": 0,
"readonly": true,
"confidential": true,
"hiddenOnEdit": true,
"hiddenOnView": true,
"reference": "string",
"autofillTypeId": 0,
"regexExpression": "string",
"regexValidationMessage": "string",
"approvalRequired": true,
"lookupListId": 0,
"validationScoreRange": "string",
"mandatoryApprovalComments": true,
"mandatoryRejectionComments": true,
"logicType": 0,
"dataConnectorPropertyId": 0,
"dataConnectorSourceId": 0,
"displayMode": 0,
"injectionMode": 0,
"documentConfiguration": {
"descriptionRequired": true,
"tagLabel": "string",
"tagRequired": true,
"tagsAllowed": [
{
"name": "string"
}
],
"allowedFileExtensions": [
"string"
]
},
"conditions": [
{
}
],
"defaultValues": [
{
"id": 0,
"order": 0,
"value": "string",
"optionCode": "string"
}
],
"options": [
{
"id": 0,
"order": 0,
"value": "string",
"code": "string",
"reference": "string"
}
],
"currencies": "string"
},
"enabledOnValue": "string"
}
],
"defaultValues": [
{
"id": 0,
"order": 0,
"value": "string",
"optionCode": "string"
}
],
"options": [
{
"id": 0,
"order": 0,
"value": "string",
"code": "string",
"reference": "string"
}
],
"validationScores": [
0
],
"hasAnswer": true,
"isAnswerable": true,
"isOptionType": true,
"isFileType": true,
"currencies": "string"
}
],
"totalQuestions": 0,
"totalAnswered": 0,
"totalMandatoryQuestions": 0,
"totalMandatoryAnswered": 0,
"validationDate": "string",
"validationScore": 0,
"validationScoreMax": 0,
"totalPendingApproval": 0,
"totalRejected": 0,
"isComplete": true,
"isMandatoryComplete": true,
"percentageComplete": 0
},
"processActorId": 0,
"editableByClient": true,
"submitted": true,
"dateCompleted": "string",
"percentageComplete": 0,
"validationScore": 0,
"validationScoreMax": 0
}
],
"tables": [
{
"id": 0,
"title": "string",
"processTaskId": 0,
"processActorId": 0,
"content": {
"canAddRows": true,
"columns": [
{
"order": 0,
"title": "string",
"type": 0,
"isReadonly": true,
"options": [
"string"
]
}
],
"defaultRows": [
{
"title": "string",
"values": [
"string"
]
}
],
"rows": [
{
"title": "string",
"values": [
"string"
]
}
]
},
"editableByClient": true,
"editableByEntity": true,
"order": 0,
"submitted": true,
"totalQuestions": 0,
"totalQuestionsAnswered": 0
}
],
"dataConnectors": [
{
"id": 0,
"processTaskId": 0,
"processActorId": 0,
"dataCheckStatus": 0,
"dataCheckId": 0,
"dataCheck": {
"id": 0,
"entityId": "string",
"dateCreated": "string",
"dataConnectorType": 0,
"title": "string",
"status": 0,
"gbgID3Input": {
"dataCheckId": 0,
"forename": "string",
"middleName": "string",
"surname": "string",
"dateOfBirth": "string",
"addressLine1": "string",
"addressLine2": "string",
"postcode": "string",
"city": "string",
"county": "string",
"country": "string",
"bankAccountSortcode": "string",
"bankAccountNumber": "string"
},
"gbgID3Result": {
"dataCheckId": 0,
"searchId": "string",
"profileName": "string",
"resultText": "string",
"score": 0,
"dataSources": [
{
"resultId": 0,
"name": "string",
"description": "string",
"type": 0,
"country": "string",
"passStatus": 0,
"addressStatus": 0,
"forenameStatus": 0,
"surnameStatus": 0,
"dateOfBirthStatus": 0,
"alertStatus": 0,
"remarks": [
{
"dataSourceId": 0,
"type": 0,
"code": 0,
"description": "string"
}
]
}
],
"peps": [
{
"id": 0,
"resultId": 0,
"status": 0,
"isMismatch": true,
"fullName": "string",
"aliases": [
"string"
],
"addresses": [
"string"
],
"sanctionDates": [
"string"
],
"identityInformation": [
"string"
],
"itemId": "string",
"url": "string",
"score": 0,
"caseId": "string",
"searchId": "string",
"fcraEnabled": true,
"rank": 0,
"actionLog": [
{
"dateCreated": "string",
"previousStatus": 0,
"newStatus": 0,
"userId": "string",
"userName": "string",
"comment": "string"
}
],
"positions": [
"string"
],
"tier": 0
}
],
"sanctions": [
{
"id": 0,
"resultId": 0,
"status": 0,
"isMismatch": true,
"fullName": "string",
"aliases": [
"string"
],
"addresses": [
"string"
],
"sanctionDates": [
"string"
],
"identityInformation": [
"string"
],
"itemId": "string",
"url": "string",
"score": 0,
"caseId": "string",
"searchId": "string",
"fcraEnabled": true,
"rank": 0,
"actionLog": [
{
"dateCreated": "string",
"previousStatus": 0,
"newStatus": 0,
"userId": "string",
"userName": "string",
"comment": "string"
}
],
"sanctionBodies": [
"string"
]
}
]
},
"proofOfOwnershipInput": {
"firstName": "string",
"middleName": "string",
"surname": "string",
"addressLine1": "string",
"addressLine2": "string",
"postcode": "string",
"city": "string"
},
"proofOfOwnershipResult": {
"reference": "string",
"overallResult": 0,
"matches": [
{
"titleNumber": "string",
"firstNameMatch": 0,
"middleNameMatch": 0,
"surnameMatch": 0,
"overallMatch": 0,
"isHistorical": true,
"ownershipType": 0,
"proprietorFrom": "string",
"proprietorTo": "string",
"property": {
"buildingName": "string",
"buildingNumber": "string",
"streetName": "string",
"city": "string",
"postcode": "string",
"subBuildingName": "string",
"tenure": "string"
}
}
],
"files": [
{
"fileId": "string",
"filename": "string",
"titleNumber": "string"
}
],
"titles": [
{
"address": "string",
"tenure": "string",
"titleNumber": "string",
"matchType": 0,
"id": 0,
"status": 0
}
]
},
"acurisInput": {
"threshold": 0,
"firstName": "string",
"middleNames": "string",
"lastName": "string",
"dateOfBirth": "string",
"dateOfBirthMatching": 0,
"datasets": [
0
],
"countries": [
"string"
],
"nameMatching": 0,
"useAllCountries": true,
"useAllPepTiers": true,
"pepTiers": [
0
],
"includeMatchesWithoutDateOfBirth": true
},
"acurisResult": [
{
"id": 0,
"createdDate": "string",
"version": 0,
"resourceId": "string",
"score": 0,
"firstName": "string",
"middleName": "string",
"lastName": "string",
"isDeceased": true,
"dateOfBirth": "string",
"dateOfDeath": "string",
"gender": 0,
"pepTier": 0,
"profileImageBlobReference": "string",
"status": 0,
"reviewByUser": "string",
"reviewDate": "string",
"reviewComments": "string",
"addresses": [
{
"addressType": 0,
"line1": "string",
"line2": "string",
"postcode": "string",
"city": "string",
"county": "string",
"countyAbbrev": "string",
"countryIsoCode": "string"
}
],
"aliases": [
{
"firstName": "string",
"middleName": "string",
"lastName": "string",
"type": 0
}
],
"contactDetails": [
{
"category": 0,
"value": "string"
}
],
"countries": [
"string"
],
"datasets": [
0
],
"disqualifiedDirectors": [
{
"caseReference": "string",
"reason": "string",
"conduct": "string",
"dateFrom": "string",
"dateTo": "string",
"evidences": [
{
"sourceEvidenceId": "string",
"originalUrl": "string",
"isCopyrighted": true,
"title": "string",
"credibility": 0,
"language": "string",
"summary": "string",
"keywords": "string",
"captureDate": "string",
"publicationDate": "string",
"blobReference": "string",
"datasets": [
0
]
}
]
}
],
"identifiers": [
{
"category": "string",
"value": "string"
}
],
"imageBlobReferences": [
"string"
],
"nationalities": [
"string"
],
"peps": [
{
"countryIsoCode": "string",
"segment": "string",
"position": "string",
"dateFrom": "string",
"dateTo": "string",
"evidences": [
{
"sourceEvidenceId": "string",
"originalUrl": "string",
"isCopyrighted": true,
"title": "string",
"credibility": 0,
"language": "string",
"summary": "string",
"keywords": "string",
"captureDate": "string",
"publicationDate": "string",
"blobReference": "string",
"datasets": [
0
]
}
],
"isCurrent": true
}
],
"notes": [
"string"
],
"regulatoryEnforcements": [
{
"category": 0,
"subcategory": "string",
"events": [
{
"type": "string",
"currencyCode": "string",
"amount": 0,
"periodDays": 0,
"periodMonths": 0,
"periodYears": 0,
"evidences": [
{
"sourceEvidenceId": "string",
"originalUrl": "string",
"isCopyrighted": true,
"title": "string",
"credibility": 0,
"language": "string",
"summary": "string",
"keywords": "string",
"captureDate": "string",
"publicationDate": "string",
"blobReference": "string",
"datasets": [
0
]
}
]
}
]
}
],
"reputationalRiskExposures": [
{
"category": "string",
"subcategory": "string",
"events": [
{
"type": "string",
"date": "string",
"evidences": [
{
"sourceEvidenceId": "string",
"originalUrl": "string",
"isCopyrighted": true,
"title": "string",
"credibility": 0,
"language": "string",
"summary": "string",
"keywords": "string",
"captureDate": "string",
"publicationDate": "string",
"blobReference": "string",
"datasets": [
0
]
}
]
}
]
}
],
"sanctions": [
{
"sanctionId": "string",
"regimeBody": "string",
"regimeName": "string",
"regimeOrigin": "string",
"events": [
{
"type": 0,
"date": "string",
"evidences": [
{
"sourceEvidenceId": "string",
"originalUrl": "string",
"isCopyrighted": true,
"title": "string",
"credibility": 0,
"language": "string",
"summary": "string",
"keywords": "string",
"captureDate": "string",
"publicationDate": "string",
"blobReference": "string",
"datasets": [
0
]
}
]
}
],
"measures": [
"string"
],
"isCurrent": true
}
],
"associatedProfiles": [
{
}
],
"profilesOfInterest": [
{
"category": "string",
"positions": [
{
"title": "string",
"segment": "string",
"countryIsoCode": "string",
"dateFrom": "string",
"dateTo": "string"
}
],
"evidences": [
{
"sourceEvidenceId": "string",
"originalUrl": "string",
"isCopyrighted": true,
"title": "string",
"credibility": 0,
"language": "string",
"summary": "string",
"keywords": "string",
"captureDate": "string",
"publicationDate": "string",
"blobReference": "string",
"datasets": [
0
]
}
]
}
]
}
],
"isOnGoingMonitor": true,
"isOnGoingMonitorActive": true,
"onGoingMonitorEndDate": "string",
"dataCheckNotes": [
{
"status": 0,
"noteText": "string",
"createdByUser": "string",
"dateCreated": "string"
}
],
"activeCheckStatus": 0,
"extendedInternationalCheck": {
"identityRisk": {
"worldwideSanctionsRiskStatus": 0,
"politicallyExposedPersonStatus": 0,
"associatePoliticallyExposedPersonStatus": 0,
"specialInterestPersonStatus": 0
},
"sanctionsAndPeps": {
"activityStatus": 0,
"aliasStatus": 0,
"aliasCount": 0,
"addressMatched": true,
"countryOfResidencyStatus": 0,
"countryOfResidencyCount": 0,
"numberOfSourcesStatus": 0,
"numberOfSourcesCount": 0,
"jurisdictionStatus": 0,
"jurisdictionCount": 0,
"hasPhoto": true,
"rolesStatus": 0,
"rolesCount": 0
}
}
},
"attemptCount": 0,
"scheduledRetryCount": 0
}
],
"smsMessages": [
{
"id": 0,
"processTaskId": 0,
"processActorId": 0,
"title": "string",
"status": 0
}
],
"identityVerificationConfig": {
"idScanType": 0,
"nameCheckMethod": 0,
"isPassMandatory": true,
"failRecaptureDocument": true,
"idScanJourney": "string",
"idScanNfcOption": 0,
"captureSelfie": true,
"livenessCheckMethod": 0,
"livenessRetries": 0,
"performIdCheck": true,
"idCheckMethod": 0,
"waitForValidation": true,
"waitForValidationEnum": 0,
"idDocumentTypes": [
0
],
"idDocumentRetries": 0,
"captureNonBiometricDocuments": true,
"includeNonBiometricInformation": true,
"nonBiometricInformation": "string",
"reviewNonBiometricDocuments": true,
"nonBiometricDocumentTypes": [
{
"id": "string",
"type": 0,
"title": "string",
"mandatoryQuantity": 0
}
],
"connectNfcOption": 0,
"pages": [
{
"page": 0,
"title": "string",
"subtitle": "string",
"text": "string",
"buttonText": "string",
"secondaryButtonText": "string",
"hasImage": true,
"base64Image": "string"
}
],
"legislation": 0,
"idvProvider": 0
},
"identityVerifications": [
{
"id": 0,
"processTaskId": 0,
"processActorId": 0,
"status": 0,
"percentageComplete": 0,
"entries": [
{
"id": "string",
"taskId": 0,
"idvId": 0,
"entityId": "string",
"entityName": "string",
"dateCreated": "string",
"hasSelfie": true,
"hasUap": true,
"livenessVerified": true,
"livenessCheckMethod": 0,
"livenessRetryRequired": true,
"livenessVerificationResult": 0,
"verificationReason": "string",
"facialMatchVerificationResult": 0,
"nameCheckVerificationResult": 0,
"verificationResult": 0,
"uapAction": 0,
"idDocumentRetryRequired": true,
"idDocuments": [
{
"id": "string",
"dateCreated": "string",
"idDocumentType": 0,
"facialMatch": true,
"facialMatchVerificationResult": 0,
"firstName": "string",
"middleName": "string",
"surname": "string",
"dateOfBirth": "string",
"documentNumber": "string",
"expiryDate": "string",
"address": "string",
"city": "string",
"postcode": "string",
"countryCode": "string",
"country": "string",
"mrzLine1": "string",
"mrzLine2": "string",
"mrzLine3": "string",
"nameCheckMatched": true,
"nameCheckVerificationResult": 0,
"verifiedBy": "string",
"verificationDate": "string",
"verificationResult": 0,
"verificationReason": "string",
"nfcReadStatus": 0,
"nfcReadDate": "string",
"nfcCheckRequired": true,
"nfcReadingComplete": true,
"visualAnalysisPassed": true,
"visualAnalysisVerificationResult": 0,
"nfcCheckPassed": true,
"nfcCheckVerificationResult": 0,
"nfcHashMatched": true,
"nfcDocumentSigned": true,
"nfcCountrySigned": true,
"backScanStatus": 0,
"uploadedBy": "string",
"scanReference": 0,
"policeRecordAlert": true,
"ageValidation": true,
"compromisedAlert": true,
"repeatAttemptAlert": true,
"dobMatchResult": 0
}
],
"nonBiometricDocuments": [
{
"id": "string",
"title": "string",
"dateCreated": "string",
"verificationResult": 0,
"verificationReason": "string",
"verifiedBy": "string",
"verificationDate": "string",
"isForRtx": true,
"fileType": 0
}
],
"visualAnalysisVerificationResult": 0,
"nfcCheckPerformed": true,
"nfcCheckPassed": true,
"dateRequested": "string",
"verifiedBy": "string",
"verificationDate": "string",
"readOnly": true,
"rtxMethod": 0,
"entityShareCode": {
"id": "string",
"shareCode": "string",
"dateOfBirth": "string",
"comment": "string",
"valid": true,
"faceMatch": true,
"nameMatch": true,
"hasCertificate": true,
"processed": true,
"invalidReason": 0
},
"captureUap": true,
"documentAlreadyUsed": true
}
],
"entityIdvId": 0
}
],
"paths": [
{
"id": 0,
"nextProcessTaskId": 0,
"processTaskDecision": {
"processActorId": 0,
"processTaskId": 0,
"key": "string",
"comparison": 0,
"comparisonValues": [
"string"
]
}
}
],
"esignDocument": {
"id": 0,
"clientId": "string",
"clientName": "string",
"processTaskId": 0,
"templateId": "string",
"name": "string",
"status": 0,
"documentSignatures": [
{
"id": 0,
"processActorId": 0,
"entityId": "string",
"title": "string",
"order": 0,
"requiredToSign": true,
"name": "string",
"signedDate": "string"
}
]
},
"webhooks": [
{
"id": "string",
"method": 0,
"url": "string",
"body": "string",
"expectedStatusCode": 0
}
],
"redirectUrls": [
{
"url": "string",
"target": 0
}
],
"emails": [
{
"id": 0,
"processActorId": 0,
"emailTemplateName": "string",
"recipientFirstName": "string",
"recipientSurname": "string",
"recipientEmail": "string",
"sentDate": "string",
"deliveredDate": "string"
}
],
"openBankingVerifications": [
{
"id": 0,
"processActorId": 0,
"complete": true
}
],
"percentageComplete": 0
}
],
"processActors": [
{
"id": 0,
"title": "string",
"entityId": "string",
"userId": "string",
"userGroupId": "string",
"clientId": "string",
"userName": "string",
"clientName": "string",
"userGroupName": "string",
"entity": {
"id": "string",
"name": "string",
"firstName": "string",
"surname": "string",
"emailAddress": "string",
"phoneNumber": "string",
"registrationCode": "string",
"reference": "string",
"dateOfBirth": "string",
"senderTelephoneNumberId": 0,
"status": 0,
"accountType": 0,
"entityUserId": "string"
},
"contactType": 0,
"emailStatus": 0,
"smsStatus": 0,
"hasBiometricDocuments": true,
"hasNonBiometricDocuments": true
}
],
"webhookUrl": "string",
"description": "string",
"locked": true,
"validationScore": 0,
"validationScoreMax": 0,
"validationDate": "string",
"userGroupName": "string",
"createdByUserName": "string",
"submitType": 0,
"clientName": "string",
"pdfPacks": [
{
"id": 0,
"title": "string"
}
],
"devices": [
{
"processActorId": 0,
"operatingSystem": 0,
"browser": 0
}
]
}

Responses

OK

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python

Powered by VitePress OpenAPI