Skip to content

API Change Log

Deprecated

Fields deprecated or scheduled for deprecation, and will be decommissioned (removed). The columns below show the status of each field per API version: fields decommissioned in API v3 on the date shown are still retained in API v2 until v2's future sunset (date to be advised).

NameAPI SchemaDeprecation DateDecommission Date
(API v3)
Decommission Date
(API v2)
enterDateEntity
EntityCorp
26 Feb 202326 Jul 2026TBA
titleEntity26 Feb 202326 Jul 2026TBA
NameDetail.titleEntity26 Feb 202326 Jul 2026TBA
xmlFurtherInformationEntity
EntityCorp
26 Feb 202326 Jul 2026TBA
imageEntity30 Jun 202426 Jul 2026TBA
originalScriptNamesEntity
EntityCorp
30 Jun 202426 Jul 2026TBA
dates_UrlsSource30 Jun 202426 Jul 2026TBA
membersCheckedMonitoringScanHistoryLog
MonitoringScanResults
30 Jun 202426 Jul 2026TBA
companiesCheckedCorpMonitoringScanHistoryLog
CorpMonitoringScanResults
30 Jun 202426 Jul 2026TBA
isIgnoreBlankDobActivememberScanSettings16 Nov 202526 Jul 2026TBA
isIgnoreBlankNationalityActivememberScanSettings16 Nov 202526 Jul 2026TBA

Reintroduction of deprecated fields

originalScriptNames and dates_Urls have been reintroduced into API v3 on August 29, 2026.


Release 10.5.0

Released: Jul 26, 2026

NameAPI SchemaDescription
/api/v3/Introduction of API v3. A new major API version is now served under the base path /api/v3/. Authentication, the request payloads of the core screening endpoints, and error-response wording are unchanged from v2. API v2 continues to be served under /api/v2/. The changes listed below apply to v3 unless a schema name (e.g. ScanResult) is shown, in which case the change is available in both versions.
idvDataSource
verificationProcess
idvAssuranceLevel
subscriberCode
consent
parentOrigin
POST /api/v3/id-verification/single
POST /api/v3/member-scans/single
New input parameters for the modernised ID Verification service. Select the verification data source and process, set the required identity assurance level, supply a subscriber code, and record the individual's consent for the verification. These support Australian government document verification, international document verification, and biometric facial verification. Accepted values: idvDataSource = AuGovtVerification / AuGovtRecords / Commercial; verificationProcess = StepByStep / Comprehensive; idvAssuranceLevel = SingleSource / CrossSource. The optional parentOrigin records the origin of the parent window that initiated the verification request.
idvSettings.idvDataSource
idvSettings.idVerificationProcess
idvSettings.idvAssuranceLevel
idvSettings.idvCountriesType
idvSettings.idvCountries
idvSettings.subscriberCodes
isIDCheckActive
GET /api/v3/organisations/{id}
GET /api/v3/organisations/{id}/scan-settings
New organisation-level ID Verification configuration returned in the organisation responses in v3: default data source, verification process, assurance level, country-coverage type, the list of countries enabled for international document verification, subscriber codes, and the ID Check service-activation flag (isIDCheckActive). The country-coverage type (idvCountriesType) is one of All / Exclude / Include.
GET /api/v3/id-verification/single/sms-enabled-countriesNew v3-only method. Retrieve the list of countries enabled for SMS delivery of a verification request.
POST /api/v3/id-verification/singleThe two ID Verification "verify" methods have been consolidated. The former id-verification/single2 is no longer part of v3; use POST id-verification/single. In v2 this method returned a raw integer scan identifier; in v3 it returns a JSON object (IDVResponse with scanId and idvUrl), so update your response handling accordingly.
GET /api/v3/id-verification/single/{scanId}/file-urlNarrowed in v3. The type and isCompressed query parameters have been removed and this method now returns only the liveness-video URL; front/back document-image and still-image URL retrieval is no longer exposed here.
POST /api/v3/id-verification/single/{scanId}/resendThe resend-verification-link method is temporarily unavailable in API v3 and is planned to be reintroduced in a future release. It continues to be available under /api/v2/.
idvStatus
idvFaceMatchStatus
idvVerificationResult
faceMatchVerificationResult
GET /api/v3/id-verification/single/{scanId}
POST /api/v3/member-scans/single
GET /api/v3/member-scans/single
Enriched ID Verification results in v3. idvStatus adds InvalidData, ReviewRequired and TechnicalError, and idvFaceMatchStatus adds NotVerified and Verified. Structured result objects are returned for document verification (idvVerificationResult with driverLicenceResult, passportResult, medicareResult, nationalIDResult) and for biometric facial verification (faceMatchVerificationResult). These are additive; a permissive deserialiser that ignores unknown fields is recommended.
idvCountry.code
Country.code
POST /api/v3/id-verification/single
POST /api/v3/member-scans/single
The list of countries supported for ID Verification has been expanded from 21 to 31 in v3. Newly supported: AE, GH, HK, JP, KE, NG, PL, SG, SL, TR. Refer to the Swagger for the full list, and use the new GET /api/v3/id-verification/single/sms-enabled-countries method to check which destinations support SMS delivery of the verification request.
firstName
lastName
POST /api/v3/id-verification/single
POST /api/v3/member-scans/single
Maximum-length validation tightened in both API versions: firstName from 255 to 249 characters and lastName from 255 to 251 characters. A request exceeding these limits will fail validation.
scriptNameFullNamePOST /api/v3/id-verification/single
POST /api/v3/member-scans/single
Original-script name handling broadened in v3. In v2, scriptNameFullName (a full name in its original script) could only be supplied for China (CN); in v3 this country restriction is removed and it may be provided for any country.
fatfJurisdictionRiskResults.
fatfBlackGreyRisk

