Library (DLL/OCX) containing all methods to issue NFCom. Ideal for those who prefer keeping the entire messaging process within their own environment—available for Delphi, C#, and VB6.
Perfect for systems built in PHP, C#, Java, or Python. Integration is done via JSON, abstracting tax rules, XSD schemas, and SEFAZ downtime. Asynchronous transmission with ID and status returned via query or webhook.
uses spdNFCom, spdNFComUtils, spdNFComTypes; var NFCom: TspdNFCom; xmlAssinado, retorno: string; begin NFCom := TspdNFCom.Create(nil); NFCom.NomeCertificado := 'CN=EMPRESA TESTE'; NFCom.Ambiente := 2; // 1=Production, 2=Staging xmlAssinado := NFCom.AssinarNFCom(xmlSemAssinatura); retorno := NFCom.EnviarNFComSincrono(xmlAssinado); // cStat 100 = authorized NFCom.ImprimirDANFCom(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.
NFCom (Communication Service Electronic Invoice) is the mandatory tax document for companies providing communication services — telephony, internet, pay TV, and similar services. It formalizes the service provision, details the fees charged and applicable taxes, and serves as an official receipt for both the customer and the tax authority.
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.