1. Get Started
iCredit
  • Credit
    • Get Started
      • About
      • Authentication
      • Error Messages
    • Get Started APP
      • About
      • Authentication
      • Error Messages
      • Webhooks
    • Api Reference
      • Auth
        • login
        • refresh
        • logout
        • update-password
      • Users
        • me
      • Clients
        • Banks
          • list
          • search
          • find
          • create
          • update
          • delete
        • Files
          • Types
            • search
            • list
            • fInd
            • create
            • update
            • delete
          • create
          • fInd
          • download
          • search
          • delete
        • search
        • fInd
        • audits
        • list-by-organization
        • get-me
        • required-fields
        • basic-create
        • create
        • create-legal
        • update
        • update-legal
        • get-client-banks
        • get-client-operations
        • get-client-requests
        • get-client-files
        • finalize-registration
        • change-status
        • change-client-group
        • change-client-user
        • reset-password
        • update-client-representative
        • credit-analysis-validation
        • additional-information
        • create-client-from-onboarding
        • client-validation
        • sync
      • Requests
        • Options
          • update
        • Files
          • search
          • find
          • create
          • update
          • delete
          • download
        • search
        • find
        • create
        • create-client-pj
        • create-client-pf
        • create-request-passing-client
        • update
        • delete
        • send-to-client-approval
        • handle-change-fund
        • handle-change-endorser
        • reject
        • accept
        • review file
        • request documents
        • resend documents
        • Get Request Participants
        • Add Participant
        • Add New Spouse
        • Add Existing Spouse
        • Check Request Readiness
      • Operations
        • required-fields
        • search
        • find
        • audit
        • create
        • simulate
        • generic-simulate
        • update
        • delete
        • files
        • resend-notification
        • update-deadline-at
        • add-signatories
        • remove-signatory
        • cancel-document
        • finish-document
        • reprocess-current-status
        • change-status
        • update-status-to-grant
        • update-status-to-endorsement
        • update-status-to-approval
        • operation-status
        • get operation files
        • Get Operation Participants
        • Add Participant
        • Edit Participants
        • Delete Participants
        • Add New Spouse
        • Select Existing Spouse
      • Credit Analysis
        • Serasa
          • analysis
          • new-report
      • Supplires
        • find
        • search
        • create
        • send-or-update-public-key
        • delete
        • inactive
        • set-status
      • System Settings
        • list
        • search
        • find
        • create
        • update
        • delete
        • activate
        • audits
    • Enums
      • ClientTypeEnum
      • ClientFilesStatusEnum
      • BankAccountTypeEnum
      • OperationFrequencyEnum
      • OperationModalityEnum
      • OperationCalcMethodEnum
      • SignAsEnum
  • Credit v2
    • Organizations
      • create
      • contract-by-organization
      • get form options
    • Timelines
      • show
    • Operation
      • status-labels
      • create
      • update
      • change-status
      • approval
      • grant
      • endorsement
      • reprocess-current-status
      • list-by-operation
      • files
      • resend-notification
      • update-deadline-atIn-document
      • add-signatories
      • remove-signatory
      • cancel-document
      • finish-document
    • Requests
      • status-labels
      • create
      • create-client
      • create-passing-the-client
      • update
      • set-fund
      • set-calculation-method
      • set-endorser
      • handle-option
      • change-status
      • send-to-client-approval
      • reject
      • accept
      • generate-operation
    • Contract Type
      • list
      • find
      • effective-settings
      • create
      • update
      • submit-validation
      • approve
      • request-revision
      • link-organization
      • update-link-organization
    • Dashboard
      • home-admin
    • Operation File Type
      • list file types
      • Create File Type
      • find file type
      • update file type
      • delete file type
  1. Get Started

Error Messages

A API de Crédito segue o padrão de HTTP Status Codes. Os erros 4xx ocorrem quando há algo de errado na requisição que o cliente está enviando para para a API. Já os erros 5xx, são erros inesperados que podem ocorrer em nossos servidores.

4×× Client Error#

❗
Sempre verifique o BODY da resposta.
O retorno da requisição mostrará o motivo pelo qual a requisição não foi aceita pelos servidores da API.
🚧
Erro de CORS (Cross-Origin Resource Sharing).
O retorno da requisição mostrará o motivo pelo qual a requisição não foi aceita pelos servidores da API.
CódigoReferênciaExplicação
400BAD REQUESTO servidor não processará a solicitação devido a algo que é percebido como sendo um erro do cliente. Este é um erro genérico.
401UNAUTHORIZEDO servidor não autorizou a requisição. Access Token inválido.
403FORBIDDENO servidor não autorizou a requisição. O Access Token não possui permissão para acessar o recurso.
404NOT FOUNDO servidor não encontrou o recurso ou não está disposto a divulgar sua existência.
422UNPROCESSABLE ENTITYO servidor não conseguiu processar as informações contidas na requisição.

Exemplo de retorno de requisição inválida#

{
    "message": "O campo taxid_number é obrigatório",
    "details": null
}

5×× Client Error#

CódigoReferênciaExplicação
500INTERNAL SERVER ERROROcorreu um erro interno inesperado.
Se você estiver com problemas relacionados à integração, entre em contato conosco através do developers@inovanti.com.br o máximo de detalhes possível. Informações que nos ajudam a debugar a sua requisição:
Ambiente: sandbox ou produção
Conta
E-mail do operador
Path da requisição
Método da requisição
Código HTTP de erro
JSON enviado
JSON recebido
UUID se aplicado
Outras informações que possam auxliar no debug do erro
Modificado em 2025-03-21 09:14:06
Página anterior
Authentication
Próxima página
About
Built with