ErrorsBy category
Authentication errors
All error codes returned by the Authentication endpoints (22 total).
Every error returned by the Authentication endpoints. Click any code for the full example response and localized messages.
| Code | Message |
|---|---|
ACCOUNT_MANAGEMENT_FORBIDDEN | Only the owner or an admin can manage account settings. |
ACCOUNT_NOT_ACCESSIBLE | You do not have access to that account |
ACCOUNT_REQUIRES_FOCUS_SWITCH | You are a member of that account, but it is not your active account right now. Switch your active account and try again. |
ACTIVE_COMPANY_HEADER_INVALID | Header ''{0}'' must contain a company identifier (UUID). |
ACTIVE_COMPANY_NOT_ACCESSIBLE | The selected company does not belong to your account |
ACTIVE_COMPANY_REQUIRED | Select an active company (NIF) for this operation |
API_KEY_COLLISION | API key collision detected. Please try again |
API_KEY_INVALID | The API key is invalid or has expired |
API_KEY_LIVE_NOT_AVAILABLE | This is a live API key, but your account does not have live mode available yet. |
API_KEY_PREFIX_COLLISION | API key prefix collision detected. Please try again |
COMPANY_ACCESS_REVOKED | Your access to this company was revoked while the operation was running |
COMPANY_READ_ONLY | Your role on this company is read-only; you cannot perform this action |
ENVIRONMENT_HEADER_INVALID | Header ''{0}'' has an invalid value. Accepted values: TEST, PROD (legacy aliases: sandbox, test, production, live) |
INSUFFICIENT_SCOPE | The API key lacks the required permissions (scopes) for this operation. |
LIVE_CREDENTIAL_REQUIRED | This operation changes the real account; it requires a live API key or a dashboard session. |
MANAGED_ACCOUNT_HOLDER_REQUIRED | This managed NIF has no holder yet; it must be claimed before connecting a payment provider |
MANAGED_SCOPE_ELEVATION_REQUIRES_OWNER | Only the account holder can raise management access over their account once it has been claimed |
MEMBER_MANAGEMENT_FORBIDDEN | Only the owner or an admin can manage account members. |
OPERATION_REQUIRES_API_KEY | This operation is privileged and only available with an API key holding the matching scope (e.g. accounts:write); it cannot be performed from the web session. |
OPERATION_REQUIRES_SESSION | This operation is only available from the web session; it cannot be performed with an API key or OAuth. |
OWNER_ROLE_RESERVED | Only an owner can assign or transfer the owner role. |
UNAUTHORIZED | Authentication is required to access this resource |