Download A PDF File For An Individual AML Screening

A request requires a name, or first name and last name, at least one valid dataset, at least one valid countrycode and a threshold. Length of name or combination of first name, middle name and last name must not exceed 200 characters. If user is providing first name, middle name and last name combination, the max characters limit includes the formatted name in this format lastname, firstname middlename. User will be deducted 1 credit for each search.

SecuritybearerToken
Request
Request Body schema: application/json
countryCodes
Array of strings or null

List of Two-letter country code ISO-3166-2.

threshold
integer <int32>

Must be one of 75, 80, 85, 90, 95, or 100

name
string or null

Required if FirstName and LastName are not provided example: Google Inc Max 200 characters allowed.

firstName
string or null

If FirstName is provided then LastName must also be provided

middleName
string or null

Middle name is optional, valid along with Firstname and LastName only

lastName
string or null

If LastName is provided then FirstName must also be provided

dateOfBirth
string or null <date>

Date YYYY-MM-DD or YYYY format. Must be after 1900 and not in the future.

gender
string or null

Define the gender of the individual you are searching for.

pepTiers
Array of strings or null

When searching the PEP dataset, define what tiers of the PEP profiles should be included in the results.

PEP Tier 1 - Indicates senior Roles
PEP Tier 2 - Middle-Ranking
PEP Tier 3 - Junior Officials

If the PEP Dataset is NOT included on the list of searched datasets, then this value is ignored. The PEP Tier filter does not apply to PEP-LINKED Profiles.

datasets
Array of strings or null

Specifies which datasets will be searched

PEP - Politically Exposed Persons (All)
PEP-CURRENT - Only current PEPs
PEP-FORMER Only former PEPs
PEP-LINKED - Only linked PEPs (PEP by Association)
SAN - Sanctioned (All)
SAN-CURRENT - Only current Sanctions
SAN-FORMER - Only former Sanctions
INS - Insolvency
AM - Averse Media
POI - Profile of Interest
ENF - Enforcement
DD - Disqualified Director

Responses
201

Success

400

Bad Request

401

Unauthorized

403

Forbidden

post/compliance/kyc-protect/searches/individuals/download
Request samples
application/json
{
  • "countryCodes": [
    ],
  • "threshold": 0,
  • "name": "string",
  • "firstName": "string",
  • "middleName": "string",
  • "lastName": "string",
  • "dateOfBirth": "2019-08-24",
  • "gender": "string",
  • "pepTiers": [
    ],
  • "datasets": [
    ]
}
Response samples
application/json
{
  • "downloadUrl": "string",
  • "fileName": "string",
  • "expiresAt": "2019-08-24T14:15:22Z",
  • "searchId": "9b1a67f9-9477-48e5-8a6c-11b70245e1d9"
}