API General Error Codes

These error codes are consistent across our API.

ErrorCodeError Message
INVALID_ACCOUNTAUTH-0001Your account does not have the right permission to login to this portal. Please Apply for an Enterprise Account.
INVALID_CREDENTIALSAUTH-0002Incorrect auth details.
PHONE_NUMBER_NOT_FOUNDAUTH-0003Unable to find provided phone number or phone number it is not verified. Please select different method or contact customer support.
INVALID_PHONE_NUMBERAUTH-0004Invalid phone number.
INVALID_2FA_TOKENAUTH-0005Access denied or expired.
INCORRECT_AUTH_CODEAUTH-0006Auth code provided is incorrect, please check and re-enter received code and try again.
UNABLE_TO_SEND_AUTH_CODEAUTH-0007Sorry, we were unable to send the auth code, please try again or contact customer support.
INVALID_USER_ACCESSAUTH-0008Invalid user access.
INVALID_PASSWORDAUTH-0009The provided password is not valid.
NO_PIN_EXISTSAUTH-0010There is no passcode set on the user, please create one instead.
PIN_ALREADY_SETAUTH-0011There is already a passcode set on the user, please reset instead.
INVALID_PIN_CODEAUTH-0012The provided passcode does not match our records, please try again or reset your passcode.
SOCIAL_UNABLE_TO_LOGINAUTH-0013Unable to login with your social account. Please verify your credentials and try again or contact customer support.
UNABLE_TO_CREATE_PINAUTH-0014Unable to create new pass-code, please try again or contact customer support.
UNABLE_TO_CHECK_PINAUTH-0015Unable to check pass-code, please try again or contact customer support.
UNABLE_TO_UPDATE_PINAUTH-0016Unable to update pass-code, please try again or contact customer support.
UNABLE_TO_RESET_PINAUTH-0017Unable to reset pass-code, please try again or contact customer support.
TRADITIONAL_UNABLE_TO_LOGINAUTH-0018Unable to login with your account. Please verify your credentials and try again or contact customer support.
INVALID_JWTAUTH-0019Invalid JWT Token!
UNABLE_TO_RESEND_2FAAUTH-0020Unable to re-send 2FA!
UNSUPPORTED_PHONE_NUMBERAUTH-0021Provided number is not a valid mobile phone number! Please contact support for more details.
REGISTRATION_NOT_ALLOWEDAUTH-0022Registration not allowed, please contact customer support!
UNABLE_TO_CHANGE_PASSWORDAUTH-0023Unable to change password. Please try again or contact customer support.
UNVERIFIED_PHONE_NUMBERAUTH-0024Your phone number requires verification. Please contact support.
UNSUCCESSFUL_REGISTRATIONAUTH-0025Please try again again or contact support.
REGISTRATION_PHONE_TAKENAUTH-0026The phone number you chose is already in use.
REGISTRATION_EMAIL_TAKENAUTH-0027The email address you chose is already in use.
UNABLE_TO_RESET_PASSWORDAUTH-0028Unable to reset password.
SECURITY_CODE_EXPIREDAUTH-0029Your 6-digit security code has expired. Please resend a new code.
APPLICATION_INACTIVEAUTH-0030Your application is not active.
INVALID_SCOPEAUTH-0031The requested scopes must be granted by the user first.

Address errors

Address fields are validated across several flows. Constraints differ by context (for example, virtual card and bank account addresses are US-only, while business legal addresses may be international). For formatting rules and worked examples, see Address Formatting Requirements.

ErrorCodeApplies toError Message
INVALID_BILLING_ADDRESSVC-0025Virtual card issuance (billing address)The billing address could not be verified. It must be a deliverable US address (no PO boxes) with a matching city, state, and ZIP.
InvalidBusinessLegalAddressBS-0002Business registration (KYB)Business legal address is incorrect.
InvalidOwnerInformationBS-0003Business registration (KYB)One or more owner details are incorrect (includes the owner's US-based address).
📘

Missing or malformed address fields

A missing required field or an invalid value inside an address object is returned as a general argument error — ARG-0001 on virtual card calls, or AR-0001 / AR-0002 on business registration — rather than one of the address codes above.

Want to learn more? Contact us at your support email. Speak with our experts for more info or to request a demo.