See Nfe without certificate

Asked

Viewed 1,010 times

2

Is there any way to check the base of Nfe without certificate via programming?

Today you would only need to check which products are in Nfe to automate an internal process.

  • Your question is a bit wide. Here is a starting point http://answall.com/questions/15166/logar-no-portal-nfe-com-curl-e-php

1 answer

1


Yes, you can use any http client to query the Nfe query page, and download the contents of the query for a string, then you assemble the document by translating the html tags into the fields according to the Nfe layout, the only annoying is the captcha that either you bypass or display in your program for the user to type, the disadvantage of this is that you encode according to the page of the Sefaz, but it is very simple to implement.

  • Got it. That’s legal in legislative terms?

  • @Eduardocarísio, yes this is cool, because the site is public for anyone to consult, but you need to have the key notes.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.