some one has check active NIP
https://ppuslugi.mf.gov.pl/_/
API
https://www.finanse.mf.gov.pl/pp/komuni ... id/6347532
send:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.mf.gov.pl/uslugiBiznesowe/uslugiDomenowe/AP/WeryfikacjaVAT/2018/03/01">
<soapenv:Header/>
<soapenv:Body>
<ns:NIP>9999999999</ns:NIP>
</soapenv:Body>
</soapenv:Envelope>
function return:
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<WynikOperacji xmlns="http://www.mf.gov.pl/uslugiBiznesowe/uslugiDomenowe/AP/WeryfikacjaVAT/2018/03/01">
<Kod>N</Kod>
<Komunikat>Podmiot o podanym identyfikatorze podatkowym NIP nie jest zarejestrowany jako podatnik VAT</Komunikat>
</WynikOperacji>
</s:Body>
</s:Envelope>
best regards KAJOT