Error Catalog

Introduction

The Error Catalog is a section dedicated to listing all the error codes that can be returned by our API's. It serves as a reference guide to help our client quickly identify potential errors during interaction with the API methods. By consulting the catalog, you will be able to understand the most common causes of errors and how to efficiently handle them.

This section is essential to ensure that, when using the API, users are prepared to handle validation failures, operational issues, and internal problems. Each error is identified by a unique code, and its error message provides detailed information about the nature of the problem.

Error Code Structure

Each error code in the API follows a standardized structure, which includes two main components:

  1. Prefix: The prefix of the error code is EXE, indicating an operational error. This prefix helps distinguish the error as one related to the execution or processing of the request.
  2. Error Number: The error number is a sequential identifier that distinguishes each specific error. It is used to uniquely identify the error code. The number is assigned in increasing order for each unique error.
    1. Example Format: EXE[nnnnn], where [nnnnn] is the numeric identifier.
      1. Example: EXE0001 for "Account creation not allowed."
      2. Example: EXE0030 for "Account already exists."
    2. Error Message: Along with the error code, a message is returned that describes the error in detail and provides context about the cause of the problem.

Understanding the Table

The table below has been organized to facilitate the consultation and understanding of each error. It is divided into the following columns:

  • Error Code: A unique identifier for each error, following the structure EXE[nnnnn]. Example: EXE0001, EXE0030.
  • Error Message: A description that clearly explains the cause of the error. Example: "Account creation not allowed."
  • Methods: A list of the API methods where this error can occur. Example: NewAccount, CreateAccount.

Account Opening Errors

Methods: CreateAccount, CreateLockerAccount, CompanyLimitedAccount, LimitedAccount, NewAccount

The Account Opening Errors section includes failures that occur during the process of creating accounts and registering new customers. These errors are associated with methods responsible for creating and managing accounts within the system. Errors may arise due to issues with the provided data, such as missing required fields, invalid data, or permission problems for creating new accounts.

Errors in this category help identify failures in the registration process, providing information on what needs to be corrected in order to successfully complete the account creation.