fatfJurisdictionRiskResult.
fatfBlackGreyRisk
ScanResult
CorpScanResult
New response parameter returning FATF Black List and Grey List jurisdiction-risk information based on the screened entity, whether or not a profile match is found. Available in both API versions.
clientIdGET member-scans/single
GET member-scans/single/report
GET corp-scans/single
GET corp-scans/single/report
GET member-scans/monitoring/{id}
GET corp-scans/monitoring/{id}
GET monitoring-lists/member
GET monitoring-lists/corp
The clientId filter now supports partial (contains) matching, so scan results and monitoring lists can be filtered by a Client ID fragment to find and bulk-manage groups of entities. Available in both API versions.
dataSourcesPOST member-scans/single
POST corp-scans/single
POST member-scans/batch
POST corp-scans/batch
GET member-scans/single
GET corp-scans/single
GET member-scans/single/report
GET corp-scans/single/report
GET member-scans/single/{id}
GET corp-scans/single/{id}
GET member-scans/batch/{id}
GET corp-scans/batch/{id}
GET member-scans/monitoring/{id}
GET corp-scans/monitoring/{id}
POST member-scans/single/{id}/rescan
POST corp-scans/single/{id}/rescan
GET kyb/{scanId}
New parameter to select which watchlist data source(s) to screen against for a scan. Present as a request-body input on the single and batch scan requests, as a filter query parameter on the scan-history requests, and returned in the response of the scan, rescan, batch, monitoring and KYB requests. Accepted values are Acuris, LexisNexis and MemberCheck. Available in both API versions.
dataSources
isDataSourceEditable
GET organisations
GET organisations/{id}
GET organisations/{id}/scan-settings
New response parameters returning the organisation's configured watchlist data source(s) and whether the data-source selection can be changed during screening (isDataSourceEditable). Available in both API versions.
CountryGET member-scans/single/reportThe Country field is now included in the Individual Scan Results report (CSV) output, so high-risk countries can be identified for reporting and risk management (the Corporate Scan Results report already includes it). This is a change to the generated report content; the report endpoint returns a file, so there is no new response-schema field. Available in both API versions.

Release 10.4.7.3

Released: Apr 26, 2026

NameAPI SchemaDescription
defaultScanResultGET /api/v2/organisations/{id}
GET /api/v2/organisations/{id}/scan-settings
New parameters in response body of the organisation settings for both memberScanSettings and corporateScanSettings.
isCustomListGET /api/v2/organisations/{id}
GET /api/v2/organisations/{id}/scan-settings
New parameter in response body of the organisation risk level settings.
reasonForDeactivationPOST /api/v2/organisations/{id}/deactivateNew optional input parameter (up to 100 characters) to enter a reason for account deactivation, used for account management purposes.

Release 10.4.7

Released: Feb 7, 2026

