SOLUÇÕES

Soluções de verificação de identidade para construir sua infraestrutura de confiança

Proteja cada conexão com a Veriff. Nossas soluções de verificação de identidade são construídas para os momentos que definem a confiança. Seja integrando usuários, verificando identidades ou mitigando fraudes, cada interação importa — e nós ajudamos você a fazer isso da maneira certa. Nossas soluções personalizáveis capacitam você a atender aos requisitos regulatórios, garantir a autenticidade do usuário e proteger seu negócio. Juntos, estamos tornando a internet mais segura para todos.

Programa de migração

Integre-se totalmente à nossa plataforma em 48 horas

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

Documentos para desenvolvedores

Projetado para facilitar a vida dos desenvolvedores.

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/CPRAConforme
WCAGVersão 2.0, Nível AA
GDPR UEConforme
SOC2 - TIPO IICertificado
ISO/IEC 27001:2022Certificado
Cyber Essentials Reino Unido
Certificado
ISO/IEC 30107-3Nível 1
ISO/IEC 30107-3Nível 2
UKDIATFNível M1A, M1B, L1B
arrow
arrow

Comece a construir com a Veriff de graça

Sua jornada em direção a uma verificação de identidade mais rápida e precisa começa aqui.