Our Consortium Of Data Sources
Youverify's diverse data allows customers to capture as much of their consumer base as possible. By harnessing the power of in-country, authoritative data sources, Youverify can return the highest match rates possible. The YV team works with customers to create custom match rules across countries and/or products. Verifiable elements include: Name, date of birth, address, mobile, national ID, and more.
Solutions
Data Sources
| Source Name | Source Type |
|---|---|
| US OFAC Specially Designated Nationals (SDN) List | Government |
| US OFAC Consolidated (non-SDN) List | Government |
| FBI Most Wanted (Official) | Government |
| US State Department Cuba Sanctions | Government |
| US Bureau of Industry (BIS) Denied Persons List | Government |
| US Trade Consolidated Screening List (CSL) | Government |
| CIA World Leaders | Government |
| Office of the Comptroller of the Currency (OCC) Enforcement Actions | Government |
| US SAM Procurement Exclusions | Government |
| UN Security Council Consolidated Sanctions | Government |
| UK Citizens Online Democracy - Every Politician | Commercial |
| World Bank Debarred Providers | Government |
| ransomware addresses | Government |
| Inter-American Development Bank Sanctions | Government |
| INTERPOL Yellow Notices | Government |
| Wikidata Politically Exposed Persons | Commercial |
| Adverse Media | Commercial |
Seamlessly integrate your tech infrastructure with the Youverify OS
Integrate with Youverify OS via our plug-and-play SDKs or API to start enjoying our services today. The process is simple and easy to complete with 99.9% uptime.
// Customer Onboarding API Example
app.post("/verify-identity", async (req, res) => {
try {
const { firstName, lastName, document } = req.body;
const response = await axios.post(
`${API_URL}/identity/verify`,
{ firstName, lastName, document },
{ headers: { 'Authorization': `Bearer ${API_KEY}` }
);
res.json({ success: true, data: response.data });
} catch (error) {
res.status(500).json({ success: false, error: error.message });
}
});Send us a message
Leave us a message and our team will get back to you in less than 24 hours.