Verifieer gebruikers, creators en verkopers met documentvastlegging, OCR, AML-screening, toestemmingsbewijs, handmatige review en developer-API's.
99.9%
API-uptimedoel
<2s
Gem. verificatietijd
190+
Ondersteunde landen
GDPR
Uitgelijnd by Design
Platform
Eén API voor de volledige verificatieworkflow — documentvastlegging, OCR, AML-screening, toestemmingsbewijs en handmatige review.
OCR-documentlezing, MRZ-parsing, NFC-chipverificatie en face-match biometrie.
Zoekopdrachten in bedrijfsregisters, UBO-grafiekmapping en verificatie van bedrijfsdocumenten.
Realtime controles op OFAC-, EU-, VN- en HMT-lijsten met fuzzy naammatching.
WebRTC-levendigheidsdetectie met anti-spoofing. Gezichtsmatching met officieel identiteitsdocument.
AI-gezichtsleeftijdschatting (DEX/SSR-Net), extractie van geboortedatum uit document, conform COPPA/UK-OSA/EU-DSA.
Ontwerp aangepaste verificatiestromen met drag-and-drop-regels. No-code-orkestratie.
Developer-first
Onze SDK's verzorgen authenticatie, HMAC-ondertekening en herlogica zodat u zich kunt focussen op uw product.
Official SDKs: PHP, Python · Code examples: JavaScript, Go, Ruby
Read the docs// Initialize the client
$client = new TrustVerifyClient(
apiKey: $_ENV['TVID_API_KEY'],
secret: $_ENV['TVID_SECRET']
);
// Create applicant
$applicant = $client->applicants->create([
'email' => 'jane@example.com',
'first_name' => 'Jane',
'last_name' => 'Smith',
]);
// Start KYC verification
$verification = $client->verifications->create([
'applicant_id' => $applicant['id'],
'modules' => ['document', 'biometric'],
]);
// $verification['status'] === 'in_progress'
Get started today
Het gratis plan bevat 50 verificaties per maand. Geen creditcard vereist.