Skip to main content

What are you building?

ID Verification (KYC)

Verify people. Document check + selfie + liveness detection. Start with the KYC Quickstart →

Business Verification (KYB)

Verify companies. Registry lookups, UBO identification, credit reports. KYB Guide →

AML Screening

Screen against sanctions, PEPs, adverse media. One-time or ongoing monitoring. AML Guide →

Fraud Prevention

Risk scoring, proxy detection, phone/address verification, proof of address. Fraud Tools →

Face Authentication

Re-authenticate returning users by comparing their face to a previous verification.

Bank Verification

Verify bank accounts via open banking. 2,500+ European banks.
Can’t find what you’re looking for? Press ⌘K (or Ctrl+K) to search across all documentation.

Quick example

Every iDenfy product starts the same way — an API call from your server:
curl -X POST https://ivs.idenfy.com/api/v2/token \
  -u "API_KEY:API_SECRET" \
  -H "Content-Type: application/json" \
  -d '{"clientId": "user-123", "firstName": "John", "lastName": "Doe"}'
Returns authToken + redirectUrl → send your user there. Full KYC quickstart →

First-time setup

Applies to all products:

Get API keys

Set up webhooks

Configure your endpoint in Dashboard → Settings → Webhooks). All products deliver results via webhook. Webhooks overview →

Test in sandbox

Use sandbox API keys to simulate results without real documents or credits. Testing guide →

Secure & go live

Implement callback signing, switch to production keys. Go-live checklist →

Choose your integration method

MethodBest forProducts
RedirectFastest setup (1 hour)KYC, KYB
iFrameEmbedded web experienceKYC, KYB
Mobile SDKNative iOS/Android appsKYC
Direct APIFull custom UIKYC
No-codeShopify, WordPress, ZapierKYC
API onlyServer-to-server checksAML, Fraud Prevention
Detailed comparison →

Resources

API ReferenceInteractive playground for all endpoints
Postman CollectionImport and test immediately
Status VocabularyEvery status code explained
Error MessagesAPI error codes and fixes
Compliance GuidesGDPR, AML directives, eIDAS
Use Case GuidesFintech, crypto, gambling, marketplaces

Help