Developers

Integrate identity verification in minutes, not days

Clean REST API. Official SDKs. Real-time webhooks. Sandbox environment. Go from zero to verified in under 2 hours.

Developer API

Integrate in minutes, not days

EpiiXa's API is designed for developers. Clean, predictable, and well-documented. Ship your integration before lunch.

REST API
Clean, RESTful endpoints with consistent JSON responses and clear error codes.
SDKs
Official SDKs for Node.js and Python. Community SDKs for Go, Ruby, PHP.
Webhooks
Real-time event delivery for verification status changes, fraud alerts, and certificate issuance.
Fast Integration
Go live in under 2 hours. Sandbox environment with test data. No production approval needed.
1"token-keyword">import EpiiXa "token-keyword">from '@epiixa/node';
2
3"token-keyword">const client = "token-keyword">new EpiiXa({ apiKey: process.env.EPIIXA_KEY });
4
5// Initiate a verification session
6"token-keyword">const session = "token-keyword">await client.verifications.create({
7 type: 'proof_of_address',
8 user: {
9 firstName: 'Adaeze',
10 lastName: 'Okafor',
11 email: 'adaeze@example.com',
12 phone: '+234 801 234 5678',
13 },
14 options: {
15 documentTypes: ['utility_bill', 'bank_statement'],
16 gpsRequired: "token-keyword">true,
17 fraudCheck: "token-keyword">true,
18 },
19});
20
21console.log(session.id); // ver_01HXYZ...
22console.log(session.url); // https://verify.epiixa.com/s/...
23
24// Retrieve verification result
25"token-keyword">const result = "token-keyword">await client.verifications.get(session.id);
26console.log(result.status); // 'verified'
27console.log(result.confidence); // 0.96
28console.log(result.certificate.id); // cert_01HABC...
api.epiixa.com · v1 · REST
Africa's Identity Infrastructure

Building the Identity Infrastructure Africa Deserves.

Stop losing customers to failed KYC. Stop accepting unverifiable addresses. Start building on infrastructure that works for Africa.

Free to start
No credit card required
< 60 seconds
First verification
2 hours
API integration time
24/7
Support & uptime