IDMessageMétodos
EXE0001EXE0001 - Account creation not allowed.createAccount, newAccount, limitedAccount, companyLimitedAccount
EXE0002EXE0002 - Invalid email.createAccount, newAccount, limitedAccount, companyLimitedAccount
EXE0003EXE0003 - The provided phone number is invalid. Accepted formats: (DD) XXXXX-XXXX or DDXXXXXXXXX.createAccount, limitedAccount
EXE0004EXE0004 - Invalid CPF.createAccount, newAccount, limitedAccount, companyLimitedAccount
EXE0005EXE0005 - You are not authorized to create accounts via API.createAccount, newAccount, limitedAccount, companyLimitedAccount
EXE0006EXE0006 - The business unit {0} is invalid.createAccount, newAccount, limitedAccount, companyLimitedAccount, createLockerAccount
EXE0007EXE0007 - All bank details must be filled in when creating a specific account.createAccount
EXE0008EXE0008 - An account with bank details for the given CPF/CNPJ already exists.createLockerAccount, limitedAccount, createAccount, newAccount, companyLimitedAccount
EXE0009EXE0009 - The "Bank" parameter cannot exceed 4 characters.createLockerAccount, limitedAccount, createAccount, newAccount, companyLimitedAccount
EXE0010EXE0010 - The "BankBranch" parameter cannot exceed 10 characters.createLockerAccount, limitedAccount, createAccount, newAccount, companyLimitedAccount
EXE0011EXE0011 - The "BankAccount" parameter cannot exceed 20 characters.createLockerAccount, limitedAccount, createAccount, newAccount, companyLimitedAccount
EXE0012EXE0012 - The "BankAccountDigit" parameter cannot exceed 2 characters.createLockerAccount, limitedAccount, createAccount, newAccount, companyLimitedAccount, updatePersonData
EXE0013EXE0013 - Name is required.createLockerAccount, limitedAccount, createAccount, newAccount, companyLimitedAccount, updatePersonData
EXE0014EXE0014 - Name must be complete and cannot contain abbreviations. Example: Bruno Silva Bonfim.createLockerAccount, limitedAccount, createAccount, newAccount, companyLimitedAccount, updatePersonData
EXE0015EXE0015 - The names in the request cannot contain special characters.newAccount, updatePersonData, createAccount
EXE0016EXE0016 - Nickname must be complete and cannot contain abbreviations. Example: Bruno Silva Bonfim.newAccount, updatePersonData
EXE0017EXE0017 - The 'PersonName' field contains invalid characters. Only the following characters are allowed: letters (A-Z, a-z), accented letters, numbers (0-9), spaces, period (.), comma (,), ampersand (&), at (@), apostrophes (’ "), parentheses (()), and hyphen (-).newAccount, updatePersonData, limitedAccount, companyLimitedAccount
EXE0018EXE0018 - The "Name" field cannot contain special characters and numbers.createLockerAccount, limitedAccount, createAccount, newAccount, companyLimitedAccount, updatePersonData
EXE0019EXE0019 - This business unit does not allow multiple accounts per CPF/CNPJ.newAccount, createAccount
EXE0020EXE0020 - TaxNumber must have 11 or 14 digits.newAccount, limitedAccount, createAccount, companyLimitedAccount
EXE0021EXE0021 - An account has already been created for this CPF.newAccount, limitedAccount, createAccount
EXE0022EXE0022 - The value in the "ValidationType" field must be between 0 and 1.companyLimitedAccount
EXE0024EXE0024 - Date of birth cannot be null.newAccount, limitedAccount, createAccount, companyLimitedAccount
EXE0025EXE0025 - Date of birth cannot be later than the current date.newAccount, limitedAccount, createAccount, companyLimitedAccount
EXE0026EXE0026 - Opening or upgrading accounts for minors is not allowed with the current configuration.UpdatePersonData
EXE0027EXE0027 - Signature acceptance is required.newAccount, limitedAccount, createAccount, companyLimitedAccount
EXE0028EXE0028 - Signature date cannot be later than the current date.newAccount, limitedAccount, createAccount, companyLimitedAccount
EXE0029EXE0029 - The MonthlyIncome field is required.newAccount, updatePersonData
EXE0031EXE0031 - Invalid CPF/CNPJ.newAccount, updatePersonData, createAccount
EXE0032EXE0032 - The "Mail" property is required.newAccount, limitedAccount, createAccount, companyLimitedAccount, updatePersonData
EXE0033EXE0033 - The "WasSigned" field is required.newAccount, limitedAccount, createAccount, companyLimitedAccount, updatePersonData
EXE0034EXE0034 - The "SignatureDate" field is required.newAccount, limitedAccount, createAccount, companyLimitedAccount, updatePersonData
EXE0035EXE0035 - The ValidationType field is invalid.companyLimitedAccount
EXE0036EXE0036 - The "PubliclyExposedPerson" field is required.newAccount, limitedAccount, createAccount, companyLimitedAccount, updatePersonData
EXE0037EXE0037 - The "PersonName" field is required.newAccount, createAccount, companyLimitedAccount, updatePersonData
EXE0038EXE0038 - The "TaxNumber" field is required.newAccount, companyLimitedAccount, updatePersonData
EXE0039EXE0039 - The provided CNPJ is invalid.newAccount, companyLimitedAccount, updatePersonData, createAccount
EXE0040EXE0040 - The provided constitution date is invalid.newAccount, companyLimitedAccount, updatePersonData
EXE0041EXE0041 - The ValidationType field is required.newAccount, companyLimitedAccount, updatePersonData
EXE0042EXE0042 - The "CompanyType" field is invalid.newAccount, companyLimitedAccount, updatePersonData, limitedAccount
EXE0043EXE0043 - Invalid date of birth.newAccount, companyLimitedAccount, updatePersonData createAccount
EXE0044EXE0044 - The "PersonRoleType" property is required.newAccount, companyLimitedAccount, updatePersonData
EXE0045EXE0045 - The "PersonRoleType" field is invalid.newAccount, companyLimitedAccount, updatePersonData
EXE0046EXE0046 - Account successfully created.newAccount, companyLimitedAccount, updatePersonData
EXE0047EXE0047 - Account creation for the requested type is not authorized at the moment.limitedAccount, companyLimitedAccount
EXE0048EXE0048 - The "ConstitutionDate" field is required when creating an account for a legal entity.newAccount, companyLimitedAccount, updatePersonData
EXE0049EXE0049 - The provided constitution date {0} cannot be later than the current year {1}.newAccount, companyLimitedAccount, updatePersonData
EXE0050EXE0050 - The "Phone" field is required.newAccount, companyLimitedAccount, updatePersonData, limitedAccount
EXE0051EXE0051 - The "PersonName" field cannot contain special characters and numbers.newAccount, companyLimitedAccount, updatePersonData
EXE0052EXE0052 - You must add at least one signer.newAccount, companyLimitedAccount, updatePersonData
EXE0053EXE0053 - The value in the "PersonRoleType" field must be between 0 and 3.newAccount, companyLimitedAccount, updatePersonData
EXE0054EXE0054 - The signer cannot be a holder, please change the "PersonRoleType" to a valid value.newAccount, companyLimitedAccount, updatePersonData
EXE0055EXE0055 - Invalid birth date, the signer must be of legal age.newAccount, companyLimitedAccount, updatePersonData
EXE0056EXE0056 - The field {0} is required.newAccount, updatePersonData, companyLimitedAccount, limitedAccount
EXE0057EXE0057 - The holder is a minor and needs a legal guardian.newAccount
EXE0058EXE0058 - It is not possible to register a person with a birth date later than the current year.newAccount, companyLimitedAccount, updatePersonData, limitedAccount
EXE0059EXE0059 - Missing required documents {0}.newAccount, updatePersonData
EXE0060EXE0060 - Documents are required.newAccount, updatePersonData
EXE0061EXE0061 - You must submit both sides of the ID or Driver's License to continue the registration process. Please resubmit with both documents.newAccount, updatePersonData
EXE0062EXE0062 - The requested state does not exist.newAccount, updatePersonData, companylimitedAccount
EXE0063EXE0063 - Public Entity accounts cannot be created.newAccount, updatePersonData
EXE0064EXE0064 - The "FatherFullName" field must be complete and cannot contain abbreviations. Example: Bruno Silva Bonfim.newAccount, updatePersonData
EXE0065EXE0065 - The "MotherFullName" field must be complete and cannot contain abbreviations. Example: Ana Silva Bonfim.newAccount, updatePersonData
EXE0066EXE0066 - The "MotherFullName" field is required.newAccount, updatePersonData
EXE0067EXE0067 - The "SpouseName" field must be the full name, and cannot contain abbreviations.newAccount, updatePersonData
EXE0068EXE0068 - The "Nationality" field does not allow special characters.newAccount, updatePersonData
EXE0069EXE0069 - The "BirthCity" field does not allow special characters.newAccount, updatePersonData
EXE0070EXE0070 - The "Occupation" field does not allow special characters.newAccount, updatePersonData
EXE0071EXE0071 - The "CompanyActivity" field does not allow special characters.newAccount, updatePersonData
EXE0072EXE0072 - The document extension {0} is invalid.newAccount, updatePersonData
EXE0073EXE0073 - The extension of the document {0} sent does not match the {1} extension specified.newAccount, updatePersonData
EXE0074EXE0074 - The provided IdentityDocument is invalid.newAccount, updatePersonData
EXE0075EXE0075 - A KYC Report is required for the holder.newAccount, updatePersonData
EXE0076EXE0076 - The company activity field is limited to 200 characters or fewer.newAccount, updatePersonData
EXE0077EXE0077 - The "Nationality" field is required.newAccount, updatePersonData
EXE0078EXE0078 - The "PersonName" field must be complete and cannot contain abbreviations. Example: Bruno Silva Bonfim.newAccount, updatePersonData
EXE0079EXE0079 - The "PhoneNumber" property is required.newAccount, updatePersonData, companyLimitedAccount, limitedAccount, createAccount
EXE0080EXE0080 - The "CompanyType" field is required.newAccount, updatePersonData, companylimitedAccount
EXE0081EXE0081 - The TaxNumber: {0} of the signer cannot be a CNPJ.newAccount, updatePersonData, companylimitedAccount
EXE0082EXE0082 - Proof of address for the Person of the Union entity is required.newAccount, updatePersonData, companylimitedAccount
EXE0083EXE0083 - The "AddressLine" property is required.newAccount, updatePersonData
EXE0084EXE0084 - The "Neighborhood" property is required.newAccount, updatePersonData
EXE0085EXE0085 - The "CityName" property is required.newAccount, updatePersonData
EXE0086EXE0086 - The "State" property is required.newAccount, updatePersonData
EXE0087EXE0087 - The "Address" property is required.newAccount, updatePersonData
EXE0088EXE0088 - The "AddressLine" field cannot be null.newAccount, updatePersonData
EXE0089EXE0089 - The "AddressLine2" field cannot be null.newAccount, updatePersonData
EXE0090EXE0090 - The "Complement" field cannot be null.newAccount, updatePersonData
EXE0091EXE0091 - The "Reference" field cannot be null.newAccount, updatePersonData
EXE0092EXE0092 - The "Neighborhood" field cannot be null.newAccount, updatePersonData
EXE0093EXE0093 - The "CityName" field cannot be null.newAccount, updatePersonData
EXE0094EXE0094 - The "Country" field cannot be null.newAccount, updatePersonData
EXE0095EXE0095 - Invalid contract model.newAccount
EXE0096EXE0096 - The signatories list cannot be empty.newAccount
EXE0097EXE0097 - The signatory's 'TaxNumber' must be registered in the 'Person' object.newAccount
EXE0098EXE0098 - A 'Buyer' must be provided for contract signing.newAccount
EXE0099EXE0099 - Only one 'Buyer' is allowed in the signatory list.newAccount
EXE0100EXE0100 - The signatory with 'Buyer' role cannot also have the 'Seller' role.newAccount
EXE0101EXE0101 - All signatories must have distinct roles.newAccount
EXE0102EXE0102 - The front ID of the minor is required.newAccount
EXE0103EXE0103 - The back ID of the minor is required.newAccount
EXE0104EXE0104 - The ID of the minor is required.newAccount
EXE0105EXE0105 - Remove the Driver's License from the minor's documents.newAccount
EXE0106EXE0106 - A legal guardian over the age of 18 is required.newAccount
EXE0107EXE0107 - No legal guardians under 18 are allowed.newAccount
EXE0108EXE0108 - Provide documents for the legal guardian.newAccount
EXE0109EXE0109 - Invalid or missing ZipCode, please check.newAccount
EXE0110EXE0110 - The "AddressType" property is required.newAccount
EXE0111EXE0111 - The "AddressType" field is invalid.newAccount
EXE0112EXE0112 - The "DocumentFile" property is required.newAccount
EXE0113EXE0113 - The "DocumentFile" cannot be an empty file.newAccount
EXE0162EXE0162 – The Description field cannot contain special characters.newAccount, updatePersonData
EXE0163EXE0163 – Invalid expiration date.newAccount, updatePersonData
EXE0170EXE0170 – The provided {0} document type does not meet this procedure’s requirements.newAccount, updatePersonData
EXE0245EXE0245 – There is already an account opening request in progress with the provided data.LimitedAccount

Update Errors

Methods: UpdatePersonData, ChangePersonInfo

Update Errors occur when there are failures during the process of updating personal data or information of already existing accounts. These errors are related to methods that allow modifying customer or account details within the system. They can happen due to inconsistent data, authentication failures, or permission issues when attempting to perform updates.


IDMessageMethods
EXE0015EXE0015 - Special characters not allowed in namesUpdatePersonData
EXE0016EXE0016 - Nickname contains a period (.) not allowedUpdatePersonData
EXE0017EXE0017 - Company name contains not allowed charactersUpdatePersonData
EXE0024EXE0024 - Mandatory date of birth not providedUpdatePersonData
EXE0027EXE0027 - Term of acceptance not signedUpdatePersonData
EXE0028EXE0028 - Term signature date is greater than the current dateUpdatePersonData
EXE0029EXE0029 - Mandatory monthly income not providedUpdatePersonData
EXE0031Invalid CPF/CNPJUpdatePersonData
EXE0034EXE0034 - Term signature date not providedUpdatePersonData
EXE0036EXE0036 - Politically exposed person not providedUpdatePersonData
EXE0048EXE0048 - Mandatory incorporation date not provided or is invalidUpdatePersonData
EXE0049EXE0049 - Incorporation date is greater than the current date (formatted message)UpdatePersonData
EXE0051EXE0051 - Individual's name contains not allowed charactersUpdatePersonData
EXE0052EXE0052 - Company without signatoriesUpdatePersonData
EXE0054EXE0054 - Holder's role not allowed for signatoryUpdatePersonData
EXE0059EXE0059 - Mandatory document not provided (formatted message, various types: Selfie, Contract, etc.)UpdatePersonData
EXE0061EXE0061 - List of mandatory documents not provided (formatted message)UpdatePersonData
EXE0062EXE0062 - State not recognizedUpdatePersonData
EXE0064EXE0064 - Father's name contains a period (.) not allowedUpdatePersonData
EXE0066EXE0066 - Mandatory signatory's mother's name not providedUpdatePersonData
EXE0067EXE0067 - Spouse's name contains a period (.) not allowedUpdatePersonData
EXE0068EXE0068 - Mandatory nationality not providedUpdatePersonData
EXE0074EXE0074 - Duplicate identity documentUpdatePersonData
EXE0076EXE0076 - Company activity exceeds character limitUpdatePersonData
EXE0077EXE0077 - Mandatory nationality not providedUpdatePersonData
EXE0078EXE0078 - Invalid name (special characters or format)UpdatePersonData
EXE0079EXE0079 - Mandatory phone not providedUpdatePersonData
EXE0081EXE0081 - Invalid signatory's CPFUpdatePersonData
EXE0083EXE0083 - Mandatory address not providedUpdatePersonData
EXE0084EXE0084 - Mandatory neighborhood not providedUpdatePersonData
EXE0085EXE0085 - Mandatory city not providedUpdatePersonData
EXE0086EXE0086 - Mandatory state not providedUpdatePersonData
EXE0087EXE0087 - Mandatory address not providedUpdatePersonData
EXE0094EXE0094 - Mandatory country not providedUpdatePersonData
EXE0110EXE0110 - Mandatory address type not providedUpdatePersonData
EXE0120EXE0120 - Mandatory mother's name not providedUpdatePersonData
EXE0137EXE0137 - The PersonInfos property must be provided.ChangePersonInfo
EXE0138EXE0138 - The PersonInfoType property must be provided.ChangePersonInfo
EXE0139EXE0139 - The provided PersonInfoType is invalid.ChangePersonInfo
EXE0140EXE0140 - Provide a valid PersonInfoValue.ChangePersonInfo
EXE0141EXE0141 - At least one data type must be provided for the registration update request.ChangePersonInfo
EXE0142EXE0142 - Person not found by CPF/CNPJChangePersonInfo
EXE0143EXE0143 - HolderTaxNumber must be a CNPJ.ChangePersonInfo
EXE0144EXE0144 - HolderTaxNumber: {0} and TaxNumber: {1} cannot belong to the same Person.ChangePersonInfo
EXE0145EXE0145 - No person with TaxNumber {0} was found in BU {1}.ChangePersonInfo
EXE0146EXE0146 - The TaxNumber {0} is not part of the corporate structure of HolderTaxNumber {1}.ChangePersonInfo
EXE0147EXE0147 - The TaxNumber {0} is part of a corporate structure; send the company's CNPJ through the HolderTaxNumber field.ChangePersonInfo
EXE0148EXE0148 - There is already an open registration change request.ChangePersonInfo
EXE0149EXE0149 - The request has two or more orders for the same data type.ChangePersonInfo
EXE0150EXE0150 - The field {0} is invalid.ChangePersonInfo
EXE0151EXE0151 - The field {0} cannot be changed for an Individual.ChangePersonInfo
EXE0152EXE0152 - The field {0} cannot be changed for a Legal Entity.ChangePersonInfo
EXE0153EXE0153 - Dear customer, you have exceeded the sensitive data change limit. Please try again in {0} day(s). Thank you for your understanding.ChangePersonInfo
EXE0154EXE0154 - Dear customer, you have exceeded the sensitive data change limit. Please try again in {0} hour(s). Thank you for your understanding.ChangePersonInfo
EXE0155EXE0155 - It is necessary to update the mandatory fields: {0}.ChangePersonInfo
EXE0156EXE0156 - The property {0} is mandatory.ChangePersonInfo
EXE0157EXE0157 - The field {0} cannot contain only special characters.ChangePersonInfo
EXE0158EXE0158 - Invalid Zip Code.ChangePersonInfo
EXE0159EXE0159 – The required {0} does not exist.ChangePersonInfo
EXE0160EXE0160 – No address exists for this person.
EXE0164EXE0164 - The BirthCity field does not allow special characters.ChangePersonInfo
EXE0165EXE0165 - Mandatory state of birth not providedUpdatePersonData
EXE0166EXE0166 - Mandatory selfie document not providedUpdatePersonData
EXE0167EXE0167 - Invalid state of birthUpdatePersonData
EXE0168EXE0168 - Invalid stateUpdatePersonData
EXE0169EXE0169 - Only Limited/Legacy accounts can be updated..UpdatePersonData, ChangePersonInfo
EXE0186EXE0186 - The date of birth must be less than today's date..UpdatePersonData, ChangePersonInfo
EXE0188EXE0188 - The account holder's name is invalid..UpdatePersonData, ChangePersonInfo
EXE0190EXE0190 - The value provided for the State field is invalid..UpdatePersonData, ChangePersonInfo
EXE0191EXE0191 - The value provided for the City field is invalid..UpdatePersonData, ChangePersonInfo
EXE0192EXE0192 - The city cannot be different from the state..UpdatePersonData, ChangePersonInfo
EXE0196EXE0196 - The ZipCode field is mandatory..UpdatePersonData, ChangePersonInfo
EXE0197EXE0197 - The ZipCode field is invalid..UpdatePersonData, ChangePersonInfo
EXE0198EXE0198 - The Country field is invalid..UpdatePersonData, ChangePersonInfo
EXE0199EXE0199 - The Address field cannot be null..UpdatePersonData, ChangePersonInfo
EXE0203EXE0203 - The full name field is mandatory..UpdatePersonData, ChangePersonInfo
EXE0204EXE0204 - Invalid account holder name..UpdatePersonData, ChangePersonInfo
EXE0205EXE0205 - Invalid ZipCode format..UpdatePersonData, ChangePersonInfo
EXE0206EXE0206 - The address cannot be empty..UpdatePersonData, ChangePersonInfo
EXE0207EXE0207 - The State provided is invalid..UpdatePersonData, ChangePersonInfo
EXE0209EXE0209 - The full name is mandatory..UpdatePersonData, ChangePersonInfo
EXE0210EXE0210 - The full name is invalid..UpdatePersonData, ChangePersonInfo
EXE0212EXE0212 - The provided date of birth is invalid..UpdatePersonData, ChangePersonInfo
EXE0213EXE0213 - The Country field is invalid..UpdatePersonData, ChangePersonInfo
EXE0214EXE0214 - The State field is invalid..UpdatePersonData, ChangePersonInfo
EXE0215EXE0215 - The City field is invalid..UpdatePersonData, ChangePersonInfo
EXE0216EXE0216 - The ZipCode field is invalid..UpdatePersonData, ChangePersonInfo
EXE0217EXE0217 - The ZipCode field is mandatory..UpdatePersonData, ChangePersonInfo
EXE0218EXE0218 - The Address field is invalid..UpdatePersonData, ChangePersonInfo
EXE0221EXE0221 - The date of birth must be less than today's date..UpdatePersonData, ChangePersonInfo
EXE0222EXE0222 - It is necessary to provide the ZipCode..UpdatePersonData, ChangePersonInfo
EXE0223EXE0223 - State and City do not match..UpdatePersonData, ChangePersonInfo
EXE0224EXE0224 - Invalid State..UpdatePersonData, ChangePersonInfo

Rate and Limits Errors

Methods: AccountRate, AccountRateBatch, ChangeAccountOperationLimit

The Rates and Limits Errors section covers errors that occur during the application of rates and limits on accounts. This includes setting and verifying rates, controlling operational limits, and updating limit configurations. Errors in this category are common when there are issues applying, altering, or checking account limits, or when the rates provided do not meet system requirements.

IDMessageMethods
EXE0194EXE0194 - The "OperationType" field must be provided.changeAccountOperationLimit, accountRate, accountRateBatch
EXE0195EXE0195 - Property {0} is invalid in the request.accountRate, accountRateBatch
EXE0196EXE0196 - Rate update successfully completed.accountRate, accountRateBatch
EXE0197EXE0197 - The "TaxNumber" field must be provided.accountRate, accountRateBatch
EXE0198EXE0198 - It was not possible to pass values less than {0} in the "RateValue" field.accountRate, accountRateBatch
EXE0199EXE0199 - It is not possible to insert two values for rates.accountRate, accountRateBatch
EXE0200EXE0200 - The percentage for the rate cannot exceed 100%.accountRate, accountRateBatch
EXE0201EXE0201 - Invalid "OperationType".accountRate, accountRateBatch
EXE0202EXE0202 - The rate value cannot be negative.accountRate, accountRateBatch
EXE0203EXE0203 - Invalid format, please use a period instead of a comma.accountRate, accountRateBatch
EXE0204EXE0204 - The "Accounts" field must be provided.accountRate, accountRateBatch
EXE0205EXE0205 - The "AccountKey" property must be provided.accountRate, accountRateBatch
EXE0206EXE0206 - The "Accounts" field cannot be empty.accountRate, accountRateBatch
EXE0207EXE0207 - Request quantity exceeded. Correctly specify the number of requests.accountRate, accountRateBatch
EXE0208EXE0208 - The "AccountKey" {0} provided in the request was not found, please check.accountRate, accountRateBatch
EXE0209EXE0209 - One or more specified accounts were not found.accountRate, accountRateBatch
EXE0210EXE0210 - The "RequestIdentifier" field must be provided.accountRate, accountRateBatch
EXE0211EXE0211 - The "Document" field must be provided.accountRate, accountRateBatch
EXE0212EXE0212 - RequestIdentifier not identified.accountRate, accountRateBatch
EXE0213EXE0213 - No PersonWorkflow was found.accountRate, accountRateBatch
EXE0214EXE0214 - The process does not allow documents of type {0} to be submitted.accountRate, accountRateBatch
EXE0215EXE0215 - Validation method not enabled.accountRate, accountRateBatch
EXE0216EXE0216 - Only KYC Report and Digital Certificate documents are accepted.accountRate, accountRateBatch
EXE0217EXE0217 - No address was found for this CPF/CNPJ, please contact support.accountRate, accountRateBatch
EXE0218EXE0218 - Method executed successfully.accountRate, accountRateBatch
EXE0219EXE0219 - No document was found for the provided TaxNumber and DocumentType.accountRate, accountRateBatch
EXE0220EXE0220 - USN not provided.accountRate, accountRateBatch
EXE0221EXE0221 - The operation under which the limit will be implemented must be provided.changeAccountOperationLimit, accountRate, accountRateBatch
EXE0222EXE0222 - Invalid operation type.changeAccountOperationLimit, accountRate, accountRateBatch
EXE0223EXE0223 - You must specify whether the requested limit is daily, weekly, monthly, or nightly.changeAccountOperationLimit, accountRate, accountRateBatch
EXE0224EXE0224 - Invalid limit type.changeAccountOperationLimit, accountRate, accountRateBatch
EXE0225EXE0225 - You must specify whether the limit is in terms of operation count or monetary value.changeAccountOperationLimit, accountRate, accountRateBatch
EXE0226EXE0226 - Invalid limit subtype.changeAccountOperationLimit, accountRate, accountRateBatch
EXE0227EXE0227 - The value for the requested new limit must be provided.changeAccountOperationLimit, accountRate, accountRateBatch
EXE0228EXE0228 - The specified limit must be greater than or equal to zero.changeAccountOperationLimit, accountRate, accountRateBatch
EXE0229EXE0229 - The "Justification" field value is invalid.changeAccountOperationLimit, accountRate, accountRateBatch
EXE0230EXE0230 - No account holder is registered for the document {0} of the person provided.changeAccountOperationLimit
EXE0231EXE0231 - No account is registered for the holder {0} and business unit {1} provided.changeAccountOperationLimit
EXE0232EXE0232 - This account has pending requests.changeAccountOperationLimit
EXE0233EXE0233 - Limit request created successfully and sent for evaluation.changeAccountOperationLimit
EXE0234EXE0234 - Limit request performed successfully.changeAccountOperationLimit
EXE0235EXE0235 - The TransactionType field is mandatory.changeAccountOperationLimit

Get and Document Errors

Methods: GetAccount, SendDocument, GetAccountAddres, GetAccountOperationLimit

Get and Document Errors are related to methods used for retrieving account information and associated documents. This category of errors occurs when there are failures in accessing or retrieving specific account data or when sending documents, such as during the identity verification process or account limit inquiries.


IDMessageMethods
EXE0130EXE0130: There is no account linked to this Taxpayer ID.getAccount
EXE0131EXE0131: There is no account linked to this Taxpayer ID.getAccount
EXE0132EXE0132: The provided AccountKey is invalid, possibly due to a typo.getAccount
EXE0133EXE0133: The AccountKey does not belong to the registered unit.getAccount
EXE0210EXE0210: The property RequestIdentifier is required.sendDocument
EXE0211EXE0211: The property DocumentId is required.sendDocument
EXE0212EXE0212: RequestIdentifier not found.sendDocument
EXE0213EXE0213: No PersonWorkflow exists.sendDocument
EXE0214EXE0214: The process does not allow the sending of documents.sendDocument
EXE0215EXE0215 – Validation method not enabled.sendDocument
EXE0217EXE0217 – No address was found for this tax ID (CPF/CNPJ); contact support.getAccountAddress
EXE0218EXE0218 – Method executed successfully.getAccountAddress
EXE0219EXE0219 – No document was found for the provided TaxNumber and DocumentType.getAccountAddress