Onboarding and KYB
Screen customers, companies, sellers, and beneficiaries before activation, then route potential matches for review.
Solutions / Real-Time Screening API
Embed real-time AML screening in your product flow, return structured results to your systems, and route potential matches for review under your own policies.
Replace manual lookups and disconnected handoffs with one server-side integration. Check customers and counterparties when risk enters the business, return structured screening data to your product, and give compliance teams the source context they need to review potential matches quickly.
Screen before account approval, beneficiary creation, payout release, transfer execution, or counterparty acceptance instead of reviewing risk after the event.
Return structured results and match profiles that downstream teams can route into case queues, EDD workflows, or MLRO review without rebuilding evidence manually.
Write the request, returned results, downstream action, and reviewer outcome to your customer, transaction, or case record using your own system references.
Connect the moments where risk enters the business to one screening layer, then apply your own policy to the returned results.
Screen customers, companies, sellers, and beneficiaries before activation, then route potential matches for review.
Screen parties and transaction context before releasing activity that may create exposure.
Send analysts structured evidence and keep the final outcome attached for review.
Product and compliance teams work from the same structured screening response.
Connect Checklynx to the customer, payment, and operational journeys your teams already use. Run screening and review workflows through the API, then keep the response and evidence connected to the business event that triggered them.
Connect KYC, KYB, customer, beneficial-owner, counterparty, and profile-change events to the appropriate screening workflow.
Apply checks to payment parties, beneficiaries, payouts, transfers, wallets, and transaction-related names at the point your process needs them.
Pass structured results and source context into analyst, case, escalation, and evidence workflows without recreating the screening trail.
Support customer refresh, batch screening, and configured monitoring workflows as records, source data, or business context change.
Check risk at the relevant business moment instead of adding a separate manual handoff.
Give product, operations, and compliance teams the same structured response and review context.
Keep the request, response, downstream action, and reviewer outcome linked through your own business references.
Send exactly one name-based search_term or identifier-based search_identity. This server-side example narrows the check to sanctions and entities with the documented default fuzziness level.
POST /check/sanctions_pep
x-api-key: <api_key>
Content-Type: application/json
{
"search_term": "Northbridge Trading Ltd",
"fuzziness": "1",
"filters": {
"source_type": ["sanctions"],
"group_type": ["entity"]
}
}{
"results": [
{
"id": "result_7842",
"score": "4.7",
"target": {
"name": "Northbridge Trading",
"group_type": "entity"
},
"source": {
"id": "OFACSDN",
"name": "Office of Foreign Assets Control SDN List",
"region": "USA",
"source_type": "sanctions"
}
}
],
"match_profiles": [
{
"match_profile_id": "profile_7842",
"name": "Northbridge Trading",
"rca_hit": false,
"id_hit": false,
"results_ids": ["result_7842"]
}
]
}Authenticate server-to-server calls with the x-api-key header and keep the key out of browser and mobile code. Store the request, response, and your own business record reference together so analysts can move from a product event to the relevant screening context without rebuilding the trail.
Pick the workflow based on where the decision happens and how much operational control your team needs.
| Workflow | Best for | Typical output |
|---|---|---|
| Real-time API | Onboarding, payments, payouts, beneficiary creation, and backend risk events | Results and match profiles for your routing rules |
| Screening portal | Manual investigations, broad subject searches, and analyst-led review | Search results and review context |
| CSV batch screening | Refreshing customer, counterparty, or supplier files outside the live product path | Bulk results linked to uploaded records |
| Ongoing monitoring | Approved customers, UBOs, counterparties, and payment parties after onboarding | New alerts, suppressed non-matches, cases, and audit evidence |
Smart matching technology
PEP screening depends on names that appear in many formats, scripts, and source systems. Checklynx helps handle real-world variation while keeping reviewer decisions separate from the matching step.
Catch names that sound alike even when source records use different spellings or local conventions.
Support non-Latin names, accent differences, reversed word order, and common data-entry variations.
Represent names and aliases across scripts so reviewers can compare the result against source records.
Account for titles, abbreviated names, and short forms while keeping the reviewer in control.
CashDirector reports that clustered profiles and fewer false positives help its compliance officers review cases faster.
Shopware connects retained false-positive decisions, customer screening and ongoing monitoring.
The screening API supports sanctions, PEP, wanted, and supported watchlist checks, with filters for individuals, entities, vessels, and aircraft. Adverse media is available through a separate adverse-media search path.
Common integration points include onboarding, KYB and KYC submission, account approval, beneficiary setup, counterparty creation, transaction review, payment or payout release, profile updates, and backend risk refresh events.
No. The API returns structured results and match profiles so your workflow can route potential risk, but review policy and final compliance decisions remain under your team's control.