uses
ReinfClientX_TLB;
var
Reinf: TspdReinfClientX;
IdLote: string;
begin
Reinf := TspdReinfClientX.Create(nil);
try
Reinf.ConfigurarSoftwareHouse('29062609000177', '{seu-token}');
Reinf.Ambiente := 2; // 1=Produção, 2=Homologação
Reinf.CpfCnpjEmpregador := '08187168';
Reinf.NomeCertificado := 'CN=EMPRESA TESTE';
Reinf.VersaoManual := '2.1.02';
Reinf.GerarXMLporTx2('R-2010.tx2'); // TX2 -> XML
Reinf.AssinarEvento(Reinf.XmlEvento); // assina com certificado
IdLote := Reinf.EnviaLoteEventos; // -> Receita Federal
Reinf.ConsultarLote(IdLote); // recibo / ocorrências
finally
Reinf.Free;
end;
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.
Yes. The EFD-Reinf TecnoSpeed is continuously updated to keep pace with changes in tax legislation and new government requirements, reducing the risk of incompatibility in your software.
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.