NameAPI SchemaDescription
matchType
closeMatchRateThreshold
whitelist
residence
blankAddress
pepJurisdiction
excludeDeceasedPersons
dobTolerance
ignoreBlankPolicy
GET member-scans/batchNew parameters in response body of the scan policies applied to the batch scan for Individuals.
matchType
closeMatchRateThreshold
whitelist
residence
blankAddress
pepJurisdiction
excludeDeceasedPersons
GET member-scans/monitoringNew parameters in response body of the scan policies applied to the monitoring scan for Individuals.
matchType
closeMatchRateThreshold
whitelist
addressPolicy
blankAddress
ignoreBlankPolicy
GET corp-scans/batchNew parameters in response body of the scan policies applied to the batch scan for Corporate entities.
matchType
closeMatchRateThreshold
whitelist
addressPolicy
blankAddress
defaultCountry
GET corp-scans/monitoringNew parameters in response body of the scan policies applied to the monitoring scan for Corporate entities.

Release 10.4.6

Released: Nov 30, 2025

NameAPI SchemaDescription
X-Request-LanguageGET member-scans/single/report
GET member-scans/single/{id}/report
GET member-scans/single/results/{id}/report
GET member-scans/single/{id}/no-results-report
...
GET corp-scans/single/{id}/report
GET corp-scans/batch/report
GET corp-scans/single/results/{id}/report
...
New header parameter to specify the language code to generate the report. Supported language codes are EN, FR, ZH, AR, and JA.

This is optional and defaults to EN (English) if not specified.

Release 10.4.5

Released: Nov 16, 2025

NameAPI SchemaDescription
ignoreBlankPolicyPOST member-scans/single
POST member-scans/batch
POST corp-scans/single
POST corp-scans/batch
New input parameter to define fields to exclude results where watchlist profile fields are blank and have no data e.g., DOB, nationality, gender, identity number.
ignoreBlankPolicyGET member-scans/single/{id}
GET member-scans/batch
GET corp-scans/single/{id}
GET corp-scans/batch
New parameter to indicate which fields in Ignore Blank Policies were applied for the screening, if any.
ignoreBlankPolicyGET organisations/{id}
GET organisations/{id}/scan-settings
New parameter to indicate the settings of Ignore Blank Policies applied to the organisation e.g., Yes (exclude blanks), No (include matches where no data is available) or UserDefined (select during screening).
riskAssessmentEnabledGET organisations/{id}
GET organisations/{id}/scan-settings
GET organisations/{id}
New parameter to indicate the Risk Assessment service status of the organisation or suborganisation. This will only be valid for organisations with the Risk Assessment check service activated in isRiskAssessmentActive.

Release 10.4.4

Released: Oct 11, 2025

NameAPI SchemaDescription
usersPOST usersSchema and documentation cleaned up to only contain essential and relevant fields. The following redundant fields have been removed:
  • id
  • apiKey
  • mfaType
  • accessRights.name
  • assignedOrganisations.name
  • role.name
  • role.label
  • status
  • creationDate
  • lastLoginDate
  • lastActiveDate
  • failedLoginDate
  • dateTimeZone
usersPUT usersSchema and documentation cleaned up to only contain essential and relevant fields. The following redundant fields have been removed:
  • id
  • accessRights.name
  • assignedOrganisations.name
  • role.name
  • role.label
  • status
  • creationDate
  • lastLoginDate
  • lastActiveDate
  • failedLoginDate
  • dateTimeZone

Release 10.4.3

Released: Jul 27, 2025

NameAPI SchemaDescription
sourceofFundsIdPOST aml-risk/member-scans
POST aml-risk/member-scans/{scanId}
New input parameter for source of funds for the screened individual. This field is optional.
sourceofFundsIdGET aml-risk/member-scans/{scanId}New parameter to indicate the source of fund ID for the individual.
RiskAssessmentDetailGET aml-risk/member-scansNew question added for source of funds.
enableEmailNotificationGET organisations/{id}
GET organisations/{id}/scan-settings
New parameter to indicate if notifications are sent by email.
webhookNotification
enable
url
service
channelName



GET organisations/{id}
GET organisations/{id}/scan-settings
New parameter and fields for webhook notifications.

Release 10.4.2

Released: Jul 27, 2025

NameAPI SchemaDescription
scriptNameFullNameaml-risk/member-scansNew input parameter to enable entry of Script Name or Latin-based Full Name for the standalone Risk Assessment Check.
member-scans/single/results/{id}/linked-individuals/risk-levels
member-scans/single/results/{id}/linked-companies/risk-levels
corp-scans/single/results/{id}/linked-individuals/risk-levels
corp-scans/single/results/{id}/linked-companies/risk-levels

New methods to retrieve the recommended risk level of an associated individual or corporate entity based on the organisation risk settings of categories and subcategories.
suggestedRiskPOST member-scans/single
POST member-scans/single/{id}/rescan
GET member-scans/single/{id}
POST corp-scans/single
POST corp-scans/single/{id}/rescan
GET corp-scans/single/{id}




