Follow the question structure recommended by Dev Bot before submitting your integration questions.
NOTE. Available for use with branch access key and also with General ADM access key.
Exclusive endpoint for invoices issued through eNotas in Brazil.
| Parameter | Type | Required | Description |
|---|---|---|---|
| issueDateStart | string(date-time) | No | Start date of the invoice issue in ISO 8601 format (YYYY-MM-DDTHH:mm:ssZ). |
| issueDateEnd | string(date-time) | No | End date of the invoice issue in ISO 8601 format (YYYY-MM-DDTHH:mm:ssZ). |
| competencyDateStart | string(date-time) | No | Start date of the invoice competency in ISO 8601 format (YYYY-MM-DDTHH:mm:ssZ). |
| competencyDateEnd | string(date-time) | No | End date of the invoice competency in ISO 8601 format (YYYY-MM-DDTHH:mm:ssZ). |
| sendDateStart | string(date-time) | No | Start date of the invoice sending in ISO 8601 format (YYYY-MM-DDTHH:mm:ssZ). |
| sendDateEnd | string(date-time) | No | End date of the invoice sending in ISO 8601 format (YYYY-MM-DDTHH:mm:ssZ). |
| take | int32 | No | Total number of records to be returned. Default value is 25. Maximum allowed: 250. |
| skip | int32 | No | Total number of records to be skipped. Default value is 0. |
| idMember | int32 | No | ID of the member to be filtered. |
| statusInvoice | string | No | Filter by the status of the invoice (separated by commas). Values: 1 - Issued, 2 - With error, 3 - Canceled, 4 - Created. |
| typesInvoice | string | No | Filter by types of invoice (separated by commas). Values: 1 - NFSe, 2 - NFe, 3 - NFCe. |
| lastDateChangeStart | string(date-time) | No | Filter by the last change of the invoice on the start date in ISO 8601 format (YYYY-MM-DDTHH:mm:ssZ). |
| lastDateChangeEnd | string(date-time) | No | Filter by the last change of the invoice on the end date in ISO 8601 format (YYYY-MM-DDTHH:mm:ssZ). |
| nfNumber | string | No | Filter by the invoice number. |
idBranch | int32 | No | Filter by the branch number (only applicable for multi-location keys; ignored otherwise). |
| Field | Type | Description |
|---|---|---|
| id | string | Unique identifier of the invoice in the system. |
| tipo | string | Type of invoice (e.g., NFSe, NFe, NFCe). |
| idExterno | string | External identifier of the invoice, if any. |
| status | string | Current status of the invoice (e.g., Issued, With error, Canceled). |
| motivoStatus | string | Detailed reason for the status, if applicable. |
| ambienteEmissao | string | Emission environment (e.g., Production, Homologation). |
| enviadaPorEmail | boolean | Indicates if the invoice was sent by email to the customer. |
| dataCriacao | string (date-time) | Date/time of the invoice record creation. |
| dataUltimaAlteracao | string (date-time) | Date/time of the last change of the record. |
| forcarEmissaoContingencia | boolean | Indicates if the emission in contingency was forced. |
| pedido | object | Information of the order associated with the invoice. See Object pedido . |
| cliente | object | Customer/taker data. See Object cliente . |
| numero | string | Invoice number. |
| serie | string | Series of the invoice. |
| dataEmissao | string (date-time) | Date/time of the invoice issuance. |
| codigoVerificacao | string | Verification code (if applicable, e.g., NFS-e). |
| chaveAcesso | string | Access key (applicable to NF-e/NFC-e). |
| transporte | object | Transport/freight data. See Object transporte . |
| dataAutorizacao | string (date-time) | Date/time of the invoice authorization in SEFAZ/municipality. |
| linkDownloadPDF | string | URL to download the PDF of the invoice/DANFE/DANFSe. |
| linkDownloadXML | string | URL to download the authorized XML. |
| linkDanfe | string | Direct URL to the DANFE (if applicable). |
| linkConsultaPorChaveAcesso | string | Public consultation URL by access key. |
| protocolo | object | Authorization protocol data. See Object protocolo . |
| emitidaEmContingencia | boolean | Indicates if the invoice was issued in contingency. |
| itens | array<object> | List of items/services of the invoice. See Invoice Items (itens[]). |
| numeroRps | number | RPS number (only NFS-e). |
| serieRps | string | RPS series (only NFS-e). |
| dataCompetenciaRps | string (date-time) | Competency date of the RPS (only NFS-e). |
| servico | object | Service details (NFS-e). See Object servico . |
| naturezaOperacao | string | Nature of the operation (description). |
| naturezaOperacaoNfe | string | Nature of the operation used in NF-e. |
| valorCofins | number | Total value of COFINS. |
| valorCsll | number | Total value of CSLL. |
| valorInss | number | Total value of INSS. |
| valorIr | number | Total value of IR. |
| valorPis | number | Total value of PIS. |
| deducoes | number | Total value of deductions. |
| descontos | number | Total value of discounts. |
| outrasRetencoes | number | Other applied withholdings. |
| valorTotal | number | Total value of the invoice. |
| informacoesAdicionais | string | Additional information printed on the document. |
| valorIss | number | Total value of ISS. |
| observacoes | string | Internal/general observations of the invoice. |
| metadados | object | Key-value object with additional metadata. |
| tipoNf | string | Type of NF (e.g., entry, exit β as per implementation). |
| idFilial | int32 | ID of the issuing branch in the system. |
| idRecebimento | int32 | ID of the linked receipt, if any. |
| idVenda | int32 | Sale ID in EVO. |
| numeroNF | string | Fiscal number (may repeat numero as per the model). |
pedido| Field | Type | Description |
|---|---|---|
| presencaConsumidor | string | Indicator of the consumer's presence at the time (e.g., in-person, online). |
| pagamento | object | Payment information. See Object pedido.pagamento . |
| intermediadorTransacao | string | Identification of the intermediary (e.g., gateway/marketplace). |
pedido.pagamento| Field | Type | Description |
|---|---|---|
| tipo | string | Type of payment (e.g., upfront, installment). |
| formas | array<string> | Payment methods used (e.g., Card, Pix). |
cliente| Field | Type | Description |
|---|---|---|
| idCliente | int32 | ID of the customer in the system. |
| idProspect | int32 | ID of the prospect, if applicable. |
| indicadorContribuinteICMS | string | ICMS contributor indicator. |
| tipoPessoa | string | Type of person (Individual/Legal Entity). |
| nome | string | Name/Corporate name of the customer. |
| string | Email of the customer. | |
| cpfCnpj | string | CPF/CNPJ of the customer. |
| inscricaoMunicipal | string | Municipal registration of the customer. |
| inscricaoEstadual | string | State registration of the customer. |
| telefone | string | Phone number of the customer. |
| endereco | object | Address of the customer. See Object cliente.endereco . |
cliente.endereco| Field | Type | Description |
|---|---|---|
| pais | string | Country. |
| uf | string | State. |
| cidade | string | City. |
| logradouro | string | Street. |
| numero | string | Number. |
| complemento | string | Complement. |
| bairro | string | Neighborhood. |
| cep | string | ZIP Code. |
transporte| Field | Type | Description |
|---|---|---|
| frete | object | Freight data. See Object transporte.frete . |
transporte.frete| Field | Type | Description |
|---|---|---|
| modalidade | string | Freight modality (who pays for it). |
| valor | number | Freight value. |
protocolo| Field | Type | Description |
|---|---|---|
| numero | string | Authorization protocol number. |
| digestValue | string | Document's authorized Digest. |
itens[])| Field | Type | Description |
|---|---|---|
| cfop | string | CFOP of the item. |
| codigo | string | Internal/external code of the item. |
| descricao | string | Description of the item/service. |
| ncm | string | NCM of the product (if applicable). |
| cest | string | CEST of the product (if applicable). |
| extipi | string | EX TIPI (if applicable). |
| codigoBeneficioFiscal | string | Tax benefit code (UF). |
| quantidade | number | Quantity of the item. |
| quantidadeTributavel | number | Taxable quantity. |
| sku | string | SKU of the item. |
| unidadeMedida | string | Commercial unit of measure. |
| unidadeMedidaTributavel | string | Taxable unit of measure. |
| valorUnitario | number | Unit value. |
| valorTotal | number | Total value of the item. |
| descontos | number | Discounts applied to the item. |
| impostos | object | Tax details. See Object itens[].impostos . |
itens[].impostos| Field | Type | Description |
|---|---|---|
| percentualAproximadoTributos | object | Transparency Law information. See percentualAproximadoTributos.simplificado. |
| icms | object | ICMS group. See Object icms . |
| pis | object | PIS group. See Object pis . |
| cofins | object | COFINS group. See Object cofins . |
percentualAproximadoTributos.simplificado| Field | Type | Description |
|---|---|---|
| percentual | number | Approximate tax percentage. |
| valor | number | Approximate tax value. |
icms| Field | Type | Description |
|---|---|---|
| origem | number | Origin of the goods (0β8 according to the table). |
| situacaoTributaria | string | CST/CSOSN of ICMS. |
| modalidadeBaseCalculo | number | Calculation base modality. |
| baseCalculo | number | ICMS calculation base. |
| aliquota | number | ICMS rate. |
| percentualReducaoBaseCalculo | number | Reduction of the calculation base (%). |
| aliquotaST | number | ICMS-ST rate. |
| modalidadeBaseCalculoST | number | Calculation base modality of ST. |
| baseCalculoST | number | ICMS-ST calculation base. |
| percentualReducaoBaseCalculoST | number | Reduction of the ST base (%). |
| percentualMargemValorAdicionadoST | number | MVA ST (%). |
pis| Field | Type | Description |
|---|---|---|
| situacaoTributaria | string | CST of PIS. |
cofins| Field | Type | Description |
|---|---|---|
| situacaoTributaria | string | CST of COFINS. |
servico (NFS-e)| Field | Type | Description |
|---|---|---|
| descricao | string | Description of the service provided. |
| aliquotaIss | number | ISS rate. |
| issRetidoFonte | boolean | Indicates if there is ISS withholding at source. |
| codigoServicoMunicipio | string | Service code in the municipality. |
| itemListaServicoLC116 | string | Item from the service list (LC 116/2003). |
| cnae | string | CNAE of the service. |
| municipioPrestacaoServico | number | Code of the municipality of provision (IBGE). |