hConnect provides two environments for development and deployment: Sandbox and Production. Both environments use the same API structure, so you can build once and deploy with confidence.

Sandbox Environment

The Sandbox is designed for testing and integration.
  • Use sandbox credentials to simulate identity verification.
  • API responses and data formats are identical to Production.
  • Ideal for development, QA, and staging environments.
Note: Real eIDs are not supported in Sandbox. Any attempt to use live credentials will fail.

Production Environment

The Production environment is for live verification with real credentials.
  • Requires production credentials issued by Hopae.
  • Verifications are performed against real-world eIDs.
  • Behaves identically to Sandbox, so integration changes are not required.
To activate Production access, you must complete a final solutioning call with the Hopae team.
This ensures your integration is configured correctly, meets compliance requirements, and is ready for go-live.

Environment Comparison

FeatureSandboxProduction
PurposeTesting & integrationLive verification with real credentials
CredentialsSandbox credentials (test only)Production credentials (issued by Hopae)
DataSimulated test dataReal eID data
Availability of eIDsNew eIDs launched here firstAnnounced in release notes after review
UsageDevelopment, QA, stagingLive enterprise deployments
Access RequirementsAvailable to all developersRequires solutioning call + approval
  1. Start in Sandbox
    • Integrate using test credentials.
    • Validate your workflows end-to-end.
  2. Request Production Access
    • Schedule a solutioning call with Hopae.
    • Confirm compliance and readiness.
  3. Go Live
    • Switch your API key from Sandbox to Production.
    • Both environments share the same API base URL. Only the API Key changes.

FAQ

Q: Can I use real eIDs in the Sandbox environment?
No. Sandbox only accepts test credentials. Any attempt to use real eIDs will fail.
Q: How do I move from Sandbox to Production?
Complete your integration in Sandbox, then request a solutioning call with Hopae. After review, we’ll issue Production credentials.
Q: Are the API responses different between Sandbox and Production?
No. The API structure and responses are identical. The only difference is that Sandbox returns simulated data, while Production returns real data.
Q: Why is the solutioning call required before Production access?
The solutioning call ensures your integration is configured correctly, meets compliance requirements, and can handle real-world usage without issues.
Q: How are new eIDs released?
All new eIDs are first introduced in Sandbox. After validation, they are promoted to Production, with release notes announcing availability.
Q: Can I test edge cases and errors in Sandbox?
Yes. The Sandbox environment is designed to let you test success and error scenarios safely. Refer to the documentation for error simulation options.