New parameter returning the recommended risk level of the matched profile based on the organisation risk settings of categories and subcategories.
exactMidNamePOST corp-scans/single
GET corp-scans/single
GET corp-scans/single/report


Removed supported value for matchType for screening and filtering of Corporate entities as this relates to Individual entities.

Release 10.4.1

Released: Jun 28, 2025

NameAPI SchemaDescription
aml-risk/member-scans
aml-risk/member-scans/{scanId}
aml-risk/member-scans/{scanId}/report
aml-risk/corp-scans
aml-risk/corp-scans/{scanId}
aml-risk/corp-scans/{scanId}/report




New methods to perform and retrieve reports of the AML risk check for individuals and corporate entities.
reports/aml-risk-activityNew method to download report of AML Risk check activities.
member-scans/single
member-scans/single/{id}/rescan
member-scans/batch
member-scans/single/{id} corp-scans/single
corp-scans/single/{id}/rescan
corp-scans/batch
corp-scans/single/{id}





New parameter includeRiskAssessment for Risk Assessment Check.
member-scans/single
member-scans/single/report
corp-scans/single
corp-scans/single/report


New parameter amlRiskLevel to indicate AML Risk Level result. New value RiskAssessment for parameter scanService.
member-scans/batch/{id}
member-scans/monitoring/{id}
corp-scans/batch/{id}
corp-scans/monitoring/{id}


New parameter amlRiskLevel to indicate AML Risk Level result.
data-management/scans/count
data-management/scans
New value for input parameter scanType to reflect the Risk Assessment Check.
data-management/member-scans
data-management/member-documents
data-management/corp-scans
data-management/corp-documents


New value for input parameter scanService to reflect the Risk Assessment Check

Release 10.4

Released: Jun 1, 2025

NameAPI SchemaDescription
includeAdvancedMediaScanInputParam
CorpScanInputParam
New input parameter to include advanced media search of news articles for the entity during screening.
advancedMediaResultsScanResult
CorpScanResult
New parameter that returns the advanced media results.
advancedMediaSearchOrgDetails.memberScanSettings
OrgDetails.corporateScanSettings
New parameter that returns the advanced media search default setting (Yes/No) for the scan.
advancedMediaSearchScanHistoryDetail.scanResult
CorpScanHistoryDetail.scanResult
New parameter that returns the advanced media results.
webSearch
advancedMediaSearch
fatfJurisdictionRisk

OrgDetails.memberScanSettings
OrgDetails.corporateScanSettings
New parameters that return the default setting (Yes/No) for the scan for web search (Google), advanced media search and FATF jurisdiction risk search.
includeAdvancedMediaGET /api/v2/member-scans/single
GET /api/v2/member-scans/single/report
GET /api/v2/corp-scans/single
GET /api/v2/corp-scans/single/report


New parameter to filter results where advanced media search was included during screening.
member-scans/advanced-media/bookmark
corp-scans/advanced-media/bookmark
New method to add or remove bookmarks for advanced media articles within the MemberCheck UI.
clientIdIDVInputParamNew parameter that enables you to record an Account or Customer Reference Number for the ID Verification scan to help search and identify the screened individual.

Release 10.3.4

Released: Apr 13, 2025

NameAPI SchemaDescription
id-verification/single2New method to initiate a new ID Verification request that returns a Verification URL to the verification process.
member-scans/single/{id}/rescan
corp-scans/single/{id}/rescan
New methods to run a new scan using previously entered details of the entity and scan policies, with the exception of the watchlist, which will be determined by the organisation's current list access scope.

Rescan requests count toward the organisation's scan activity and usage.

Release 10.3.3

Released: Feb 16, 2025

NameAPI SchemaDescription
id
isCopyrighted
scanResult.matchedEntities.resultEntity.sourceDetailsNew response parameter for source and adverse media to help identify and indicate if a source media is copyrighted. This id is used in the new methods to request for the asset URL of the copyrighted media.

This is available for Acuris data source only.


member-scans/single/results/{id}/sources/{sourceId}/asset-url
corp-scans/single/results/{id}/sources/{sourceId}/asset-url
New methods. Where a source or adverse media is copyrighted and the cached PDF is not available, you can call this to get the asset file URL of a specific source of the matched member, company, linked individual or linked company to download as PDF. It is recommended to only use this request if the URL is broken or the cached PDF is not available.

