Authentication
All requests require an API key passed in the X-API-Key header.
Request Header
X-API-Key: vx_a8f3e1b2c4d6...
Your API key is provided by the Vision X administrator. Keep it secret — anyone with your key can create payments on your behalf.
Error Responses
| Condition | Response |
|---|---|
| Key missing | 401 — Missing API key |
| Key invalid | 401 — Invalid API key |
| Key frozen | 401 — API key is frozen |
| Key expired | 401 — API key has expired |
| Team disabled | 401 — Team is deactivated |
If your key has been frozen or you need a new one, contact your Vision X administrator.