Migration Guide
Migrating from another KYC provider? This guide covers common migration patterns.
Migration Steps
- Create your VerifyHQ account and generate API keys for sandbox
- Map your existing endpoints to VerifyHQ equivalents (see table below)
- Update webhook handlers — event names and payload formats differ
- Test in sandbox with test user IDs
- Run parallel — send verifications to both providers during transition
- Switch production traffic once validation passes
Common Provider Mapping
| Parameter | Type | Description |
|---|---|---|
Create verification | mapping | POST /verifications/identity |
Upload document | mapping | POST /verifications/document (multipart) |
Check liveness | mapping | POST /verifications/liveness/session → /challenge flow |
Get status | mapping | GET /verifications/identity/:id |
Webhook setup | mapping | POST /webhooks/configure |
Need help migrating? Contact support@verifyhq.com for dedicated migration assistance.