Skip to main content

Single URL, two modes

iDenfy uses one base URL for both sandbox and production:
https://ivs.idenfy.com
Your API key pair determines which mode you’re in — not the URL. Sandbox keys return test results, production keys trigger real verifications. Your code stays the same, only the keys change.
SandboxProduction
Base URLhttps://ivs.idenfy.comhttps://ivs.idenfy.com
API keysSandbox key pairProduction key pair
DocumentsDummy results, no real processingReal document verification
CreditsNot consumedConsumed per verification
WebhooksDelivered to your test endpointDelivered to your production endpoint
Since the URL is identical, you can switch between sandbox and production by swapping API keys in your environment variables — no code changes needed.

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
See Testing & Sandbox for step-by-step instructions.

Switching to production

1

Configure production webhooks

Set your production webhook URL in Dashboard → Settings).
2

Secure your integration

3

Test all flows

Verify all verification outcomes are handled correctly. See the go-live checklist.
4

Swap API keys

Replace sandbox keys with production keys in your environment variables.