Live Demo
PrivateID Integration
Experience two powerful integration methods for seamless identity verification
Redirect Flow
Users are redirected to PrivateID's secure verification page. Perfect for traditional web applications.
- Full page redirect experience
- Webhook-based result delivery
- Auto-polling with fallback
- Simple implementation
Try Redirect Flow
iFrame Flow
Embedded verification with real-time updates. Ideal for seamless in-app experiences.
- Embedded iframe experience
- Real-time SSE updates
- No page refresh needed
- Seamless UX
Try iFrame Flow
WebView Flow
Simplified interface for native webview integration. Just enroll and verify.
- Simple two-button interface
- PUID in URL for native
- Face verification only
- Mobile optimized
Try WebView Flow
Local Development Setup
For testing webhooks locally, you'll need a public URL. We recommend using ngrok to create a secure tunnel to your local server.
# Terminal 1: npm run dev
# Terminal 2: ngrok http 3000
# Then open the ngrok URL in your browser