Table Excerpt |
---|
|
Plugin info |
---|
MaintenanceDepartment | Dev CUF |
---|
LicType | BezpłatnaPłatna |
---|
ArtifactId | nipchecker |
---|
TypWtyczki | Wtyczka |
---|
PluginId | com.suncode.plugin-nipchecker |
---|
ShortDescription | Wtyczka zawierająca komponenty do sprawdzenia statusu podatnika VAT w bazach "Ministerstwa Finansów" |
---|
| |
|
Opis:
Wtyczka zawierająca komponenty do sprawdzenia statusu podatnika VAT w bazach "Ministerstwa Finansów" (strona: https://ppuslugi.mf.gov.pl/_/) oraz w systemie VIES na stronie "Komisji Europejskiej" (strona http://ec.europa.eu/taxation_customs/vies ) za pomocą podanego nr NIP
...
Info |
---|
|
Od wersji 1.0.6 Wtyczka korzysta z nowego API dla bazy "Ministerstwa Finansów" (strona: https://wl-api.mf.gov.pl/)
Aby zweryfikować dany nip wystarczy wywołać poniższy link: https://wl-api.mf.gov.pl/api/search/nip/<nip>?date=<current date> np.
w przeglądarce:
No Format |
---|
https://wl-api.mf.gov.pl/api/search/nip/5250007313?date=2022-05-05 |
lub w konsoli na linuxie wywołać polecenie: No Format |
---|
curl https://wl-api.mf.gov.pl/api/search/nip/5250007313?date=2022-05-10 |
Info |
---|
| W przypadku problemów z połączeniem i walidacją certyfikatu należy pobrać paczkę JCE ze strony https://www.oracle.com/technetwork/java/javase/downloads/jce-all-download-5170447.html. Archiwum należy rozpakować, pliki *.jar skopiować do katalogu Javy : - <java-home>/lib/security dla [Unix]
- <java-home>\lib\security dla [Windows]
Szczegóły instalacji znajdują się w pliku README.txt w pobranym archiwum. Plik dla Java 8 View file |
---|
name | jce_policy-8.zip |
---|
height | 250 |
---|
|
|
|
Info |
---|
title | Możliwe komunikaty blędów systemu VIES |
---|
|
In case of problems, the returned FaultString can take the following specific values: - INVALID_INPUT: The provided CountryCode is invalid or the VAT number is empty; - GLOBAL_MAX_CONCURRENT_REQ: Your Request for VAT validation has not been processed; the maximum number of concurrent requests has been reached. Please re-submit your request later or contact TAXUD-VIESWEB@ec.europa.eu for further information": Your request cannot be processed due to high traffic on the web application. Please try again later; - MS_MAX_CONCURRENT_REQ: Your Request for VAT validation has not been processed; the maximum number of concurrent requests for this Member State has been reached. Please re-submit your request later or contact TAXUD-VIESWEB@ec.europa.eu for further information": Your request cannot be processed due to high traffic towards the Member State you are trying to reach. Please try again later. - SERVICE_UNAVAILABLE: an error was encountered either at the network level or the Web application level, try again later; - MS_UNAVAILABLE: The application at the Member State is not replying or not available. Please refer to the Technical Information page to check the status of the requested Member State, try again later; - TIMEOUT: The application did not receive a reply within the allocated time period, try again later. Opis pobrany z WSDL: https://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl |
Przed połączeniem do bazy MF jest sprawdzany nr NIP (długość znaków oraz suma kontrolna).
...