This is available for Acuris data source only.


lookup-values/document-typesNew method to retrieve the complete list of document types for the Supporting Document feature.
member-scans/single/{id}/documents
member-scans/single/{id}/documents/{documentId}/download
member-scans/single/{id}/documents/{documentId}/pin
member-scans/single/{id}/documents/{documentId}
member-scans/single/{id}/documents/history



New methods for upload, list, download and delete supporting documents for Individual (member) scans.
corp-scans/single/{id}/documents
corp-scans/single/{id}/documents/{documentId}/download
corp-scans/single/{id}/documents/{documentId}/pin
corp-scans/single/{id}/documents/{documentId}
corp-scans/single/{id}/documents/history



New methods for upload, list, download and delete supporting documents for Corporate scans.
id-verification/single/{id}/documents
id-verification/single/{id}/documents/{documentId}/download
id-verification/single/{id}/documents/{documentId}/pin
id-verification/single/{id}/documents/{documentId}
id-verification/single/{id}/documents/history



New methods for upload, list, download and delete supporting documents for ID verification.
kyb/single/{id}/documents
kyb/single/{id}/documents/{documentId}/download
kyb/single/{id}/documents/{documentId}/pin
kyb/single/{id}/documents/{documentId}
kyb/single/{id}/documents/history



New methods for upload, list, download and delete supporting documents for Know Your Business scans.
data-management/member-documents
data-management/corp-documents
data-management/single-scans/documents
data-management/documents


New methods to search and remove supporting documents.

Release 10.3

Released: Dec 1, 2024

NameAPI SchemaDescription
GET organisations/newTemporarily removed.
watchlistsScanInputParam
CorpScanInputParam
BatchScanInputParam
CorpBatchScanInputParam


New input parameter used for setting the watchlist scope for screening. If this is NULL or undefined, the organisation's list access settings will be used by default.
isWatchlistActiveOrgDetailsIndicates if the watchlist selection option is enabled for user selection during screening.
countryScanInputParam
CorpScanInputParam
New input parameter to match for country of residence for individual or operation for corporates. Separate from Address and supports up to 5 countries. Format should be based on ISO 3166-1 alpha-2.
nationalityScanInputParamNew input parameter to match for nationality or citizenship. Supports up to 5 nationalities. Format should be based on ISO 3166-1 alpha-2.
countryMonitoringListMemberItem
MonitoringListCorpItem
Returns the country scanned for the entity.
nationalityMonitoringListMemberItemReturns the nationality scanned for the individual person.
IsIgnoreBlankNationalityActiveOrgDetails.memberScanSettingsReturns the status of the ignore blank nationality match setting. When turned on, nationality is enforced during screening.
member-scans/batch/{id}/monitor/enable
member-scans/batch/{id}/monitor/disable
corp-scans/batch/{id}/monitor/enable
corp-scans/batch/{id}/monitor/disable


Add (enable) or remove (disable) Member or Corporate batch scans from monitoring.
lastMonitoredMonitoringListMemberItem
MonitoringListCorpItem
New parameter of the last monitored date of the entity.
lastMonitoredFrom
lastMonitoredTo
MonitoringListMemberItem
MonitoringListCorpItem
monitoring-lists/member/report
monitoring-lists/corp/report



New input parameter to search for last monitored date.

Release 10.2

Released: Oct 27, 2024

NameAPI SchemaDescription
member-scans/single/{id}/monitor/review
corp-scans/single/{id}/monitor/review
If Monitoring Review has been enabled for the organisation by the Compliance Officer via the Organisation Administration UI, you can set review status to track assessment of profile updates from ongoing monitoring. Check for the organisation's monitoring review status via monitoringSettings.monitoringReviewEnabled in GET organisations/{id}.
reviewStatusMonitoringScanHistoryLog
CorpMonitoringScanHistoryLog
New optional input parameter to filter for monitoring review status.
reviewStatus
membersReviewed
companiesReviewed

MonitoringScanHistoryLog
CorpMonitoringScanHistoryLog
Returns the overall monitoring review status of the monitoring event with the number of entities completed review for In Progress assessments.
monitoringReviewStatus
monitoringReviewSummary
ScanHistoryDetail.scanResult
CorpScanHistoryDetail.scanResult
Returns the completed review status of the monitored entity with detected changes. Summary contains the date time and username to indicate the user who has marked the assessment as completed for auditing references.
categoryCorpScanHistoryLogNew value SOE added to category for State Owned Enterprise entities.
scanTypeNew value AllWithMonitoring added to scan type in GET data-management/scans/count and DELETE data-management/scans.
subCategoryNew values added for former PEP and former sanctions in GET member-scans/single and GET corp-scans/single
lookup-values/sso-url/{token}SsoSettingsNew method to return the Single Sign-On (SSO) login and logout URLs
identity
clientId
UserDetails.userSsoSettingsThe unique identity (e.g. email address) of the user and the unique key of the Identity Provider.

