Skip to main content

Overview

Watchlist screening provides compliance checks through:
  • Sanctions Screening: Check against OFAC, EU, UN sanctions lists
  • Automated Processing: Uses extracted data from document verification
  • Risk Assessment: Identifies potential matches for review

Screening Lists

Configuration

Process Dependencies

Document Verification must be completed first to extract name data for screening.
Watchlist screening automatically uses the name extracted from the DOCUMENT_VERIFICATION process. No additional inputs are required. The process runs automatically after document verification is completed.

API Integration

Trigger Watchlist Screening

Endpoint: POST /api/v1/verifications/{verificationId}/send-inputs

Response (No Match Found)

Response (Match Found - Requires Review)

Webhook Notifications

Implementation Tips

  • Set up manual review processes for all matches found
  • Maintain audit trails for regulatory compliance
  • Implement escalation procedures for positive matches
  • Keep screening records per regulatory requirements
  • Ensure document verification completes before watchlist screening
  • Handle screening service timeouts gracefully
  • Log all screening attempts with timestamps
  • Protect sensitive screening results with appropriate access controls