| FEE-0001 | Unexpected fields in the request | The request body contains more fields than expected. Please send only the allowed fields as per the documentation. The unexpected fields are listed in the fields object. | O corpo da requisição contém mais campos do que o esperado. Por favor, envie apenas os campos permitidos conforme a documentação. Os campos inesperados estão listados no objeto fields. |
| FEE-0002 | Missing fields in request | Your request is missing one or more required fields. Please refer to the documentation to ensure all necessary fields are included in your request. | Sua requisição está sem um ou mais campos obrigatórios. Por favor, consulte a documentação para garantir que todos os campos necessários estejam incluídos na sua requisição. |
| FEE-0003 | Bad request | The server could not understand the request due to malformed syntax. Please check the listed fields and try again. | O servidor não conseguiu entender a requisição devido à sintaxe malformada. Por favor, verifique os campos listados e tente novamente. |
| FEE-0005 | Calculation field type invalid | The Calculation field type is invalid. Values can only be percentage or flat. | O tipo do campo Calculation é inválido. Os valores só podem ser percentage ou flat. |
| FEE-0006 | Invalid query parameter | One or more query parameters are in an incorrect format. Please check the following parameters ‘parametros_erros’ and ensure they meet the required format before trying again. | Um ou mais parâmetros de consulta estão em formato incorreto. Por favor, verifique os seguintes parâmetros ‘parametros_erros’ e garanta que atendam ao formato exigido antes de tentar novamente. |
| FEE-0007 | Invalid date format error | The ‘initialDate’, ‘finalDate’, or both are in the incorrect format. Please use the ‘yyyy-mm-dd’ format and try again. | O ‘initialDate’, ‘finalDate’, ou ambos estão em formato incorreto. Por favor, use o formato ‘yyyy-mm-dd’ e tente novamente. |
| FEE-0008 | Invalid final date error | The ‘finalDate’ cannot be earlier than the ‘initialDate’. Please verify the dates and try again. | O ‘finalDate’ não pode ser anterior ao ‘initialDate’. Por favor, verifique as datas e tente novamente. |
| FEE-0009 | Date range exceeds limit error | The range between ‘initialDate’ and ‘finalDate’ exceeds the permitted limit of %v months. Please adjust the dates and try again. | O intervalo entre ‘initialDate’ e ‘finalDate’ excede o limite permitido de %v meses. Por favor, ajuste as datas e tente novamente. |
| FEE-0010 | Invalid date range error | Both ‘initialDate’ and ‘finalDate’ fields are required and must be in the ‘yyyy-mm-dd’ format. Please provide valid dates and try again. | Ambos os campos ‘initialDate’ e ‘finalDate’ são obrigatórios e devem estar no formato ‘yyyy-mm-dd’. Por favor, forneça datas válidas e tente novamente. |
| FEE-0011 | Pagination limit exceeded | The pagination limit exceeds the maximum allowed of %v items per page. Please verify the limit and try again. | O limite de paginação excede o máximo permitido de %v itens por página. Por favor, verifique o limite e tente novamente. |
| FEE-0012 | Entity not found | No entity was found for the given ID. Please make sure to use the correct ID for the entity you are trying to manage. | Nenhuma entidade foi encontrada para o ID fornecido. Por favor, certifique-se de usar o ID correto para a entidade que você está tentando gerenciar. |
| FEE-0014 | Account not found on Midaz | Failed to find account ‘%v’ on Midaz. Please check the creditaccount passed. | Falha ao encontrar a conta ‘%v’ no Midaz. Por favor, verifique o creditaccount informado. |
| FEE-0015 | minimumAmount greater than maximumAmount | minimumAmount value is greater than maximumAmount. | O valor de minimumAmount é maior que maximumAmount. |
| FEE-0016 | Invalid path parameter | Path parameters is in an incorrect format. Please check the following parameter and ensure they meet the required format before trying again. | O parâmetro de caminho está em formato incorreto. Por favor, verifique o seguinte parâmetro e garanta que atenda ao formato exigido antes de tentar novamente. |
| FEE-0018 | Package already exists | There is a Package with same index values for [organizationId, ledgerId, segmentId, transactionRoute, minimumAmount, maximumAmount] | Já existe um Package com os mesmos valores de índice para [organizationId, ledgerId, segmentId, transactionRoute, minimumAmount, maximumAmount] |
| FEE-0019 | Invalid header parameter | One or more headers parameters are in an incorrect format. Please check the following parameters and ensure they meet the required format before trying again. | Um ou mais parâmetros de cabeçalho estão em formato incorreto. Por favor, verifique os seguintes parâmetros e garanta que atendam ao formato exigido antes de tentar novamente. |
| FEE-0020 | Missing header | Headers parameters is required. Please check the following header parameters %v and ensure they are passing the values correctly. | Os parâmetros de cabeçalho são obrigatórios. Por favor, verifique os seguintes parâmetros de cabeçalho %v e garanta que estejam passando os valores corretamente. |
| FEE-0022 | Failed to calculate fee | Error to make the calculation of a fee about a transaction. | Erro ao realizar o cálculo de uma taxa sobre uma transação. |
| FEE-0023 | Missing calculation model | The calculation model is required to Fee. | O modelo de cálculo é obrigatório para a Fee. |
| FEE-0024 | originalAmount is required when priority is one | For Priority equals to one, referenceAmount must be ‘originalAmount’ for fee. | Para Priority igual a um, referenceAmount deve ser ‘originalAmount’ para a fee. |
| FEE-0025 | Failed to apply rule: flatFee or percentual | applicationRule flatFee or percentual must have exactly 1 calculation for Fee. | A applicationRule flatFee ou percentual deve ter exatamente 1 cálculo para a Fee. |
| FEE-0026 | Invalid calculation type: percentual | The calculation type percentual must be ‘percentage’ for Fee. | O tipo de cálculo percentual deve ser ‘percentage’ para a Fee. |
| FEE-0027 | Invalid calculation type: flatFee | The calculation type flatFee must be ‘flat’ for Fee. | O tipo de cálculo flatFee deve ser ‘flat’ para a Fee. |
| FEE-0028 | Missing required fee fields | All fields of a new Fee must be filled. Please check again the payload passed. | Todos os campos de uma nova Fee devem ser preenchidos. Por favor, verifique novamente o payload informado. |
| FEE-0029 | Calculation field is required for fee | Please fill the Calculation object correctly. All calculation fields must be filled. | Por favor, preencha o objeto Calculation corretamente. Todos os campos de cálculo devem ser preenchidos. |
| FEE-0030 | referenceAmount is not valid | Field reference amount must be originalAmount or afterFeesAmount. | O campo reference amount deve ser originalAmount ou afterFeesAmount. |
| FEE-0031 | Invalid applicationRule | Field application rule must be maxBetweenTypes, flatFee or percentual. | O campo application rule deve ser maxBetweenTypes, flatFee ou percentual. |
| FEE-0032 | Invalid calculation type | Field calculation type must be percentage or flat. | O campo calculation type deve ser percentage ou flat. |
| FEE-0033 | maximumAmount less than minimumAmount | maximumAmount value is less than minimumAmount. | O valor de maximumAmount é menor que minimumAmount. |
| FEE-0034 | Package filtering error | Failed to filter a single package by transactionRoute, segmentID, and maximum/minimum amount. Either no package was found or multiple packages matched the criteria. | Falha ao filtrar um único package por transactionRoute, segmentID e valor máximo/mínimo. Nenhum package foi encontrado ou múltiplos packages corresponderam aos critérios. |
| FEE-0035 | Package amount range overlap | The maximumAmount and minimumAmount of the new package overlap with the amount range of an existing package. | O maximumAmount e minimumAmount do novo package se sobrepõem ao intervalo de valores de um package existente. |
| FEE-0036 | Invalid sort order | Invalid ‘sort_order’ value. Expected ‘asc’ or ‘desc’. | Valor de ‘sort_order’ inválido. Esperado ‘asc’ ou ‘desc’. |
| FEE-0037 | Error to distribute values | Error to try distribute the values of send object. Please check the data passed. | Erro ao tentar distribuir os valores do objeto enviado. Por favor, verifique os dados informados. |
| FEE-0038 | Failed to apply rule: maxBetweenTypes | applicationRule maxBetweenTypes must have more than 1 calculation for Fee %v. | A applicationRule maxBetweenTypes deve ter mais de 1 cálculo para a Fee %v. |
| FEE-0039 | Invalid segmentID | The specified segmentID is not a valid UUID. Please check the value passed. | O segmentID especificado não é um UUID válido. Por favor, verifique o valor informado. |
| FEE-0040 | Invalid ledgerID | The specified ledgerID is not a valid UUID. Please check the value passed. | O ledgerID especificado não é um UUID válido. Por favor, verifique o valor informado. |
| FEE-0041 | Unmarshalling error | Invalid value for field ‘%s’: expected type ‘%s’, but got ‘%s’. | Valor inválido para o campo ‘%s’: tipo esperado ‘%s’, mas recebido ‘%s’. |
| FEE-0042 | Error to convert values | The value of the field %s is invalid. Remember to use dot (.) as decimal separator instead of comma (,). Example: use 1000.50 instead of 1000,50. | O valor do campo %s é inválido. Lembre-se de usar ponto (.) como separador decimal em vez de vírgula (,). Exemplo: use 1000.50 em vez de 1000,50. |
| FEE-0043 | originalAmount is required when isDeductibleFrom is true | For isDeductibleFrom true, referenceAmount must be ‘originalAmount’ for ‘%s’. | Para isDeductibleFrom true, referenceAmount deve ser ‘originalAmount’ para ‘%s’. |
| FEE-0044 | applicationRule invalid value | applicationRule is invalid, Err: %v. | applicationRule é inválida, Err: %v. |
| FEE-0045 | forbidden to access Midaz | Error to access Midaz. Please check the client credentials to access Midaz for creditAccount %v validation. | Erro ao acessar o Midaz. Por favor, verifique as credenciais do cliente para acessar o Midaz para validação do creditAccount %v. |
| FEE-0046 | calculation value percentage invalid | Calculation value is invalid can not utrapass 100%%. Please check the calculation value for Fee %v.. | O valor do cálculo é inválido, não pode ultrapassar 100%%. Por favor, verifique o valor do cálculo para a Fee %v. |
| FEE-0047 | calculation value flat invalid | Calculation value is invalid can not utrapass the minimum amount %v. Please check the calculation value for Fee %v. | O valor do cálculo é inválido, não pode ultrapassar o valor mínimo %v. Por favor, verifique o valor do cálculo para a Fee %v. |
| FEE-0048 | error to access Midaz | Error to access Midaz to validate creditAccount %v. Please check the client credentials to access Midaz. | Erro ao acessar o Midaz para validar o creditAccount %v. Por favor, verifique as credenciais do cliente para acessar o Midaz. |
| FEE-0049 | deductible value forbidden | Can not update deductible value to true. The calculation value is bigger than 100%% for Fee %v. | Não é possível atualizar o valor dedutível para true. O valor do cálculo é maior que 100%% para a Fee %v. |
| FEE-0050 | deductible value forbidden | Can not update deductible value to true. Calculation value is bigger than the minimum amount %v for Fee %v. | Não é possível atualizar o valor dedutível para true. O valor do cálculo é maior que o valor mínimo %v para a Fee %v. |
| FEE-0051 | Invalid page parameter | Query parameter page is invalid. The page must be greater than 0. | O parâmetro de consulta page é inválido. A página deve ser maior que 0. |