Release 10.1

Released: Jun 30, 2024

NameAPI SchemaDescription
whitelistPolicyorgDetails.monitoringSettings.memberScanSettings
orgDetails.monitoringSettings.corporateScanSettings
Returns the monitoring whitelist policy setting if due diligence decisions are applied or ignored for continuous monitoring and monitoring rescans.

Release 9.6

Released: May 19, 2024

NameAPI SchemaDescription
dobToleranceScanInputParam
BatchScanInputParam
New parameter to specify the number of years allowed for variations in the birthdate.

Note: The organisation administration settings must have the policy enabled.

Release 9.5

Released: Mar 17, 2024

NameAPI SchemaDescription
category
subcategory
risk
overallRisk
RiskResultNew method to retrieve organisation-wide defined risk levels, and overall risk score, for the specific scan result. The risk levels are set by the Compliance Officer within the application Administration screens.

Release 9.4.2

Released: Feb 18, 2024

NameAPI SchemaDescription
companyProfileAvailable
productAvailable
KYBCountryResultNew parameters to indicate if the enhanced company details (including UBO) and registry documents are available for the country jurisdiction.
companyProfileAvailable
productAvailable
KYBStateResultNew parameters to indicate if the enhanced company details (including UBO) and registry documents are available for the country-state jurisdiction.
nationalitiesCodesScanResult.matchedEntities2-letter country code of nationality based on ISO 3166-2 standard.
taxHavenCountryResultScanResult.matchedEntities
CorpScanResult.matchedEntities
Indicator of tax haven jurisdiction.
sanctionedCountryResultScanResult.matchedEntities
CorpScanResult.matchedEntities
Indicator of sanctioned jurisdiction.
isPrimaryLocation
countryCode
comment
url
ScanResult.matchedEntities.
taxHavenCountryResults

CorpScanResult.matchedEntities.
taxHavenCountryResults

ScanResult.matchedEntities.
resultEntity.taxHavenCountryResults

CorpScanResult.matchedEntities.
resultEntity.taxHavenCountryResults

ScanResult.matchedEntities.
monitoredOldEntity.taxHavenCountryResults

CorpScanResult.matchedEntities.
monitoredOldEntity.taxHavenCountryResults

Additional information of the tax haven jurisdiction and if it applies to the primary location of the entity.
isPrimaryLocation
countryCode
comment
url
isBlackList
isGreyList
ScanResult.matchedEntities.
sanctionedCountryResults

CorpScanResult.matchedEntities.
sanctionedCountryResults

ScanResult.matchedEntities.
resultEntity.sanctionedCountryResults

CorpScanResult.matchedEntities.
resultEntity.sanctionedCountryResults

ScanResult.matchedEntities.
monitoredOldEntity.sanctionedCountryResults

CorpScanResult.matchedEntities.
monitoredOldEntity.sanctionedCountryResults

Additional information of the sanctioned jurisdiction and if it applies to the primary location of the entity.
scanServiceScanHistoryDetail.scanParam
CorpScanHistoryDetail.scanParam
New parameter returns the type of scan service.

Release 9.4

Released: Dec 10, 2023

NameAPI SchemaDescription
comment
url
ScanResult.matchedEntities.
taxHavenCountryResult

CorpScanResult.matchedEntities.
taxHavenCountryResult

New parameters to indicate if the individual's primary country of residence or a company's primary address is considered a tax haven country.
comment
url
isBlackList
isGreyList
ScanResult.matchedEntities.
sanctionedCountryResult

CorpScanResult.matchedEntities.
sanctionedCountryResult

New parameters to indicate if the individual's primary country of residence or a company's primary address is considered a sanctioned country, and the associated FATF lists. Countries in the "black list" are considered high risk jurisdictions and "grey lists" are countries under increased monitoring.
isAIAnalysisActiveOrgInfo

OrgDetails

Indicates if the AI Analysis service is enabled for organisation.
isKybActiveOrgInfo

OrgDetails.corporateScanSettings

