Getting StartedEnvironments
Environments
Step-by-step guidance for secure Xaqiiji API integration.
Test vs live keys
Both environments use the same API path prefix /api/v1. The key prefix determines test vs live behavior.
| Environment | Base URL | Data | Billing |
|---|---|---|---|
| Test (sandbox keys) | http://localhost:8080/api/v1 | Use xq_test_* keys from the business portal | Uses real credit rules in dev/staging |
| Live | https://xaqiiji-backend.onrender.com/api/v1 | Use xq_live_* keys | Credits deducted per verification |
Base URLs
Test / development
http://localhost:8080/api/v1Production
https://xaqiiji-backend.onrender.com/api/v1Environment variables
.env
XAQIIJI_API_KEY=xq_test_xxxxxxxxxxxxxxXAQIIJI_BASE_URL=http://localhost:8080/api/v1Production approval
Live keys (xq_live_*) require an approved enterprise business account and funded credits in the business portal.
Edit this page
Was this page helpful?