API Environments

bronID provides two API environments for development and production use.


Environment URLs

EnvironmentBase URLDescription
Testhttps://dev.bronid.comTest environment for development and integration testing. Use test values to simulate different verification outcomes.
Productionhttps://api.bronid.comLive environment for real verifications. Requires a production API subscription.

Test environment

The test environment is designed for testing your integration before going live. Key features:

  • Free to use - Test verifications are not billed
  • Test values available to simulate different verification outcomes (see Test Values)
  • No real identity checks are performed
  • Same API structure as production

Test Portal

Access your test account at preview.bronid.com to:

  • Generate test API keys
  • View test verifications
  • Configure webhook URLs
  • Manage your test settings

Test form URLs

When using the Forms API in the test environment, form URLs will use the test domain:

https://forms-preview.bronid.com/ekyc-start/{trace}

Production environment

The production environment performs real identity verification checks.

To use production:

  1. Create a production account at portal.bronid.com
  2. Subscribe to an API plan that matches your verification needs
  3. Generate production API keys in Settings > Developers > API keys
  4. Update your integration to use https://api.bronid.com

Production form URLs

When using the Forms API in production, form URLs will use the production domain:

https://forms.bronid.com/ekyc-start/{trace}

Switching environments

When you're ready to go live:

  1. Update your API base URL from https://dev.bronid.com to https://api.bronid.com
  2. Replace test API credentials with production credentials
  3. Remove any test value logic from your integration
  4. Update webhook URLs in your production bronID Portal settings

API versioning

All v5 API endpoints follow the same URL structure:

{base_url}/v5/{endpoint}

For example:

  • Test: https://dev.bronid.com/v5/verifications
  • Production: https://api.bronid.com/v5/verifications

Was this page helpful?