Indicates if the Business check service (KYB) is enabled for organisation.
aiAnalysisQuestionCountScanResult.matchedEntities
CorpScanResult.matchedEntities
Returns the number of remaining questions or credits for AI queries on a profile.
member-scans/single/results/{id}/questions
member-scans/single/results/{id}/questions/{questionId}
New methods available in Individual scans to perform AI Analysis of profiles.
corp-scans/single/results/{id}/questions
corp-scans/single/results/{id}/questions/{questionId}
New methods available in Corporate scans to perform AI Analysis of profiles.
kyb/countries
kyb/countries/{countryCode}/states
kyb/company
kyb/{scanId}/company/profile
kyb/{scanId}/products
kyb/{scanId}/products/order
kyb/{scanId}/products/status
kyb/{scanId}/products/{productId}/file
kyb/{scanId}
kyb/{scanId}/company/{companyId}/report
kyb/{scanId}/products/file
kyb/{scanId}/company/{companyId}/products/file
kyb/{scanId}/products/sample/{productTitle}/file
kyb/{scanId}/company/{companyId}/profile/report
kyb/{scanId}/company/profile/charge
kyb/{scanId}/products/report
New methods available in business-ubo-checks to support business verifications for Know Your Business (KYB) and Ultimate Beneficial Owner (UBO).
reports/business-ubo-activityNew method to download report of KYB and UBO activities.
scanTypedata-management/scans
data-management/corp-scans
data-management/scans/count
Support for KYB scan type.
countryCode
registrationNumberSearch
allowDuplicateKYBScan
CorpScanInputParam.kybParamNew parameters for Business check service (KYB).
KYBCountryCorpScanInputParamHistoryCountry or country-state code for KYB scan
KYBScanResultCorpScanResultResults returned for KYB scan
KYBProductsCount
KYBCompanyProfileCount
IsPaS
IsKYB
ScanService
CorpScanHistoryLogReturns KYB related information for KYB scans.

Release 9.3.4

Released: August 6, 2023

NameAPI SchemaDescription
data-management/member-scansNew method to return a list of Individual scan results and the associated scanId. This provides a subset of functionality to member-scans/single but is specifically catered for API user accounts with data management permissions.
data-management/corp-scansNew method to return a list of Corporate scan results and the associated scanId. This provides a subset of functionality to corp-scans/single but is specifically catered for API user accounts with data management permissions.
data-management/single-scansNew method to delete at a granular level, single scan results for Individual and Corporate entities. This includes PEP, Sanctions & Adverse Media and ID Verification results.

Release 9.3.3

Released: June 25, 2023

NameAPI SchemaDescription
idNumberScanInputParamOptionally include an ID Number (e.g. Passport Number, National ID, VAT/Tax Number, Professional Registration ID) for screening of the individual to exclude matches that does not contain the entered ID Number.
includeJurisdictionRiskScanInputParam
BatchScanInputParam
CorpScanInputParam
CorpBatchScanInputParam
Option to search for FATF jurisdiction risk rating and information for countries associated with matched profiles.
fatfJurisdictionRiskResult.
jurisdiction
ScanResult
CorpScanResult
Country name of FATF jurisdiction.
fatfJurisdictionRiskResult.
effectivenessScore
ScanResult
CorpScanResult
Effectiveness score to which the country's measures are effective based on the ratings against the 11 immediate outcomes from FATF.
fatfJurisdictionRiskResult.
effectivenessLevel
ScanResult
CorpScanResult
Level of effectiveness of the country's measures.
fatfJurisdictionRiskResult.
complianceScore
ScanResult
CorpScanResult
Compliance score to which the country's implementation of technical requirements of the 40 FATF Recommendations.
fatfJurisdictionRiskResult.
complianceLevel
ScanResult
CorpScanResult
Level of compliance of the country's technical implementation.
fatfJurisdictionRiskResult.
comments
ScanResult
CorpScanResult
Summary of compliance with FATF recommendations.
fatfJurisdictionRiskResult.
fatfCompliance
ScanResult
CorpScanResult
Status of compliance.
fatfJurisdictionRiskResult.
fatfComplianceNotes
ScanResult
CorpScanResult
Notes on compliance shortcomings.
fatfJurisdictionRiskResult.
fatfEffectiveness
ScanResult
CorpScanResult
Level of effectiveness of the country's measures.
fatfJurisdictionRiskResult.
fatfEffectivenessNotes
ScanResult
CorpScanResult
Notes on effectiveness shortcomings.
fatfJurisdictionRiskResult.
fatfEffectivenessSubtitles
ScanResult
CorpScanResult
Overall level of effectiveness of the country's measures.
fatfJurisdictionRiskResult.
countryCode
ScanResult
CorpScanResult
Two-letter country code.

