Skip to main content

Error codes

Error Codes Description

The table below lists common error codes associated with API endpoint interactions, detailing both a brief and an extended description for each.

CodeDetailDescription
unable_to_authenticateUnable to authenticate with provided email-password combination.Indicates a failure to authenticate using the given email and password, suggesting incorrect or missing information.
user_not_foundUser with provided credentials does not exist in the system.Suggests the credentials used do not match any existing user in the system.
incorrect_credentialsIncorrect email or password.The provided email or password does not match the user's details.
invalid_authentication_schemeInvalid authentication scheme.The authentication method attempted is not supported or incorrectly implemented.
invalid_emailInvalid email provided.The email address format is incorrect or fails validation checks.
invalid_tokenInvalid token provided.The token used for authentication is invalid, possibly malformed or tampered.
invalid_token_or_expired_tokenInvalid token or expired token.The authentication token is either invalid or has expired and needs renewal.
invalid_authorization_codeInvalid authorization code.The authorization code used for the transaction is invalid, suggesting a typo or misuse.
expired_verification_codeVerification code is expired.The code provided for verification has passed its validity period and is no longer usable.
account_deactivatedUser account is deactivated. Please contact customer support.The user's account has been deactivated, likely due to policy violations or user request. Contact support for reactivation.
account_deletedYour account is deleted. Please contact customer support.The account in question has been deleted, potentially at the user's request or due to a policy violation.
account_blockedThe account is blocked. Please contact customer support.The user's account is currently blocked from accessing the service, requiring intervention from support.
invalid_2fa_codeInvalid 2FA code.The two-factor authentication code provided is incorrect or out of sequence.
two_factor_required2FA code required.Access or transaction requires two-factor authentication for additional security.
invalid_user_agent_ipInvalid user agent or IP address.The request was made from an unrecognized device or IP address, suggesting potential security concerns.
already_verified_userUser already verified.The user has already completed verification processes, indicating a redundant request.
password_already_in_useProvided password already in use.The chosen password is already associated with this account, suggesting a need for a more unique selection.
invalid_auth_codeInvalid auth code.The authentication code provided is incorrect or not applicable for the current operation.
invalid_headersInvalid headers provided.The request headers are malformed or missing required entries, indicating a bad request structure.
invalid_hostInvalid host provided.The host address is incorrect or not recognized, potentially due to a typo or configuration error.
too_weak_passwordPassword is too weak.The chosen password does not meet the security standards, suggesting it is too simple or common.
user_with_email_and_whitelabel_existsUser with provided email and whitelabel already exists.An attempt to create a new account with an email and whitelabel that are already in use, indicating a duplicate entry.
captcha_requiredCaptcha required.The transaction requires a captcha verification to proceed, typically for security reasons.
captcha_failedCaptcha failed.The captcha response provided was incorrect, suggesting a potential automated request or error in submission.