SDKs & LibrariesBest Practices
SDK v1.4Enterprise DX
Best Practices
REST-first integration guides aligned with the live Xaqiiji API contract.
Security Best Practices
Security
Never expose API keys
Use backend-only requests
Rotate keys
Verify webhook signatures
Use test keys for development
Implement audit logging
Performance Best Practices
Performance
Set HTTP timeouts
Use Idempotency-Key
Avoid retry storms
Monitor latency
Production Best Practices
Production
Separate sandbox and production keys.
Keep verification calls on trusted servers.
Use webhook signature verification.
Capture requestId and referenceId in logs.
Review errors and rate limits before going live.
Edit this page
Was this page helpful?