You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Junior Tada edited this page Oct 23, 2019
·
3 revisions
Exemplo de como consultar cadastro do contribuinte, NF-e ou NFC-e.
frompynfe.processamento.comunicacaoimportComunicacaoSefazcertificado="/home/user/certificado.pfx"senha='senha'uf='pr'# Algumas UF's não possuem homologação para este serviçohomologacao=Truecon=ComunicacaoSefaz(uf, certificado, senha, homologacao)
xml=con.consulta_cadastro('nfe','99999999999999') # modelo = nfe ou nfce, cnpj(somente números)print (xml.text)