VerifyHQ Docs

Environments

VerifyHQ provides two environments: Sandbox for testing and Production for live verifications.

Base URLs

ParameterTypeDescription
ProductionURLhttps://api.verifyhq.com/v1
SandboxURLhttps://sandbox.verifyhq.com/v1

Sandbox Environment

The sandbox mirrors production but uses test data. No real verifications are performed.

Sandbox keys start with vhq_test_. They will not work in production and vice versa.

Test Data

Use these test values in sandbox:

ParameterTypeDescription
user_pass_001userIdAlways returns VERIFIED status
user_fail_001userIdAlways returns REJECTED status
user_review_001userIdAlways returns MANUAL_REVIEW status
user_slow_001userIdSimulates 30s processing delay

Production Environment

Production processes real verifications against live data sources. Ensure you have completed onboarding and compliance checks before going live.

Production API calls are billed. Monitor usage via the dashboard.

Key Differences

ParameterTypeDescription
Rate LimitsdifferenceSandbox: 1000 req/min. Production: per-plan limits.
Data RetentiondifferenceSandbox: 7 days. Production: per compliance policy.
WebhooksdifferenceSandbox webhooks include X-Sandbox: true header.
BillingdifferenceSandbox is free. Production is billed per verification.