CT-e
Delivery receipt
Registers event 110180 (delivery receipt) on an authorized CT-e.
/openapi/v2/empresas/{empresaId}/cte/{cteId}/comprovante-entregaRequires the token, timestamp and sign signature headers, see Authentication.
Sent synchronously; on success the event object is returned. Keep the protocolo of the response: it is the protocoloEvento used by Cancel delivery receipt.
Parameters
Path parameters
empresaIdstringrequiredCompany (carrier) identifier returned at registration.
Example:1934811222334455cteIdstringrequiredThe
idsent at CT-e issuance.Example:CTE-ORD-1
Request body
dataEntregastringrequiredDelivery date and time, ISO-8601 with offset, for example
2026-09-06T10:00:00-03:00.Example:2026-09-06T10:00:00-03:00documentoRecebedorstringrequiredDocument of the person who received the goods (nDoc), 2 to 20 digits.
Example:12345678909nomeRecebedorstringrequiredName of the person who received the goods (xNome), 2 to 60 characters.
Example:JOSE DA SILVAlatitudenumberoptionalDelivery latitude (optional), registered with six decimals.
longitudenumberoptionalDelivery longitude (optional), registered with six decimals.
hashEntregastringrequiredBase64 of the SHA-1 of the receipt image (hashEntrega).
Example:2jmj7l5rSw0yVb/vlWAYkK/YBwk=dataHashEntregastringrequiredDate and time the image was generated, ISO-8601 with offset.
Example:2026-09-06T10:01:00-03:00chavesNfearrayoptionalKeys of the delivered NF-e (44-digit strings), optional.
Responses
Event registered with SEFAZ. The event object is returned synchronously.
chaveAcessostring44-digit access key of the CT-e the event was linked to.
tipostringEvent type.
Values:CancelamentoCartaCorrecaoComprovanteEntregaCancelamentoComprovanteEntregaInsucessoEntregaCancelamentoInsucessoEntregaPrestacaoDesacordoCancelamentoPrestacaoDesacordoEpeccodigostringSEFAZ event code (tpEvento):
110111,110110,110113,110180,110181,110190,110191,610110,610111.sequenciaintegerSequence number of the event within its type (the correction letter auto-increments).
statusstringcStat returned by SEFAZ;
135means the event was registered and linked.motivostringxMotivo returned by SEFAZ.
protocolostringEvent protocol number; use it as
protocoloEventoto cancel the event.datastringEvent registration date and time, ISO-8601 in UTC.
linkXmlstringDownload link of the event XML (procEvento). See File download.
Errors
| Code | HTTP | |
|---|---|---|
| CTe0001 | 404 |
|
| 10003000 | 404 |
|
| 10017040 | 400 | The document status does not allow the event; the CT-e must be |
| 10017042 | 400 | Invalid event text (length out of range after sanitization). |
| 10017043 | 400 | SEFAZ rejected the event; |
| 10001001 | 400 | Request field validation failed (one entry per field); fix per |
Text sanitization and coordinates
Text fields are sanitized (accents stripped, whitespace collapsed) before length validation; text that falls out of range after sanitization returns 10017042. Coordinates are registered with six decimals.
