Veriff
Veriff is a global identity verification platform that combines AI and human review to verify people online. Its API-first IDV stack covers document and biometric (face-match, liveness) verification, KYC/AML onboarding, proof of address, and database/watchlist (PEP and sanctions) screening, orchestrated around verification sessions with HMAC-secured REST endpoints and decision/event webhooks.
APIs
Veriff Sessions API
Creates verification sessions that give an end-user a hosted or in-context flow to verify identity. Supports vendorData/endUserData correlation, callback URLs, session submissio...
Veriff Decisions API
Retrieves the verification decision for a session - status (approved, declined, resubmission_requested, expired, abandoned, review), extracted document and person data, insights...
Veriff Person API
Returns the verified person object for a session - name, date of birth, nationality/citizenship, gender, and identifiers extracted from the verification.
Veriff Media API
Uploads document, face, and NFC media into a session and retrieves media metadata and individual image files by session, attempt, or media ID for server-to-server integrations.
Veriff Watchlist Screening API
Queries the AML watchlist-screening result for a session - Politically Exposed Persons (PEP), sanctions, and adverse-media matches with hit details.
Veriff Attempts API
Lists the individual verification attempts made within a session and exposes the media captured on each attempt.
Veriff Webhooks API
Server-to-server Decision and Event webhooks (callbacks) that Veriff POSTs to your endpoint as a verification progresses and concludes, each signed with x-auth-client and an x-h...