Designed for seamless integration with systems that need to issue the Electronic Freight Waybill for cargo (road, air, and other modes). From XML generation to DACT-e printing, a continuous and frictionless workflow.
The most streamlined version of CT-e, designed for operations with a single service taker or re-dispatch scenarios. Less bureaucracy, a single document for the entire journey
Library (DLL/OCX/BPL/TLB) containing all methods to issue CT-e. Ideal for developers who prefer keeping the entire messaging process within their own environment—available for Delphi, C#, and VB6.
Direct communication with Manager SaaS via HTTPS requests. You send the CT-e parameters, TecnoSpeed digitally signs (using an A1 certificate stored in the cloud), transmits to SEFAZ, and returns the authorized XML and PDF DACT-e.
uses spdCTe, spdCTeUtils, spdCTeDataSet; var CTe: TspdCTe; begin CTe := TspdCTe.Create(nil); CTe.NomeCertificado := 'CN=EMPRESA TESTE'; CTe.Ambiente := 2; // 1=Production, 2=Staging CTe.AssinarCT(xmlSemAssinatura); // signs with A1/A3 certificate CTe.EnviarCT; // asynchronous transmission to SEFAZ CTe.ConsultarRecibo(nRec); // cStat 100 = authorized CTe.ExportarDACTEParaPDF(xmlAutorizado, modeloRTM, ''); end;
Designed to provide a smooth implementation in various development environments.
Ongoing maintenance to ensure compliance with frequent changes in legislation.
Error responses are clearly decoded, speeding up precise corrections.
Developer-to-developer technical support to guide your integration and assist with Brazilian tax authority rules.

CT-e (Electronic Freight Waybill) is the official tax document that formalizes freight transportation services in Brazil, covering road, air, and other modes. It is mandatory for carriers, independent drivers, and any business providing freight services tied to a tax operation.
Standard CT-e is used in freight operations involving multiple service takers or more complex scenarios. The Simplified CT-e exists to streamline bureaucracy when there is a single service taker or in re-dispatch scenarios, allowing a single document to be issued for the entire route, featuring fewer required fields and faster issuance.
Free content produced by those who live and breathe the fiscal world day to day.
Tax and fiscal legislation, and everything a developer needs to follow to keep software compliant — explained by experts.
Prepare your software now. Practical content for IT managers and developers to navigate the changes of the biggest tax reform in decades.