Skip to content

Use case

Screening for payments.

For acquirers, issuers, payment institutions and VASPs: merchant onboarding, card-issuing KYC, the Travel Rule, and the supervisory expectations underneath.

Payments is the original AML use case. Acquirers must screen merchants and their owners; issuers must screen cardholders; payment institutions must screen counterparties; VASPs must comply with the FATF Travel Rule. This page maps the obligations onto a clean ScreeningHub deployment.

Merchant onboarding (acquiring)

Card acquirers and aggregators carry obligations from card-scheme rules (Visa GBPP, Mastercard BRAM) on top of AMLD and PSD2. Each new merchant needs:

Cardholder onboarding (issuing)

Card-issuing programmes — whether on a banking licence, an EMI licence or as an Agent of Record under a sponsor — must screen every applicant and every applicant's beneficial owners (for corporate cards). Latency matters: issuing programmes increasingly target instant card issuance to wallet, which means screening must complete in well under a second.

Virtual-asset service providers (VASPs)

Since FATF's 2019 update to Recommendation 16, VASPs are obliged to apply CDD, run sanctions screening and exchange originator/beneficiary information on transfers above the de-minimis threshold (the "Travel Rule"). The screening leg requires:

Recommended ScreeningHub deployment

  1. Bulk-screen the existing merchant or cardholder book via batch endpoint — useful at first integration to backfill historical records.
  2. Onboarding screening on every new entity / individual via /v1/screen.
  3. Ongoing monitoring on every active record. Webhooks fire on status change; high-risk verticals can be flagged for tighter thresholds.
  4. Counterparty screening for VASPs: fire /v1/screen on each Travel Rule originator/beneficiary in real time.

Why ScreeningHub fits the payments stack

For background see sanctions screening explained and what is PEP screening. Compare with ComplyAdvantage, Sumsub and sanctions.io.

Free sandbox

100 free screens per month, no credit card. Wire it into a staging acquirer flow this afternoon.

Get started