Person Ongoing Screening

Trulioo Ongoing Monitoring Request

The Trulioo Ongoing Monitoring service taps into the Trulioo Watchlist service to perform Sanctions, Adverse Media, and PEP checks on a regular basis. The Ongoing Monitoring service contains the same response structure as the Onboarding service, but automatically re-queries the Watchlist database at a set frequency. Individuals and Entities are enrolled in the Watchlist service to have access to this service.


How Trulioo Ongoing Monitoring Works

This steps below describe how Trulioo's Ongoing Monitoring service works, including how to enroll individuals, how the platform checks and updates information, and how you receive notifications about watchlist hits and changes.

  1. Customers enroll individuals or entities in Ongoing Monitoring after onboarding.
  2. The Trulioo Platform stores PII and monitoring details in the Identity Enrollment Service.
  3. The Platform checks PII against global watchlists, Adverse Media, and PEP sources.
  4. If there’s a match or “hit,” we provide details to help you decide your next steps.
  5. After the monitoring period, the Platform rechecks PII against the same sources.
  6. If there’s a change, such as a new watchlist hit, we alert you and send the details to your webhook with the status "hit."
  7. If there’s no change, we send a "no hit" response to your webhook. You can turn off these notifications to reduce alerts. Contact Trulioo Support to enable this.
  8. Adverse Media results are limited to the top 100 most relevant hits that pass the relevancy score threshold.
  9. You can unenroll a user from Ongoing Monitoring at any time.

Ongoing Monitoring Input Parameters


Token API Call

Input ParameterDescriptionRequired
ClientIdClientId for Ongoing Monitoring AccountTRUE
ClientSecretClientSecret for Ongoing Monitoring AccountTRUE

Enrollment API Call

Input ParameterDescriptionRequired
Bearer TokenTokenTRUE
PackageIdPackage ID for Ongoing Monitoring Account. TRUE
callbackURLCallback URL/Webhook for customer endpoint on which to return individual informationTRUE
frequencyFrequency of re-querying by Ongoing Monitoring, possible values include:

Weekly
Monthly
Quarterly
Yearly
TRUE
firstNameFirst name of IndividualFALSE
lastNameLast name of IndividualTRUE
dateOfBirthDate of Birth of IndividualFALSE
SkipInitialCallbackThe default value is false (it does not need to be included in the API request). If set to true, the initial watchlist check will be deferred until the first scheduled check based on frequency.FALSE
CustomerReferenceIdOptional ID to cross-reference with the customer's databaseFALSE
serviceNameService name is WatchlistTRUE

📘

NOTE:

The Output Parameters for Trulioo Watchlist's response are the same as the parameters for Onboarding Watchlist. Please check the KYC Person Screening page for more information.