FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour check if NIP is active
Posts: 357
Joined: Thu Nov 02, 2006 06:53 PM
check if NIP is active
Posted: Fri Aug 17, 2018 06:04 AM

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

best regards

kajot

Continue the discussion