Release 9.3.1

Released: May 7, 2023

NameAPI SchemaDescription
closeMatchRateThresholdCorpScanInputParam
CorpBatchScanInputParam
Specify the close match rate threshold for entity screening (from 100% for very close to 1% for somewhat similar).
This is optional and defaults to 80% if not specified.
closeMatchRateThresholdCorpScanInputParamHistory
CorpBatchScanResults
CorpMonitoringScanResults
Returns Close Match Rate threshold applied during screening.
matchRateCorpScanEntityReturns percentage rate of the matching name of the entity profile.

Release 9.3

Released: February 26, 2023

NameAPI SchemaDescription
titleEntityRemoved parameter.
NameDetail.titleEntityRemoved parameter.
disqualifiedDirectorsEntityNew parameter for a list of disqualifications for the profile.
nationalitiesEntityNew parameter with the nationalities of the profile.
placeOfBirthEntityNew parameter for the birthplace for the profile.
generalInfoEntityParameter changed to only return the nationality for an individual.
generalInfoEntityCorpParameter changed to return additional information for the company, where available.
enterDateEntity
EntityCorp
Removed parameter.
xmlFurtherInformationEntity
EntityCorp
Removed parameter.
identifiersEntity
EntityCorp
New parameter for a list of registration or ID numbers for the profile.
imagesEntity
EntityCorp
New parameter with a list of pictures available for the profile.
lastReviewedEntity
EntityCorp
New parameter of date the profile record was last reviewed or updated.
profileOfInterestEntity
EntityCorp
New parameter with detailed profile of interests for the profile.
categoryEntity
EntityCorp
Parameter includes the new "POI" category of the profile.
categoriesEntity
EntityCorp
Parameter includes the new "POI" category of the profile.
countryCodeLocationNew parameter for the country code of the location.
typeLocationNew parameter for the location type.
categoryOfficialListNew parameter for the watchlist category of the official list.
measuresOfficialListNew parameter with a list of measures enforced by the official list.
originOfficialListNew parameter of the country or region of the official list.
typesOfficialListNew parameter of the type of sanction classified by the official list.
segmentRoleNew parameter of the category of in scope positions for the PEP for a particular country.
statusRoleNew parameter of the status of the associated role held by the PEP.
detailsSourceNew parameter with a list of details for the captured source and adverse media.
categoriesSourceChanges in the returned values for the category of the source and adverse media.
nameTypeNameDetail
CorpNameDetail
Change in returned values. Expanded to include more details.
description1DescriptionParameter includes the new "POI" reference for the profile.
description2DescriptionParameter includes the new "Reputational Risk" reference for the profile.
categoryAssociatePerson
AssociateCorp
Parameter includes the new "POI" reference for the profile.

Release 9.2.1

Released: February 12, 2023

NameAPI SchemaDescription
emailAddressIDVInputParamNew parameter to enable the ID Verification request link to be sent to the individual's email address.
birthDateIDVInputParamNew parameter for the individuals birthdate for ID Verification, if available. Date format: DD/MM/YYYY.
idvSubTypeIDVInputParamNew parameter to specify the delivery method and ID Verification type e.g. email/SMS the ID Check, FaceMatch or both.
dataBreachCheckParam.emailAddressScanInputParamNew parameter to include the individual's email address to run a compromised information check against a list of known data breaches.
dataBreachCheckResultsScanResultNew parameter in response body containing a list of email breaches found, if an email address was provided in dataBreachCheckParam.emailAddress.

Release 9.2

Released: December 10, 2022

NameAPI SchemaDescription
isPepJurisdictionExcludeScanInputParamHistory
BatchScanResults
MonitoringScanResults
New parameter to either include or exclude one or more countries for the PEP Jurisdiction policy.
pepJurisdictionCountriesScanInputParamHistory
BatchScanResults
MonitoringScanResults
New parameter to specify one or more countries for inclusion or exclusion for PEP Jurisdiction.
pepJurisdictionExcludeScanInputParamHistory
BatchScanResults
MonitoringScanResults
Decommission parameter.

Release 9.1.2

Released: October 1, 2022

NameAPI SchemaDescription
datesSourceDecommission parameter. Replaced by dates_Urls
dates_UrlsSourceNew parameter replacing dates to include link to cached PDF of URL, if available.