SOLUTIONS

Identity verification solutions to build your trust infrastructure

Protect every connection with Veriff. Our identity verification solutions are built for the moments that define trust. Whether onboarding users, verifying identities, or mitigating fraud, every interaction matters — and we help you get it right. Our customizable solutions empower you to meet regulatory requirements, ensure user authenticity, and protect your business. Together, we’re making the internet safer for everyone.

Migration program

Get fully set up on our platform in 48 hours

Our team of experts is ready to move you from your current provider quickly and at no extra cost — so you can unlock the full value of Veriff without delay. Deploy with mobile (iOS and Android) and web SDKs, or integrate via API.

Image

Developer docs

Designed to make developer’s lives easier.

Our flexible APIs and SDKs make it easy to integrate Veriff into any system so you can launch faster and scale confidently.

1
2
3
4
5
6
7
8
9
curl -X POST \
--url '/v1/sessions/' \
-H 'Content-Type: application/json' \
-H 'X-AUTH-CLIENT: API-PUBLIC-KEY' \
-d '{
  "verification": {
    "vendorData": "user uuid"
  }
}'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
const fetch = require('node-fetch');

fetch('https://api.veriff.me/v1/sessions/', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'X-AUTH-CLIENT': 'API-PUBLIC-KEY'
  },
  body: JSON.stringify({
    verification: {
      vendorData: 'user uuid'
    }
  })
})
1
2
3
4
5
6
7
8
9
10
11
12
import requests

url = "https://api.veriff.me/v1/sessions/"
headers = {
    "Content-Type": "application/json",
    "X-AUTH-CLIENT": "API-PUBLIC-KEY"
}
data = {
    "verification": {
        "vendorData": "user uuid"
    }
}
1
2
3
4
5
6
7
8
9
10
11
12
fetch('https://api.veriff.me/v1/sessions/', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'X-AUTH-CLIENT': 'API-PUBLIC-KEY'
  },
  body: JSON.stringify({
    verification: {
      vendorData: 'user uuid'
    }
  })
})
CCPA/CPRA
Compliant
WCAG
Version 2.0, Level AA
GDPR EU
Compliant
SOC2 - TYPE II
Certified
ISO/IEC 27001:2022
Certified
UK Cyber Essentials
Certified
ISO/IEC 30107-3
Level 1
ISO/IEC 30107-3
Level 2
UKDIATF
Level M1A, M1B, L1B
arrow
arrow

Start building with Veriff for free

Your journey toward faster, more accurate identity verification starts here.