Know who you're dealing with.

Verify people and businesses in minutes — without teaching them digital identity.

create-session.js
// Server-side — create a KYC session
const res = await fetch(
'https://api.idsentric.com/api/v1/verification/sessions',
{
method: 'POST',
headers: {
'Content-Type': 'application/json',
'x-api-key': process.env.IDS_API_KEY,
},
body: JSON.stringify({
clientId: process.env.IDS_CLIENT_ID,
referenceId: 'user-123',
documentType: 'drivers_license',
}),
},
);
const session = await res.json();
// session.status === 'CREATED'
// Hand session.id to Mobile — Document → Face check → Decision
KYC shown — KYB is a separate flow after identity.
The verification pipeline
Document
Face check
Decision

One platform. Prove, ask, investigate.

Five products, one integration. Start with identity; add the rest when you need them.

Customers

Teams building on trusted identity

Pairty7N7DDeFi.lySafeBankCredZK
See how Pairty uses IDSentric
Pricing

Free to build. Fair to run.

Sandbox is free on fixtures. Flat platform fee for identity; screenings priced to cover their cost.

See pricing