Single URL, two modes
iDenfy uses one base URL for both sandbox and production:| Sandbox | Production | |
|---|---|---|
| Base URL | https://ivs.idenfy.com | https://ivs.idenfy.com |
| API keys | Sandbox key pair | Production key pair |
| Documents | Dummy results, no real processing | Real document verification |
| Credits | Not consumed | Consumed per verification |
| Webhooks | Delivered to your test endpoint | Delivered to your production endpoint |
Sandbox
The sandbox lets you:- Test your integration end-to-end without real documents
- Simulate different outcomes (approved, denied, suspected)
- Validate webhook handling with predictable payloads
- Test error scenarios and edge cases
Switching to production
Configure production webhooks
Set your production webhook URL in Dashboard → Settings).
Secure your integration
Implement callback signing and IP whitelisting.
Test all flows
Verify all verification outcomes are handled correctly. See the go-live checklist.