Xaqiiji
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.

EnvironmentBase URLDataBilling
Test (sandbox keys)http://localhost:8080/api/v1Use xq_test_* keys from the business portalUses real credit rules in dev/staging
Livehttps://xaqiiji-backend.onrender.com/api/v1Use xq_live_* keysCredits deducted per verification

Base URLs

Test / development
http://localhost:8080/api/v1
Production
https://xaqiiji-backend.onrender.com/api/v1

Environment variables

.env
XAQIIJI_API_KEY=xq_test_xxxxxxxxxxxxxxXAQIIJI_BASE_URL=http://localhost:8080/api/v1

Production 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?