2.0info: 2.1.2 pix description: Serviço de cobranças via PIX x-senior-domain: Domínio de cobrança do banking x-senior-domain-path: erpx_bnk_cob x-senior-service-path: pix contact: name: Senior X Platform url: https://dev.senior.com.br email: seniorx-dev@senior.com.brhost: platform.senior.com.br /t/senior.com.br/bridge/1.0/rest/erpx_bnk_cobsecurityDefinitions: APIKeyHeader: type: apiKey in: header name: Authorizationsecurity: – APIKeyHeader: [] – application/json – application/jsonpaths: /pix/queries/healthcheck: post: description: Query for health check – SRE tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/upDown description: Status checks: type: array items: type: object allOf: – #/definitions/checkData minimum: 1 description: Verify 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Query for health check – SRE tags: – Queries x-senior-visibility: PRIVATE parameters: responses: 200: description: Ok schema: type: object required: – status – checks properties: status: type: string allOf: – #/definitions/upDown description: Status checks: type: array items: type: object allOf: – #/definitions/checkData minimum: 1 description: Verify 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/queries/listTitulosCobrancaPix: post: description: Query de listagem dos títulos de cobrança pix tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – filtro – pageRequest properties: filtro: type: object allOf: – #/definitions/recFiltroTitulosCobrancaPix description: Filtro pageRequest: type: object allOf: – #/definitions/recPageRequest description: Controle de paginação e ordenação responses: 200: description: Ok schema: type: object required: – totalElements properties: titulos: type: array items: type: object allOf: – #/definitions/recTituloCobrancaPix description: Lista de títulos totalElements: type: integer format: int64 description: Total de registros encontrados 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/queries/getAcompanhamentoCobrancaPix: post: description: Query responsável pelas informações de acompanhamento da cobrança pix tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – filtro properties: filtro: type: object allOf: – #/definitions/recFiltroTitulosCobrancaPix description: Filtro responses: 200: description: Ok schema: type: object required: – quantidadeTotalRegistroPix – valorTotal – valorTotalAberto – valorTotalLiquidado properties: quantidadeTotalRegistroPix: type: integer format: int64 description: Quantidade de pix gerado valorTotal: type: string description: Valor total valorTotalAberto: type: string description: Valor total em aberto valorTotalLiquidado: type: string description: Valor total liquidado valoresBanco: type: array items: type: object allOf: – #/definitions/recValorBanco description: Lista de valores agrupados por banco 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/queries/getDetalhesTituloCobrancaPix: post: description: Query responsável por retornar todas as informações relacionadas a um título de cobrança pix tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – cobrancaItemPixId properties: cobrancaItemPixId: type: string description: Identificador do registro responses: 200: description: Ok schema: type: object required: – cobrancaItemPixId – tituloId – dadosGerais – dadosPix – dadosValor properties: cobrancaItemPixId: type: string description: Identificador do registro tituloId: type: string description: Identificador do título dadosGerais: type: object allOf: – #/definitions/recDadosGeraisDetalhesTituloCobrancaPix description: Informações gerais dadosPix: type: object allOf: – #/definitions/recDadosPixDetalhesTituloCobrancaPix description: Informações do pix dadosValor: type: object allOf: – #/definitions/recDadosValorDetalhesTituloCobrancaPix description: Informações dos valores historicosTitulo: type: array items: type: object allOf: – #/definitions/recHistoricoDetalhesTituloCobrancaPix description: Históricos do título 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Query responsável por retornar todas as informações relacionadas a um título de cobrança pix tags: – Queries x-senior-visibility: PRIVATE parameters: – name: cobrancaItemPixId description: Identificador do registro in: query required: true type: string responses: 200: description: Ok schema: type: object required: – cobrancaItemPixId – tituloId – dadosGerais – dadosPix – dadosValor properties: cobrancaItemPixId: type: string description: Identificador do registro tituloId: type: string description: Identificador do título dadosGerais: type: object allOf: – #/definitions/recDadosGeraisDetalhesTituloCobrancaPix description: Informações gerais dadosPix: type: object allOf: – #/definitions/recDadosPixDetalhesTituloCobrancaPix description: Informações do pix dadosValor: type: object allOf: – #/definitions/recDadosValorDetalhesTituloCobrancaPix description: Informações dos valores historicosTitulo: type: array items: type: object allOf: – #/definitions/recHistoricoDetalhesTituloCobrancaPix description: Históricos do título 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/queries/getMetadata: post: description: Default getMetadata query. Every service must handle this command and return metadata in the format requested. tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object properties: metadataFormat: type: string description: responses: 200: description: Ok schema: type: object required: – metadata properties: metadata: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Default getMetadata query. Every service must handle this command and return metadata in the format requested. tags: – Queries x-senior-visibility: PRIVATE parameters: – name: metadataFormat description: in: query type: string responses: 200: description: Ok schema: type: object required: – metadata properties: metadata: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/queries/exportE006pai: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/queries/exportE007ufs: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/queries/exportE008rai: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/queries/exportE070emp: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/queries/exportE070fil: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/queries/exportE001pes: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/queries/exportCobrancaDadosPix: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/queries/exportCobrancaItemPix: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/queries/exportCobrancaItemPixErro: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/queries/exportCobrancaItemPixHistorico: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/queries/exportInformacoesAdicionaisPix: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/queries/exportDescontoDataFixa: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/queries/exportE085pes: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/queries/exportCobrancaItemPixRegistro: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/queries/exportCancelamentoPix: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/queries/exportCancelamentoItemPix: post: description: tags: – Queries x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/exportConfig description: responses: 200: description: Ok schema: type: object required: – exportJobId properties: exportJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/queries/getDependencies: post: description: Returns a list with all dependencies from this service, along with their respective versions tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – dependencies properties: dependencies: type: array items: type: object allOf: – #/definitions/dependency minimum: 1 description: List with this service dependencies 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Returns a list with all dependencies from this service, along with their respective versions tags: – Queries x-senior-visibility: PRIVATE responses: 200: description: Ok schema: type: object required: – dependencies properties: dependencies: type: array items: type: object allOf: – #/definitions/dependency minimum: 1 description: List with this service dependencies 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/actions/registerPixBilling: post: description: API responsável pela criação do registro de cobrança assíncrona de PIX copia e cola\n### Resources\n- res://senior.com.br/erpx_bnk_cob/pix/actions/registerPixBilling tags: – Actions x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – processId – receivableBank – company – branch – receivableBankData – accountsReceivable properties: processId: type: string description: Identificador do processo (valor será retornado no final do processo, para facilitar identificação do registro de cobrança) receivableBank: type: string allOf: – #/definitions/enumReceivableBank description: Banco do recebimento company: type: object allOf: – #/definitions/recCompany description: Identificação da empresa branch: type: object allOf: – #/definitions/recBranch description: Identificador da filial receivableBankData: type: object allOf: – #/definitions/recReceivableBankData description: Dados bancários do recebimento accountsReceivable: type: array items: type: object allOf: – #/definitions/recAccountReceivable minimum: 1 description: Lista de títulos que serão registrados as cobranças responses: 200: description: Ok schema: type: object required: – processId properties: processId: type: string description: Identificador do processo informado no input da API 401: description: Invalid Credentials 400: description: Requisição inválida, parâmetros obrigatórios não informados ou campo informado incorretamente 403: description: Permissão negada 404: description: Registro não localizado através do ID ERPX ou chave de negócio informados default: description: Error response schema: #/definitions/genericError /pix/actions/cancelPixBilling: post: description: API responsável pelo cancelamento do registro de cobrança do PIX\n### Resources\n- res://senior.com.br/erpx_bnk_cob/pix/actions/cancelPixBilling tags: – Actions x-senior-visibility: PUBLIC parameters: – name: input in: body required: true schema: type: object required: – processId – accountsReceivableId properties: processId: type: string description: Identificador do processo (valor será retornado no final do processo, para facilitar identificação do registro de cancelamento) accountsReceivableId: type: array items: type: string minimum: 1 description: Lista de identificadores dos títulos a serem cancelados responses: 200: description: Ok schema: type: object required: – processId properties: processId: type: string description: Identificador do processo informado no input da API 401: description: Invalid Credentials 400: description: Requisição inválida, parâmetros obrigatórios não informados ou campo informado incorretamente 403: description: Permissão negada 404: description: Registro não localizado através do ID ERPX ou chave de negócio informados default: description: Error response schema: #/definitions/genericError /pix/actions/odata: post: description: tags: – Actions x-senior-visibility: PRIVATE responses: 204: description: No response 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/actions/importE006pai: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/actions/importE007ufs: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/actions/importE008rai: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/actions/importE070emp: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/actions/importE070fil: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/actions/importE001pes: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/actions/importCobrancaDadosPix: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/actions/importCobrancaItemPix: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/actions/importCobrancaItemPixErro: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/actions/importCobrancaItemPixHistorico: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/actions/importInformacoesAdicionaisPix: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/actions/importDescontoDataFixa: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/actions/importE085pes: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/actions/importCobrancaItemPixRegistro: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/actions/importCancelamentoPix: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/actions/importCancelamentoItemPix: post: description: tags: – Actions x-senior-visibility: PRIVATE parameters: – name: input in: body required: true schema: type: object required: – config properties: config: type: object allOf: – #/definitions/importConfig description: responses: 200: description: Ok schema: type: object required: – importJobId properties: importJobId: type: string description: 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/signals/registrarCobrancaPixAsync: post: description: API responsável pela criação do registro de cobrança assíncrona de PIX copia e cola tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – processoId – loteId – banco – filialId – dadosBancarios – titulos properties: processoId: type: string description: Identificador do processo (valor será retornado no final do processo, para facilitar identificação do registro de cobrança) loteId: type: string description: Identificador do lote que pertence ao processoId banco: type: string allOf: – #/definitions/enumBancoRecebimento description: Banco do recebimento filialId: type: string description: Identificador da filial dadosBancarios: type: object allOf: – #/definitions/recDadosBancarios description: Dados bancários do recebimento titulos: type: array items: type: object allOf: – #/definitions/recTituloRegistroCobrancaAsync minimum: 1 description: Lista de títulos que serão registrados as cobranças responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /pix/signals/executarIntegracaoParceiro: post: description: Signal responsável pela chamada do parceiro bancário tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – loteId properties: loteId: type: string description: Identificador do lote de processamento responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /pix/signals/finalizarCobranca: post: description: Signal responsável pela chamada do parceiro bancário tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – loteId properties: loteId: type: string description: Identificador do lote de processamento responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /pix/signals/retornoCobrancaGerada: post: description: API responsável pelo retorno do registro de cobrança assincrona dos parceiros tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – loteId – retornoCobranca properties: loteId: type: string description: Identificador do lote retornoCobranca: type: array items: type: object allOf: – #/definitions/recRetornoCobranca minimum: 1 description: Lista de Titutlos retornados responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /pix/signals/retornoCobrancaPaga: post: description: Signal responsável pelo retorno de confirmação de pagamento do parceiro bancário tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – pagamentos properties: pagamentos: type: array items: type: object allOf: – #/definitions/recConfirmacaoPagamento minimum: 1 description: Lista de pagamentos recebidos responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /pix/signals/realizarIntegracoesExternas: post: description: Primitiva responsável pela criação das entidades externas do fluxo de registro de cobrança pix tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – processoId – banco – filialId – dadosBancarios – titulos properties: processoId: type: string description: Identificador do processo (valor será retornado no final do processo, para facilitar identificação do registro de cobrança) banco: type: string allOf: – #/definitions/enumBancoRecebimento description: Banco do recebimento filialId: type: string description: Identificador da filial dadosBancarios: type: object allOf: – #/definitions/recDadosBancarios description: Dados bancários do recebimento titulos: type: array items: type: object allOf: – #/definitions/recTituloProcessoExternoRegistroCobranca minimum: 1 description: Lista de títulos que serão registrados as cobranças responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /pix/signals/cancelarCobrancaPixAsync: post: description: Primitiva assíncrona responsável por executar o cancelamento dos registros de cobrança PIX tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – processoId – titulosId properties: processoId: type: string description: Identificador do processo (valor será retornado no final do processo, para facilitar identificação do registro de cancelamento) titulosId: type: array items: type: string minimum: 1 description: Lista de identificadores dos títulos a serem cancelados responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /pix/signals/finalizarCancelamento: post: description: Primitiva responsável por finalizar o processo de cancelamento tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – cancelamentoId properties: cancelamentoId: type: string description: Identificador do cancelamento responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /pix/signals/executarCancelamentoESales: post: description: Primitiva responsável por realizar a chamada de cancelamento para o parceiro eSales tags: – Signals parameters: – name: input in: body required: true schema: type: object required: – cancelamentoId – cobrancaItemPixId – txid properties: cancelamentoId: type: string description: Identificador do cancelamento cobrancaItemPixId: type: string description: Identificador do registro de cobrança item pix txid: type: string description: Identificador do pix gerado responses: 202: description: Accepted default: description: Error response schema: #/definitions/genericError /pix/events/iniciarIntegracaoESales: post: description: Evento responsável pela chamada da integração com o parceiro eSales x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – tipo – instituicaoFinanceira – recebedor – cobrancas properties: tipo: type: string description: Tipo de cobrança instituicaoFinanceira: type: object allOf: – #/definitions/recInstituicaoFinanceiraESales description: Instituição financeira que será gerado a cobrança de recebimento recebedor: type: object allOf: – #/definitions/recRecebedorESales description: Informações do recebedor da cobrança loteId: type: string description: Identificador do lote cobrancas: type: array items: type: object allOf: – #/definitions/recCobrancaESales minimum: 1 description: Títulos de cobrança responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/pixCreated: post: description: API responsável pela retorno da criação do pix para a cobrança x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – processId – accountsReceivable properties: processId: type: string description: Identificador do processo (valor será retornado no final do processo, para facilitar identificação do registro de cobrança) accountsReceivable: type: array items: type: object allOf: – #/definitions/accountsReceivableReturn minimum: 1 description: Lista de títulos que serão registrados as cobranças responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/pixReceived: post: description: Evento responsável por avisar quando um pix gerado foi pago pelo fornecedor x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – accountsPaidOff properties: accountsPaidOff: type: array items: type: object allOf: – #/definitions/recAccountPaidOff minimum: 1 description: Lista de títulos que foram pagos responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/pixCanceled: post: description: Evento disparado no final do processo de cancelamento de cobrança PIX x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – processId – accountsReceivable properties: processId: type: string description: Identificador do processo (valor será retornado no final do processo, para facilitar identificação do registro de cancelamento) accountsReceivable: type: array items: type: object allOf: – #/definitions/accountReceivableCanceled minimum: 1 description: Lista de títulos enviados para cancelamento responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/importE006paiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/exportE006paiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/importE007ufsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/exportE007ufsEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/importE008raiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/exportE008raiEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/importE070empEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/exportE070empEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/importE070filEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/exportE070filEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/importE001pesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/exportE001pesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/importCobrancaDadosPixEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/exportCobrancaDadosPixEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/importCobrancaItemPixEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/exportCobrancaItemPixEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/importCobrancaItemPixErroEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/exportCobrancaItemPixErroEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/importCobrancaItemPixHistoricoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/exportCobrancaItemPixHistoricoEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/importInformacoesAdicionaisPixEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/exportInformacoesAdicionaisPixEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/importDescontoDataFixaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/exportDescontoDataFixaEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/importE085pesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/exportE085pesEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/importCobrancaItemPixRegistroEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/exportCobrancaItemPixRegistroEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/importCancelamentoPixEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/exportCancelamentoPixEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/importCancelamentoItemPixEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/importEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/events/exportCancelamentoItemPixEvent: post: description: x-senior-event: true tags: – Events parameters: – name: input in: body required: true schema: type: object required: – eventpl properties: eventpl: type: object allOf: – #/definitions/exportEventStatus description: responses: 200: description: OK default: description: Error response schema: #/definitions/genericError /pix/entities/e006pai: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e006pai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/e006pai/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e006pai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/e007ufs: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e007ufs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/e007ufs/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e007ufs 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/e008rai: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e008rai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/e008rai/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e008rai 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/e070emp: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e070emp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/e070emp/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e070emp 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/e070fil: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e070fil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/e070fil/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e070fil 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/e001pes: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e001pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/e001pes/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e001pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/cobrancaDadosPix: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cobrancaDadosPix 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/cobrancaItemPix: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cobrancaItemPix 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/cobrancaDadosPix/{parentId}/titulos: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/cobrancaItemPix responses: 200: description: The created resources schema: type: array items: #/definitions/cobrancaItemPix 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/cobrancaItemPix responses: 200: description: The created resources schema: type: array items: #/definitions/cobrancaItemPix 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cobrancaItemPix 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/cobrancaDadosPix/{parentId}/titulos/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cobrancaItemPix responses: 200: description: Ok schema: #/definitions/cobrancaItemPix 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cobrancaItemPix responses: 200: description: Ok schema: #/definitions/cobrancaItemPix 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cobrancaItemPix 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/cobrancaItemPixErro: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cobrancaItemPixErro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/cobrancaItemPix/{parentId}/erros: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/cobrancaItemPixErro responses: 200: description: The created resources schema: type: array items: #/definitions/cobrancaItemPixErro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/cobrancaItemPixErro responses: 200: description: The created resources schema: type: array items: #/definitions/cobrancaItemPixErro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cobrancaItemPixErro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/cobrancaItemPix/{parentId}/erros/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cobrancaItemPixErro responses: 200: description: Ok schema: #/definitions/cobrancaItemPixErro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cobrancaItemPixErro responses: 200: description: Ok schema: #/definitions/cobrancaItemPixErro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cobrancaItemPixErro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/cobrancaItemPixHistorico: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cobrancaItemPixHistorico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/cobrancaItemPix/{parentId}/cobrancaItemPixHistoricos: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/cobrancaItemPixHistorico responses: 200: description: The created resources schema: type: array items: #/definitions/cobrancaItemPixHistorico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/cobrancaItemPixHistorico responses: 200: description: The created resources schema: type: array items: #/definitions/cobrancaItemPixHistorico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cobrancaItemPixHistorico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/cobrancaItemPix/{parentId}/cobrancaItemPixHistoricos/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cobrancaItemPixHistorico responses: 200: description: Ok schema: #/definitions/cobrancaItemPixHistorico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cobrancaItemPixHistorico responses: 200: description: Ok schema: #/definitions/cobrancaItemPixHistorico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cobrancaItemPixHistorico 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/informacoesAdicionaisPix: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/informacoesAdicionaisPix 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/cobrancaItemPix/{parentId}/informacoesAdicionais: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/informacoesAdicionaisPix responses: 200: description: The created resources schema: type: array items: #/definitions/informacoesAdicionaisPix 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/informacoesAdicionaisPix responses: 200: description: The created resources schema: type: array items: #/definitions/informacoesAdicionaisPix 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/informacoesAdicionaisPix 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/cobrancaItemPix/{parentId}/informacoesAdicionais/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/informacoesAdicionaisPix responses: 200: description: Ok schema: #/definitions/informacoesAdicionaisPix 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/informacoesAdicionaisPix responses: 200: description: Ok schema: #/definitions/informacoesAdicionaisPix 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/informacoesAdicionaisPix 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/descontoDataFixa: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/descontoDataFixa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/cobrancaItemPix/{parentId}/descontoDataFixa: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/descontoDataFixa responses: 200: description: The created resources schema: type: array items: #/definitions/descontoDataFixa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/descontoDataFixa responses: 200: description: The created resources schema: type: array items: #/definitions/descontoDataFixa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/descontoDataFixa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/cobrancaItemPix/{parentId}/descontoDataFixa/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/descontoDataFixa responses: 200: description: Ok schema: #/definitions/descontoDataFixa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/descontoDataFixa responses: 200: description: Ok schema: #/definitions/descontoDataFixa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/descontoDataFixa 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/e085pes: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/e085pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/e085pes/{id}: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/e085pes 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/cobrancaItemPixRegistro: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cobrancaItemPixRegistro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/cobrancaItemPix/{parentId}/cobrancaItemPixRegistro: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/cobrancaItemPixRegistro responses: 200: description: The created resource schema: #/definitions/cobrancaItemPixRegistro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: object allOf: – #/definitions/cobrancaItemPixRegistro responses: 200: description: The created resource schema: #/definitions/cobrancaItemPixRegistro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cobrancaItemPixRegistro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/cobrancaItemPix/{parentId}/cobrancaItemPixRegistro/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cobrancaItemPixRegistro responses: 200: description: Ok schema: #/definitions/cobrancaItemPixRegistro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cobrancaItemPixRegistro responses: 200: description: Ok schema: #/definitions/cobrancaItemPixRegistro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cobrancaItemPixRegistro 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/cancelamentoPix: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cancelamentoPix 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/cancelamentoItemPix: get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cancelamentoItemPix 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/cancelamentoPix/{parentId}/titulos: post: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/cancelamentoItemPix responses: 200: description: The created resources schema: type: array items: #/definitions/cancelamentoItemPix 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: entity in: body required: true schema: type: array items: #/definitions/cancelamentoItemPix responses: 200: description: The created resources schema: type: array items: #/definitions/cancelamentoItemPix 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: offset in: query type: number – name: size in: query type: number – name: filter in: query type: string – name: groupby in: query type: string – name: displayfields in: query type: string – name: translation in: query type: boolean responses: 200: description: Ok schema: type: array items: #/definitions/cancelamentoItemPix 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError /pix/entities/cancelamentoPix/{parentId}/titulos/{id}: put: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cancelamentoItemPix responses: 200: description: Ok schema: #/definitions/cancelamentoItemPix 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError patch: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string – name: entity in: body required: true schema: #/definitions/cancelamentoItemPix responses: 200: description: Ok schema: #/definitions/cancelamentoItemPix 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError get: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok schema: #/definitions/cancelamentoItemPix 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError delete: description: Esta entidade pode ser customizada. tags: – CRUD x-senior-visibility: PRIVATE parameters: – name: parentId in: path required: true type: string – name: id in: path required: true type: string responses: 200: description: Ok 401: description: Invalid Credentials default: description: Error response schema: #/definitions/genericError definitions: upDown: description: Up or down type: string enum: – UP – DOWN enumTipEmp: description: Tipo de empresa type: string enum: – V1 – V2 – V3 – V4 – V5 – V6 – V7 – V8 – V9 – V10 – V11 – V12 – V13 – V14 – V99 enumJurFis: description: Tipo de pessoa type: string enum: – VJ – VF enumIndNif: description: Tipo do número de identificação fiscal type: string enum: – V1 – V2 – V3 enumSitReg: description: Situação do registro type: string enum: – VA – VI enumSituacaoCobrancaDados: description: Enumeration da situação do registro de cobrança dados type: string enum: – PROCESSANDO – FINALIZADO enumBancoRecebimento: description: Enumeration dos bancos de recebimento type: string enum: – ITAU – SANTANDER – BANCO_DO_BRASIL – BRADESCO enumSituacaoCobrancaItem: description: Enumeration de situação da cobrança item type: string enum: – AGUARDANDO_COBRANCA – PROCESSANDO_COBRANCA – PROCESSANDO_CANCELAMENTO – FALHA_NA_VALIDACAO – COBRANCA_GERADA – COBRANCA_PAGA – COBRANCA_COM_PROBLEMAS – COBRANCA_CANCELADA – COBRANCA_INAPTA_PARA_PROCESSAMENTO – ERRO_INESPERADO – COBRANCA_INATIVADA enumSituacaoCobrancaItemDetalhes: description: Enumeration de situação dos detalhes do cobrança item type: string enum: – FALHA_NA_VALIDACAO – COBRANCA_VALIDADA – PROCESSANDO_COBRANCA – PROCESSANDO_CANCELAMENTO – COBRANCA_GERADA – COBRANCA_PAGA – COBRANCA_COM_PROBLEMAS – COBRANCA_CANCELADA – FALHA_NO_CANCELAMENTO – CANCELAMENTO_NAO_PERMITIDO enumTipoCalculo: description: Enumeration do tipo de cálculo dos valores de cobrança do título type: string enum: – PERCENTUAL – VALOR_FIXO enumTipoCalculoDesconto: description: Enumeration do tipo de cálculo dos valores de desconto do título type: string enum: – VALOR_FIXO_ATE_DATA_INFORMADA – PERCENTUAL_FIXO_ATE_DATA_INFORMADA – VALOR_POR_ANTECIPACAO_DIA_CORRIDO – VALOR_POR_ANTECIPACAO_DIA_UTIL – PERCENTUAL_POR_ANTECIPACAO_DIA_CORRIDO – PERCENTUAL_POR_ANTECIPACAO_DIA_UTIL enumTipoCalculoJuros: description: Enumeration do tipo de cálculo dos valores de juros do título type: string enum: – VALOR_DIAS_CORRIDOS – PERCENTUAL_AO_DIA_DIAS_CORRIDOS – PERCENTUAL_AO_MES_DIAS_CORRIDOS – PERCENTUAL_AO_ANO_DIAS_CORRIDOS – VALOR_DIAS_UTEIS – PERCENTUAL_AO_DIA_DIAS_UTEIS – PERCENTUAL_AO_MES_DIAS_UTEIS – PERCENTUAL_AO_ANO_DIAS_UTEIS enumReceivableBank: description: Enumeration de bancos de recebimento type: string enum: – ITAU – SANTANDER – BANCO_DO_BRASIL – BRADESCO enumCalculationType: description: Enumeration do tipo de cálculo dos valores de cobrança do título type: string enum: – PERCENTAGE – FIXED_VALUE enumCalculationTypeDiscount: description: Enumeration do tipo de cálculo dos valores de desconto do título type: string enum: – FIXED_VALUE_UNTIL_LIMIT_DATE – PERCENTAGE_UNTIL_LIMIT_DATE – VALUE_FOR_ADVANCE_CALENDAR_DAY – VALUE_FOR_ADVANCE_BUSINESS_DAY – PERCENTAGE_FOR_ADVANCE_CALENDAR_DAY – PERCENTAGE_FOR_ADVANCE_BUSINESS_DAY enumCalculationTypeInterest: description: Enumeration do tipo de cálculo dos valores de juros do título type: string enum: – VALUE_FOR_CALENDAR_DAYS – PERCENTAGE_FOR_CALENDAR_DAYS – PERCENTAGE_FOR_CALENDAR_MONTH – PERCENTAGE_FOR_CALENDAR_YEAR – VALUE_FOR_BUSINESS_DAYS – PERCENTAGE_FOR_BUSINESS_DAYS – PERCENTAGE_FOR_BUSINESS_MONTH – PERCENTAGE_FOR_BUSINESS_YEAR enumOrigemErro: description: Enumeration da origem do erro do título type: string enum: – BANKING – PARCEIRO – BANCO enumSituation: description: Situação da cobrança type: string enum: – CREATED – NOT_CREATED enumSituacaoPix: description: Situação do pix type: string enum: – ATIVO – ERRO enumStatusRegistroCobrancaRetornoESales: description: Status do registro da cobrança do retorno da e-sales type: string enum: – ATIVA – CONCLUIDA – REMOVIDO_PELO_USUARIO_RECEBEDOR – REMOVIDO_PELO_PSP enumStatusCobrancaItemTela: description: Enumeration dos status do título apresentado na tela type: string enum: – PROCESSANDO_COBRANCA_PIX – PROCESSANDO_CANCELAMENTO – PIX_GERADO – PIX_PAGO – PIX_CANCELADO – ERRO enumTypeOrder: description: Enumeração para o tipo de ordenação type: string enum: – ASC – DESC enumSituationCanceled: description: Situação do cancelamento type: string enum: – CANCELED – NOT_CANCELED enumSituacaoCancelamento: description: Enumeration da situação do cancelamento do registro PIX type: string enum: – PROCESSANDO – FINALIZADO enumSituacaoCancelamentoItem: description: Enumeration da situação do título de cancelamento do registro PIX type: string enum: – PROCESSANDO_CANCELAMENTO – CANCELADO – FALHA_NO_CANCELAMENTO – CANCELAMENTO_NAO_PERMITIDO userNotificationKind: description: User notification kind. type: string enum: – Operational – Management – News userNotificationPriority: description: User notification priority. type: string enum: – Error – Alert – None eventEmailFormat: description: Format of the email type: string enum: – HTML – PLAIN_TEXT fieldType: description: type: string enum: – BINARY – BOOLEAN – DATE – DATETIME – LOCALDATETIME – DOUBLE – ENUM – INTEGER – MONEY – STRING – TIME fileFormat: description: type: string enum: – CSV – FLAT – JSON – XML hookFunction: description: type: string enum: – BEFORE_PARSE – BEFORE_CONVERSION – ON_ERROR – VALIDATE eventType: description: type: string enum: – CHUNK – DOWNLOAD – ERROR – FINISH – START errorStrategy: description: type: string enum: – CALL_SCRIPT – IGNORE – STOP status: description: type: string enum: – DONE – DONE_WITH_ERRORS – DOWNLOADING – ERROR – NOT_STARTED – RUNNING errorType: description: type: string enum: – CONVERT_ERROR – SERVICE_ERROR recDadosGeraisDetalhesTituloCobrancaPix: description: Record com os dados gerais da primitiva de detalhes de cobrança pix type: object required: – empresa – filial – chavePix – banco – numeroAgencia – numeroConta properties: empresa: type: object allOf: – #/definitions/recGenerico description: Empresa filial: type: object allOf: – #/definitions/recGenerico description: Filial chavePix: type: string description: Chave pix banco: type: string allOf: – #/definitions/enumBancoRecebimento description: Banco numeroAgencia: type: string description: Número da agência digitoAgencia: type: string maxLength: 2 description: Dígito da agência numeroConta: type: string description: Número da conta digitoConta: type: string maxLength: 2 description: Dígito da conta recDadosPixDetalhesTituloCobrancaPix: description: Record com os dados de pix da primitiva de detalhes de cobrança pix type: object required: – numeroTitulo – tipoTitulo – dataVencimento properties: numeroTitulo: type: string description: Número do título tipoTitulo: type: string description: Tipo de titulo cliente: type: object allOf: – #/definitions/recGenerico description: Cliente dataVencimento: type: string format: date description: Data de vencimento validadeAposVencimento: type: integer format: int64 description: Validade após vencimento solicitacaoPagador: type: string description: Solicitação do pagador informacoesAdicionais: type: array items: type: object allOf: – #/definitions/recInformacoesAdicionais description: Informações adicionais dataCriacao: type: string format: date description: Data de criação pixCopiaECola: type: string description: Pix copia e cola valorPago: type: string description: Valor pago valorOriginalFinal: type: string description: Valor original final valorJurosFinal: type: string description: Valor juros final valorMultaFinal: type: string description: Valor multa final valorAbatimentoFinal: type: string description: Valor abatimento final valorDescontoFinal: type: string description: Valor desconto final dataHoraPagamento: type: string format: date-time description: Data e hora do pagamento informacaoPagador: type: string description: Informação do pagador recDadosValorDetalhesTituloCobrancaPix: description: Record com os dados de valores do título da primitiva de detalhes de cobrança pix type: object required: – valorOriginal properties: valorOriginal: type: string description: Valor original tipoCalculoJuros: type: string allOf: – #/definitions/enumTipoCalculoJuros description: Tipo de cálculo de juros valorOuPercentualJuros: type: string description: Valor ou percentual de juros tipoCalculoMulta: type: string allOf: – #/definitions/enumTipoCalculo description: Tipo de cálculo de multa valorOuPercentualMulta: type: string description: Valor ou percentual de multa tipoCalculoAbatimento: type: string allOf: – #/definitions/enumTipoCalculo description: Tipo de cálculo de abatimento valorOuPercentualAbatimento: type: string description: Valor ou percentual de abatimento tipoCalculoDesconto: type: string allOf: – #/definitions/enumTipoCalculoDesconto description: Tipo de cálculo de desconto valorOuPercentualDesconto: type: string description: Valor ou percentual de desconto descontoDataFixa: type: array items: type: object allOf: – #/definitions/recValorDataFixa description: Descontos por data fixa recHistoricoDetalhesTituloCobrancaPix: description: Record com os históricos do título da primitiva de detalhes de cobrança pix type: object required: – situacao – descricao – dataHoraProcessamento properties: situacao: type: string allOf: – #/definitions/enumSituacaoCobrancaItemDetalhes description: Situação descricao: type: string description: Descrição do histórico dataHoraProcessamento: type: string format: date-time description: Data e hora de processamento recValorBanco: description: Record de informações de valores por banco da cobrança pix type: object required: – banco – quantidadeRegistroPix – valorTotalAberto – valorTotalLiquidado – valorTotal properties: banco: type: string allOf: – #/definitions/enumBancoRecebimento description: Banco quantidadeRegistroPix: type: integer format: int64 description: Quantidade de pix gerado valorTotalAberto: type: string description: Valor total em aberto valorTotalLiquidado: type: string description: Valor total liquidado valorTotal: type: string description: Valor total recTituloCobrancaPix: description: Record com as informações do título de cobrança pix type: object required: – cobrancaItemPixId – tituloId – empresa – filial – numeroTitulo – tipoTitulo – dataEnvio – dataVencimento – valorOriginal – banco – status properties: cobrancaItemPixId: type: string description: Identificador do registro de cobrança item pix tituloId: type: string description: Identificador do título empresa: type: object allOf: – #/definitions/recGenerico description: Dados da empresa filial: type: object allOf: – #/definitions/recGenerico description: Dados da filial numeroTitulo: type: string description: Número do título tipoTitulo: type: string description: Tipo do título cliente: type: object allOf: – #/definitions/recGenerico description: Dados do cliente dataEnvio: type: string format: date description: Data de envio dataVencimento: type: string format: date description: Data de vencimento dataPagamento: type: string format: date description: Data de pagamento valorOriginal: type: string description: Valor original banco: type: string allOf: – #/definitions/enumBancoRecebimento description: Banco status: type: string allOf: – #/definitions/enumStatusCobrancaItemTela description: Status pixCopiaECola: type: string description: Pix copia e cola recGenerico: description: Record para retorno das informações principais de uma entidade type: object required: – id properties: id: type: string description: Identificador da entidade codigo: type: string description: Código de negócio descricao: type: string description: Descrição de negócio label: type: string description: Descrição do label recPageRequest: description: Record para paginação e ordenação type: object required: – offset – size properties: offset: type: integer format: int64 description: Página atual size: type: integer format: int64 description: Total de registros da página orderBy: type: array items: type: object allOf: – #/definitions/recFieldsOrderBy description: Campos da ordenação dos registros a serem pesquisados recFieldsOrderBy: description: Define o registro com os dados dos campos à serem ordenados type: object required: – field – order properties: field: type: string description: Nome do campo a ser ordenado order: type: string allOf: – #/definitions/enumTypeOrder description: Tipo de ordenação do campo (ASC / DESC) recFiltroTitulosCobrancaPix: description: Record do filtro de títulos de cobrança pix type: object required: – empresaId – filiaisId properties: empresaId: type: string description: Identificador da empresa filiaisId: type: array items: type: string minimum: 1 description: Lista de identificadores de filial clientesId: type: array items: type: string description: Lista de identificadores de cliente banco: type: array items: type: string allOf: – #/definitions/enumBancoRecebimento description: Banco chavePixRecebedor: type: string description: Chave pix do recebedor numeroContaRecebedor: type: string maxLength: 15 description: Número da conta do recebedor status: type: array items: type: string allOf: – #/definitions/enumStatusCobrancaItemTela description: Status numeroTitulo: type: string description: Título tipoTitulo: type: string description: Tipo de título dataEnvioInicial: type: string format: date description: Data de envio inicial dataEnvioFinal: type: string format: date description: Data de envio final dataPagamentoInicial: type: string format: date description: Data de pagamento inicial dataPagamentoFinal: type: string format: date description: Data de pagamento final dataVencimentoInicial: type: string format: date description: Data de vencimento inicial dataVencimentoFinal: type: string format: date description: Data de vencimento final checkData: description: Dados do healthcheck type: object required: – name – status properties: name: type: string description: Nome do healthcheck status: type: string allOf: – #/definitions/upDown description: Status do healthcheck recBranch: description: Record de identificação da filial type: object properties: id: type: string description: Identificador do registro na plataforma code: type: integer format: int64 description: Código documentNumber: type: string description: Número do documento nifNumber: type: string description: Número de identificação fiscal recCustomer: description: Record de identificação do cliente type: object properties: id: type: string description: Identificador do registro na plataforma documentNumber: type: string maxLength: 14 description: Número do documento name: type: string maxLength: 100 description: Nome tradeName: type: string maxLength: 50 description: Nome fantasia recAccountReceivable: description: Record com as informações do título para registro de cobrança type: object required: – accountReceivableId – accountReceivableNumber – accountReceivableType – customer – dueDate – values properties: accountReceivableId: type: string description: Identificador do título accountReceivableNumber: type: string description: Número do título accountReceivableType: type: string description: Tipo do título customer: type: object allOf: – #/definitions/recCustomer description: Identificador do cliente dueDate: type: string format: date description: Data de vencimento validityAfterExpiration: type: integer format: int64 description: Dias corridos após o vencimento que a cobrança poderá ser paga minimum: 0 maximum: 9999 values: type: object allOf: – #/definitions/recValuesRegisterBilling description: Valores do título additionalPixInformations: type: object allOf: – #/definitions/recAdditionalPixInformations description: Informações adicionais do pix recAdditionalPixInformations: description: Record de informações adicionais do pix type: object properties: payerRequest: type: string maxLength: 140 description: Solicitação do pagador additionalInformations: type: array items: type: object allOf: – #/definitions/recAdditionalInformations description: Informações adicionais recValuesRegisterBilling: description: Record de valores do título de cobrança type: object required: – original properties: original: type: string description: Valor original interest: type: object allOf: – #/definitions/recCalculationInterest description: Juros assessment: type: object allOf: – #/definitions/recCalculationValue description: Multas rebate: type: object allOf: – #/definitions/recCalculationValue description: Abatimentos discount: type: object allOf: – #/definitions/recCalculationDiscount description: Descontos recCalculationValue: description: Record das regras de cálculos dos valores type: object required: – calculationType – valueOrPercentage properties: calculationType: type: string allOf: – #/definitions/enumCalculationType description: Tipo de cálculo valueOrPercentage: type: string description: Valor ou porcentual recCalculationInterest: description: Record das regras de cálculos dos juros type: object required: – calculationType – valueOrPercentage properties: calculationType: type: string allOf: – #/definitions/enumCalculationTypeInterest description: Tipo de cálculo valueOrPercentage: type: string description: Valor ou porcentual recCalculationDiscount: description: Record das regras de cálculos dos descontos type: object required: – calculationType properties: calculationType: type: string allOf: – #/definitions/enumCalculationTypeDiscount description: Tipo de cálculo valueOrPercentage: type: string description: Valor ou porcentual discountFixedDate: type: array items: type: object allOf: – #/definitions/recDiscountFixedDate description: Descontos definidos de acordo com a data estabelecida recDiscountFixedDate: description: Record de descontos de acordo com uma data estabelecida type: object required: – limitDate – valueOrPercentage properties: limitDate: type: string format: date description: Data limite valueOrPercentage: type: string description: Valor ou percentual recAdditionalInformations: description: Record de informações adicionais type: object required: – name – value properties: name: type: string maxLength: 50 description: Nome value: type: string maxLength: 200 description: Valor recReceivableBankData: description: Record de dados do recebimento bancário type: object required: – pixKey – branchNumber – accountNumber properties: pixKey: type: string description: Chave pix branchNumber: type: string maxLength: 5 description: Número da agência branchDigit: type: string maxLength: 2 description: Dígito da agência accountNumber: type: string maxLength: 15 description: Número da conta accountDigit: type: string maxLength: 2 description: Dígito da conta recDadosBancarios: description: Record de dados do recebimento bancário type: object required: – chavePix – agencia – contaCorrente properties: chavePix: type: string description: Chave pix agencia: type: string maxLength: 5 description: Número da agência digitoAgencia: type: string maxLength: 2 description: Dígito da agência contaCorrente: type: string maxLength: 15 description: Número da conta digitoContaCorrente: type: string maxLength: 2 description: Dígito da conta recTituloRegistroCobranca: description: Record com as informações gerais do título para registro de cobrança discriminator: _discriminator type: object required: – tituloId – numeroTitulo – tipoTitulo – dataVencimento – valores – _discriminator properties: tituloId: type: string description: Identificador do título numeroTitulo: type: string description: Número do título tipoTitulo: type: string description: Tipo do título dataVencimento: type: string format: date description: Data de vencimento validadeAposVencimento: type: integer format: int64 description: Dias corridos após o vencimento que a cobrança poderá ser paga valores: type: object allOf: – #/definitions/recValoresTitulo description: Valores do título informacoesExclusivas: type: object allOf: – #/definitions/recInformacoesExclusivas description: Informações excluisivas do pix _discriminator: type: string description: recTituloProcessoExternoRegistroCobranca: description: Record com as informações do título para processamento das integrações externas allOf: – #/definitions/recTituloRegistroCobranca – type: object required: – cliente properties: cliente: type: object allOf: – #/definitions/recCliente description: Dados do cliente recTituloRegistroCobrancaAsync: description: Record com as informações do título para registro de cobrança allOf: – #/definitions/recTituloRegistroCobranca – type: object properties: clienteId: type: string description: Identificador do cliente erro: type: object allOf: – #/definitions/recErroDetalhado description: Erro no processamento externo recCliente: description: Record de identificação do cliente type: object properties: id: type: string description: Identificador do registro na plataforma numeroDocumento: type: string description: Número do documento nome: type: string description: Nome nomeFantasia: type: string description: Nome fantasia recErroDetalhado: description: Record com informações detalhadas do erro type: object required: – mensagem properties: mensagem: type: string description: Mensagem do erro campo: type: string description: Campo do erro recValoresTitulo: description: Record de valores do título de cobrança type: object required: – original properties: original: type: string description: Valor original juros: type: object allOf: – #/definitions/recRegraCalculoJuros description: Juros multa: type: object allOf: – #/definitions/recRegraCalculoValor description: Multas abatimento: type: object allOf: – #/definitions/recRegraCalculoValor description: Abatimentos desconto: type: object allOf: – #/definitions/recRegraCalculoDesconto description: Descontos recRegraCalculoValor: description: Record das regras de cálculos dos valores type: object required: – tipoCalculo – valorOuPercentual properties: tipoCalculo: type: string allOf: – #/definitions/enumTipoCalculo description: Tipo de cálculo valorOuPercentual: type: string description: Valor ou porcentual recRegraCalculoJuros: description: Record das regras de cálculo do valor de juros type: object required: – tipoCalculo – valorOuPercentual properties: tipoCalculo: type: string allOf: – #/definitions/enumTipoCalculoJuros description: Tipo de cálculo valorOuPercentual: type: string description: Valor ou porcentual recRegraCalculoDesconto: description: Record das regras de cálculos dos descontos type: object required: – tipoCalculo properties: tipoCalculo: type: string allOf: – #/definitions/enumTipoCalculoDesconto description: Tipo de cálculo valorOuPercentual: type: string description: Valor ou porcentual valorDataFixa: type: array items: type: object allOf: – #/definitions/recValorDataFixa description: Descontos definidos de acordo com a data estabelecida recValorDataFixa: description: Record de descontos de acordo com uma data estabelecida type: object required: – dataLimite – valorOuPercentual properties: dataLimite: type: string format: date description: Data limite valorOuPercentual: type: string description: Valor ou percentual recInformacoesExclusivas: description: Record de informações exclusivas do pix type: object properties: solicitacaoPagador: type: string maxLength: 140 description: Solicitação do pagador informacoesAdicionais: type: array items: type: object allOf: – #/definitions/recInformacoesAdicionais description: Informações adicionais recInformacoesAdicionais: description: Record de informações adicionais type: object required: – nome – valor properties: nome: type: string maxLength: 50 description: Nome valor: type: string maxLength: 200 description: Valor recInstituicaoFinanceiraESales: description: Record da instituição financeira que será gerado a cobrança de recebimento (eSales) type: object required: – numero properties: numero: type: string description: Número da instituição financeira recRecebedorESales: description: Record das informações do recebedor da cobrança (eSales) type: object required: – cnpj – nome – chavePix – agencia – conta properties: cnpj: type: string description: CNPJ nome: type: string description: Nome/Razão social chavePix: type: string description: Chave PIX agencia: type: object allOf: – #/definitions/recNumeroDigitoBancarioESales description: Agência conta: type: object allOf: – #/definitions/recNumeroDigitoBancarioESales description: Conta recNumeroDigitoBancarioESales: description: Record com o número e dígito para informações bancárias (eSales) type: object required: – numero properties: numero: type: string description: Número digito: type: string description: Dígito recCobrancaESales: description: Record com as informações do título para cobrança (eSales) type: object required: – txid – devedor – valor properties: txid: type: string description: Identificador da transação devedor: type: object allOf: – #/definitions/recDevedorESales description: Informações do devedor calendario: type: object allOf: – #/definitions/recCalendarioESales description: Informações de controle de tempo valor: type: object allOf: – #/definitions/recValorESales description: Valores da cobrança pix: type: object allOf: – #/definitions/recInformacoesExclusivasPixESales description: Informação exclusivas para PIX recDevedorESales: description: Record com as informações do devedor (eSales) type: object required: – nome properties: cpf: type: string description: CPF cnpj: type: string description: CNPJ nome: type: string description: Nome/Razão social logradouro: type: string description: Logradouro cidade: type: string description: Cidade uf: type: string description: UF cep: type: string description: CEP recCalendarioESales: description: Record de informações referente ao controle de tempo da cobrança (eSales) type: object required: – dataDeVencimento properties: dataDeVencimento: type: string format: date description: Data de vencimento validadeAposVencimento: type: integer format: int64 description: Validade da cobrança após vencimento recValorESales: description: Record com as informações de valores da cobrança (eSales) type: object required: – original properties: original: type: string description: Valor original multa: type: object allOf: – #/definitions/recCalculoMultaJurosAbatimentoESales description: Cálculo de multa juros: type: object allOf: – #/definitions/recCalculoMultaJurosAbatimentoESales description: Cálculo de juros abatimento: type: object allOf: – #/definitions/recCalculoMultaJurosAbatimentoESales description: Cálculo de abatimento desconto: type: object allOf: – #/definitions/recCalculoDescontoESales description: Cálculo de desconto recCalculoMultaJurosAbatimentoESales: description: Record com informações do cálculo de multa, juros e abatimento (eSales) type: object required: – modalidade – valorPerc properties: modalidade: type: integer format: int64 description: Modalidade valorPerc: type: string description: Valor ou percentual recCalculoDescontoESales: description: Record com informações do desconto (eSales) type: object required: – modalidade properties: descontoDataFixa: type: array items: type: object allOf: – #/definitions/recDescontoPorDataFixaESales description: Informações de cálculo de desconto por data fixa modalidade: type: integer format: int64 description: Modalidade valorPerc: type: string description: Valor ou percentual recDescontoPorDataFixaESales: description: Record de informações de cálculo de desconto por data fixa (eSales) type: object properties: data: type: string format: date description: Data limite valorPerc: type: string description: Valor ou percentual recInformacoesExclusivasPixESales: description: Informações exclusivas PIX (eSales) type: object properties: solicitacaoPagador: type: string description: Solicitação do pagador infoAdicionais: type: array items: type: object allOf: – #/definitions/recInformacoesAdicionaisPixESales description: Informações adicionais recInformacoesAdicionaisPixESales: description: Record de informações adicionais do PIX (eSales) type: object required: – nome – valor properties: nome: type: string description: Nome valor: type: string description: Valor accountsReceivableReturn: description: Record com os dados de criação do PIX type: object required: – id – situation properties: id: type: string description: Identificador do título situation: type: string allOf: – #/definitions/enumSituation description: Situação da geração do PIX creationDate: type: string format: date description: Data de criação do PIX errors: type: array items: type: object allOf: – #/definitions/recError description: Lista de erros na geração do PIX pixCopyAndPaste: type: string description: PIX Copia e Cola gerado pelo banco pixQRCode: type: string description: Pix QRCode recError: description: Record com informações de erro pix type: object required: – message properties: message: type: string description: Mensagem de erro field: type: string description: Campo do erro recRetornoCobranca: description: Record de Retorno dos titulos processados pelo parceiro type: object required: – txId – status properties: txId: type: string description: Identificador da Cobrança dataCriacao: type: string format: date description: Data de Criação status: type: string allOf: – #/definitions/enumSituacaoPix description: Situação da Cobrança pixCopiaECola: type: string description: Pix Copia e Cola erros: type: array items: type: object allOf: – #/definitions/recErroPix description: Erro ocorrido na geração do PIX pixQRCode: type: string description: Pix QRCode recErroPix: description: Erro do PIX retornado pelo parceiro type: object required: – razao – origem properties: razao: type: string description: Razão propriedade: type: string description: Propriedade origem: type: string allOf: – #/definitions/enumOrigemErro description: Origem recCompany: description: Record de identificação da empresa type: object properties: id: type: string description: Identificador do registro na plataforma code: type: integer format: int64 description: Código recConfirmacaoPagamento: description: Dados de confirmação de pagamento do pix type: object required: – txid – valor – valoresDetalhados – horario properties: txid: type: string description: txId da cobrança valor: type: string description: Valor Pago valoresDetalhados: type: object allOf: – #/definitions/recValoresDetalhados description: Valores detalhados horario: type: string format: date-time description: Data e Hora do pagamento infoPagador: type: string description: Informações do pagador endToEndId: type: string description: Identificador Unico do Pagamento recValoresDetalhados: description: Record com informações relacionadas ao detalhamente do valor pago no título type: object required: – original – multa – juros – abatimento – desconto properties: original: type: object allOf: – #/definitions/recValor description: Valor original multa: type: object allOf: – #/definitions/recValor description: Valor multa juros: type: object allOf: – #/definitions/recValor description: Valor juros abatimento: type: object allOf: – #/definitions/recValor description: Valor abatimento desconto: type: object allOf: – #/definitions/recValor description: Valor desconto recValor: description: Record com detalhamento do valor type: object required: – valor properties: valor: type: string description: Valor recAccountPaidOff: description: Record com as informações dos títulos recebidos type: object required: – accountReceivableId – valueReceived – originalValue – rebateValue – assessmentValue – discountValue – interestValue – payDate – endToEndId properties: accountReceivableId: type: string description: Identificador do título valueReceived: type: string description: Valor recebido originalValue: type: string description: Valor original rebateValue: type: string description: Valor de abatimento assessmentValue: type: string description: Valor de multa discountValue: type: string description: Valor de desconto interestValue: type: string description: Valor de juros payDate: type: string format: date-time description: Data/Hora do Recebimento payerInformation: type: string description: Informação do pagador endToEndId: type: string description: Identificador único do pagamento accountReceivableCanceled: description: Record com as informações de cancelamento do título type: object required: – id – situation properties: id: type: string description: Identificador do título situation: type: string allOf: – #/definitions/enumSituationCanceled description: Situação do cancelamento erro: type: string description: Mensagem de erro e006pai: description: País type: object properties: id: type: string format: uuid description: Id da entidade code: type: integer format: int64 description: Código ISO do país codPai: type: string maxLength: 4 description: Código do Sped nomPai: type: string maxLength: 150 description: Nome excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e007ufs: description: Estado type: object properties: id: type: string format: uuid description: Id da entidade sigUfs: type: string maxLength: 2 description: Sigla nomUfs: type: string maxLength: 255 description: Nome e006pai: type: object allOf: – #/definitions/e006pai description: País excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e008rai: description: Cidade type: object properties: id: type: string format: uuid description: Id da entidade codRai: type: integer format: int64 description: Código cidade minimum: 0 maximum: 9999999 nomCid: type: string maxLength: 60 description: Nome cidade e007ufs: type: object allOf: – #/definitions/e007ufs description: Estado excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e070emp: description: Empresa type: object properties: id: type: string format: uuid description: Id da entidade codEmp: type: integer format: int64 description: Código da empresa minimum: 0 maximum: 9999 nomEmp: type: string maxLength: 100 description: Nome da empresa sigEmp: type: string maxLength: 100 description: Nome fantasia da empresa excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e070fil: description: Filial type: object properties: id: type: string format: uuid description: Id da entidade e070emp: type: object allOf: – #/definitions/e070emp description: Empresa codFil: type: integer format: int64 description: Filial minimum: 0 maximum: 9999 nomFil: type: string maxLength: 100 description: Nome sigFil: type: string maxLength: 100 description: Fantasia tipEmp: type: string allOf: – #/definitions/enumTipEmp description: Ramo de atividade tipPes: type: string allOf: – #/definitions/enumJurFis description: Tipo de pessoa numCgc: type: string maxLength: 18 description: CPF/CNPJ numIdf: type: string maxLength: 40 description: Número identificação fiscal excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e001pes: description: Pessoa type: object properties: id: type: string format: uuid description: Id da entidade codPes: type: integer format: int64 description: Código minimum: 0 maximum: 999999999 nomPes: type: string maxLength: 100 description: Nome apePes: type: string maxLength: 80 description: Nome fantasia tipPes: type: string allOf: – #/definitions/enumJurFis description: Tipo de pessoa cnpCpf: type: string maxLength: 14 description: CNPJ/CPF indNif: type: string allOf: – #/definitions/enumIndNif description: Utilização do número de identificação fiscal (NIF) numIdf: type: string maxLength: 40 description: Número de identificação fiscal (NIF) postalCode: type: string maxLength: 20 description: Código Postal endPes: type: string maxLength: 100 description: Endereço numEnd: type: string maxLength: 60 description: Número cplEnd: type: string maxLength: 200 description: Complemento nomBai: type: string maxLength: 75 description: Bairro e006pai: type: object allOf: – #/definitions/e006pai description: Pais e007ufs: type: object allOf: – #/definitions/e007ufs description: Estado e008rai: type: object allOf: – #/definitions/e008rai description: Cidade sitPes: type: string allOf: – #/definitions/enumSitReg description: Situação e085pes: type: object allOf: – #/definitions/e085pes description: Cliente excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: cobrancaDadosPix: description: Entidade de dados da cobrança de pix type: object required: – id – loteId – processoId – bancoRecebimento – filialId – chavePix – numeroAgencia – numeroConta – situacao properties: id: type: string format: uuid description: Identificador do registro loteId: type: string format: uuid description: Identificador do lote processoId: type: string description: Identificador do processo (utilizado pelo ERP externo) bancoRecebimento: type: string allOf: – #/definitions/enumBancoRecebimento description: Banco utilizado no recebimento filialId: type: string format: uuid description: Identificador da filial chavePix: type: string description: Chave pix numeroAgencia: type: string maxLength: 5 description: Número da agência digitoAgencia: type: string maxLength: 2 description: Dígito da agência numeroConta: type: string maxLength: 15 description: Número da conta digitoConta: type: string maxLength: 2 description: Dígito da conta situacao: type: string allOf: – #/definitions/enumSituacaoCobrancaDados description: Situação titulos: type: array items: type: object allOf: – #/definitions/cobrancaItemPix description: Títulos da cobrança usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: cobrancaItemPix: description: Entidade de dados do título da cobrança de pix type: object required: – txid – tituloId – numeroTitulo – tipoTitulo – dataVencimento – valorOriginal – situacao properties: id: type: string format: uuid description: Identificador do registro txid: type: string description: Identificador utilizado para comunicação com o parceiro cobrancaDadosPix: type: object allOf: – #/definitions/cobrancaDadosPix description: Cobrança de dados pix relacionada tituloId: type: string format: uuid description: Identificador do título numeroTitulo: type: string description: Número do título tipoTitulo: type: string description: Tipo do título clienteId: type: string format: uuid description: Identificador do cliente dataVencimento: type: string format: date description: Data de vencimento validateAposVencimento: type: integer format: int64 description: Validade permitida após vencimento minimum: 0 maximum: 9999 valorOriginal: type: string description: Valor original do título tipoCalculoJuros: type: string allOf: – #/definitions/enumTipoCalculoJuros description: Tipo de cálculo dos juros vlrOuPercJuros: type: string description: Valor ou percentual de juros tipoCalculoMulta: type: string allOf: – #/definitions/enumTipoCalculo description: Tipo de cálculo da multa vlrOuPercMulta: type: string description: Valor ou percentual de multa tipoCalculoAbatimento: type: string allOf: – #/definitions/enumTipoCalculo description: Tipo de cálculo do abatimento vlrOuPercAbatimento: type: string description: Valor ou percentual de abatimento tipoCalculoDesconto: type: string allOf: – #/definitions/enumTipoCalculoDesconto description: Tipo de cálculo do desconto vlrOuPercDesconto: type: string description: Valor ou percentual de desconto descontoDataFixa: type: array items: type: object allOf: – #/definitions/descontoDataFixa description: Parametrização de desconto por data fixa situacao: type: string allOf: – #/definitions/enumSituacaoCobrancaItem description: Situação do título solicitacaoPagador: type: string description: Solicitação do pagador informacoesAdicionais: type: array items: type: object allOf: – #/definitions/informacoesAdicionaisPix description: Informações adicionais cobrancaItemPixHistoricos: type: array items: type: object allOf: – #/definitions/cobrancaItemPixHistorico description: Histórico de atualizações da situação do título erros: type: array items: type: object allOf: – #/definitions/cobrancaItemPixErro description: Erros causados por cobrança cobrancaItemPixRegistro: type: object allOf: – #/definitions/cobrancaItemPixRegistro description: Registros da cobrança de pix usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: cobrancaItemPixErro: description: Entidade de dados do título da cobrança de pix com erro type: object required: – id – motivo – origem properties: id: type: string format: uuid description: Identificador do registro cobrancaItemPix: type: object allOf: – #/definitions/cobrancaItemPix description: Identificador do registro pai campo: type: string description: Campo do Erro motivo: type: string description: Motivo origem: type: string allOf: – #/definitions/enumOrigemErro description: Origem usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: cobrancaItemPixHistorico: description: Entidade de histórico do título de cobrança do pix type: object required: – id – situacao properties: id: type: string format: uuid description: Identificador do registro cobrancaItemPix: type: object allOf: – #/definitions/cobrancaItemPix description: Registro da cobrança item pix situacao: type: string allOf: – #/definitions/enumSituacaoCobrancaItemDetalhes description: Situação mensagem: type: string description: Mensagem usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: informacoesAdicionaisPix: description: Entidade de informações adicionais do pix type: object required: – id – nome – valor properties: id: type: string format: uuid description: Identificador do registro cobrancaItemPix: type: object allOf: – #/definitions/cobrancaItemPix description: Registro de cobrança item pix nome: type: string description: Nome valor: type: string description: Valor usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: descontoDataFixa: description: Entidade de controle dos descontos por data fixa type: object required: – id – dataLimite – valorOuPercentual properties: id: type: string format: uuid description: Identificador de registro cobrancaItemPix: type: object allOf: – #/definitions/cobrancaItemPix description: Registro de cobrança item pix dataLimite: type: string format: date description: Data limite do desconto valorOuPercentual: type: string description: Valor ou percentual do desconto usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: e085pes: description: Pessoa – cliente type: object properties: id: type: string format: uuid description: Id da entidade e001pes: type: object allOf: – #/definitions/e001pes description: Pessoa sitCli: type: string allOf: – #/definitions/enumSitReg description: Situação do cliente excluido: type: boolean description: Indica se o registro foi excluído default: false usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: cobrancaItemPixRegistro: description: Entidade com os dados do PIX do título de cobrança type: object required: – dataCriacao – pixCopiaCola – pixQRCode properties: id: type: string format: uuid description: Identificador do registro cobrancaItemPix: type: object allOf: – #/definitions/cobrancaItemPix description: Registro da cobrança item pix dataCriacao: type: string format: date description: Data de Criação do PIX pixCopiaCola: type: string description: PIX Copia e Cola valorPago: type: string description: Valor Pago valorOriginalFinal: type: string description: Valor original valorMultaFinal: type: string description: Valor multa valorJurosFinal: type: string description: Valor juros valorAbatimentoFinal: type: string description: Valor abatimento valorDescontoFinal: type: string description: Valor desconto horarioPagamento: type: string format: date-time description: Horario do Pagamento informacaoPagador: type: string description: Informações do Pagador endToEndId: type: string description: Identificador único do pagamento pixQRCode: type: string format: byte description: Pix QRCode usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: cancelamentoPix: description: Entidade responsável por armazenar as informações de cancelamento de registro PIX type: object required: – processoId – situacao properties: id: type: string format: uuid description: Identificador do registro processoId: type: string description: Identificador do processo (utilizado pelo ERP externo) situacao: type: string allOf: – #/definitions/enumSituacaoCancelamento description: Situação titulos: type: array items: type: object allOf: – #/definitions/cancelamentoItemPix description: Títulos do cancelamento usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: cancelamentoItemPix: description: Entidade responsável por armazenar as informações do título de cancelamento do registro PIX type: object required: – situacao properties: id: type: string format: uuid description: Identificador do registro cancelamentoPix: type: object allOf: – #/definitions/cancelamentoPix description: Cancelamento pix relacionado cobrancaItemPix: type: object allOf: – #/definitions/cobrancaItemPix description: Cobrança item pix vinculado ao título que será cancelado situacao: type: string allOf: – #/definitions/enumSituacaoCancelamentoItem description: Situação mensagem: type: string description: Mensagem usuger: type: string description: dthger: type: string format: date-time description: usualt: type: string description: dthalt: type: string format: date-time description: notifyUserEventPayload: description: Represents a regular user event notification payload discriminator: _discriminator type: object required: – notificationKind – notificationPriority – notificationSubject – notificationContent – sourceDomain – sourceService – destinationUser – _discriminator properties: notificationClass: type: string description: Class of notification notificationOrigin: type: string description: Origin of notification. Free text. Optional. notificationKind: type: string allOf: – #/definitions/userNotificationKind description: Notification kind. notificationPriority: type: string allOf: – #/definitions/userNotificationPriority description: Notification priority. notificationSubject: type: string description: Notification subject. notificationContent: type: string description: Notification content. sourceDomain: type: string description: Domain that generates the notification. sourceService: type: string description: Service that generates the notification. destinationUser: type: string description: Username of the destination user. link: type: string description: Notification link _discriminator: type: string description: emailNotifyUserEventPayload: description: Represents an email notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – from properties: from: type: string description: Email sender address sendTo: type: array items: type: string description: Additional recipients to send the email to format: type: string allOf: – #/definitions/eventEmailFormat description: Email format pushNotifyUserEventPayload: description: Represents a push notification payload allOf: – #/definitions/notifyUserEventPayload – type: object required: – applicationId properties: applicationId: type: string description: Apple/Google application id blobReference: description: Default blob reference type. Every service defines its own. type: object required: – targetObjectId properties: domainName: type: string description: The domain the blob belongs to. serviceName: type: string description: The service the blob belongs to. targetObjectId: type: string description: The basic id of the blob. targetCopyId: type: string description: The id of the blob copy. basicErrorPayload: description: Default error payload type. Every service defines its own. type: object properties: message: type: string description: The user-facing error message, if any. errorCode: type: string description: The program-accessible (and service-specific) error code. importError: description: type: object required: – errorType – lineNumber – bean – message – exceptionClass properties: errorType: type: string allOf: – #/definitions/errorType description: lineNumber: type: integer format: int64 description: bean: type: string description: message: type: string description: exceptionClass: type: string description: fielddto: description: type: object required: – id – name – fieldType properties: id: type: integer format: int64 description: name: type: string description: fieldType: type: string allOf: – #/definitions/fieldType description: start: type: integer format: int64 description: size: type: integer format: int64 description: maskPattern: type: string description: hookdto: description: type: object required: – hookFunction – script properties: hookFunction: type: string allOf: – #/definitions/hookFunction description: script: type: string description: layoutdto: description: type: object required: – id – description – fileFormat – errorStrategy – skipLines – fields properties: id: type: integer format: int64 description: description: type: string description: fileFormat: type: string allOf: – #/definitions/fileFormat description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: delimiter: type: string description: skipLines: type: integer format: int64 description: fields: type: array items: type: object allOf: – #/definitions/fielddto minimum: 1 description: hooks: type: array items: type: object allOf: – #/definitions/hookdto description: importReport: description: type: object required: – id – startTime – endTime – uri – beanClass – serviceClass – layout – sucessCount – errorsCount – filteredCount – skippedCount properties: id: type: string description: startTime: type: string format: date-time description: endTime: type: string format: date-time description: uri: type: string description: beanClass: type: string description: serviceClass: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: sucessCount: type: integer format: int64 description: errorsCount: type: integer format: int64 description: filteredCount: type: integer format: int64 description: skippedCount: type: integer format: int64 description: importErrors: type: array items: type: object allOf: – #/definitions/importError description: exportEventStatus: description: type: object required: – importerId – eventType – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: recordCount: type: integer format: int64 description: importEventStatus: description: type: object required: – importerId – eventType – status – recordCount properties: importerId: type: string description: eventType: type: string allOf: – #/definitions/eventType description: status: type: string allOf: – #/definitions/status description: errorMessage: type: string description: recordCount: type: integer format: int64 description: importReport: type: object allOf: – #/definitions/importReport description: exportConfig: description: type: object required: – uri – layout – async – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: errorStrategy: type: string description: importConfig: description: type: object required: – uri – layout – async – batchSize – errorStrategy properties: uri: type: string description: layout: type: object allOf: – #/definitions/layoutdto description: async: type: boolean description: batchSize: type: integer format: int64 description: errorStrategy: type: string allOf: – #/definitions/errorStrategy description: dependency: description: Represents a service dependency type: object required: – domain – service – version properties: domain: type: string description: Domain of the dependency service service: type: string description: Name of the dependency service type: string description: Version of the dependency service genericError: properties: message: type: string description: Messaging describing the error. reason: type: string description: A symbolic code identifying the category of the reason of the error. enum: – BAD_REQUEST – UNAUTHORIZED – PAYMENT_REQUIRED – FORBIDDEN – OBJECT_NOT_FOUND – REQUEST_TIMEOUT – GONE – UNPROCESSABLE – INTERNAL_ERROR – NOT_IMPLEMENTED – SERVICE_UNAVAILABLE – INSUFFICIENT_STORAGE