GlobalGateway Ongoing Monitoring Request
GlobalGateway Ongoing Monitoring service taps into the Global Gateway 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 Watchlist 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 GlobalGateway Ongoing Monitoring Works
- Customers enroll Individuals/Entities into the Ongoing Monitoring service once the user is onboarded
- This information is stored in Trulioo's Identity Enrollment Service including PII and frequency
- GlobalGateway checks the PII information against a multitude of global watchlists, adverse media, and PEP sources worldwide
- If there is a potential match or a “hit” on the watchlist, further detail is shown in the appended fields
- The detailed information provided lets clients determine the applicability of the watchlist hit and determine their next steps
- After the time period selected, the GlobalGateway checks the PII information against the same global watchlists, adverse media, and PEP sources
- If there is a difference in the search outcome, such as the enrolled subject is added to a new watchlist, customers are alerted to the difference (Deltas). The new watchlist hit details are sent to the webhook with the status "hit".
- If the outcome is identical to the previous search, customers will receive a "no hit" response to their webhook. Alternatively, customers can configure their account to not receive alerts if the outcome is the same as the previous search. This feature helps reduce notifications and the webhook is only pinged if the watchlist status is "hit". Please reach out to Trulioo Support to enable this functionality.
- Customers can unenroll a user from the Ongoing Monitoring service at any time
Ongoing Monitoring Input Parameters
Token API Call
Input Parameter | Description | Required |
---|---|---|
Username | Trulioo Username for Portal account | TRUE |
Password | Trulioo Password for Portal account | TRUE |
Enrollment API Call
Input Parameter | Description | Required |
---|---|---|
Bearer Token | Token | TRUE |
callbackURL | Callback URL/Webhook for customer endpoint on which to return individual information | TRUE |
frequency | Frequency of re-querying by Ongoing Monitoring, possible values include: Weekly Monthly Quarterly Yearly | TRUE |
firstName | First name of Individual | FALSE |
lastName | Last name of Individual | TRUE |
dateOfBirth | Date of Birth of Individual | FALSE |
SkipInitialCallback | The 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 |
CustomerReferenceId | Optional ID to cross-reference with the customer's database | FALSE |
serviceName | The service name is Watchlist | TRUE |
Ongoing Monitoring Output Parameters
The Output Parameters for GlobalGateway Watchlist's response are the same as the parameters for Onboarding Watchlist. Please check the GlobalGateway Watchlist Documentation Page for more information.