Verifa is a KYC identity verification platform that lets you verify your users’ identities through document capture, biometric matching, and watchlist screening.
POST /api/v1/sessions to create a
verification session.capture_url returned in the
response. Verifa handles the camera capture UI, document scanning, and selfie
collection.Verifa uses a single API URL — https://api.withverifa.com. Your API key determines the environment:
vk_live_* keysvk_sandbox_* keysSandbox sessions return simulated results without processing real documents. Use sandbox to build and test your integration before going live.
Response:
Send the user to capture_url. They will photograph their ID and take a selfie.
The session token expires after 20 minutes.
After receiving a session.approved or session.declined webhook (or after
polling the session status), fetch the full result:
Response: