Home > Forum > Data sources > Check VAT Status [Poland] error

Check VAT Status [Poland] error
0

Dear Community,
from last Friday (29th of July) I experience issues with SOAP Web Service at https://sprawdz-status-vat.mf.gov.pl that checks if Supplier is active VAT payer.
Does anyone have same issue? Should we consider "migrating" to https://wl-api.mf.gov.pl REST Web Service, where we can check VAT status also? What about limitations of wl-api service?

Thanks in advance for any response here.

Best,
Adam Hatak

In reply to: Piotr Rogoziński

Have you resolved this issue? We have the same probleme since Friday

Dear Piotr,
yes, I have switched to wl-api.mf.gov.pl Web Service. Until today I don't have any information from MF about the issue with sprawdz-status-vat.mf.gov.pl Web service.
I couldn't wait longer, so I switched to other Web service. And I think WL-API is widely used so issues there are solved more quickly. :)

Hello,

there is a way to workarround this issue.
Basically the idea is to "introduce yourself" as a browser when executing REST Action.

The Call REST action has possibility to use Custom headers inside, the values to be pasted there are values that you can find in endpoint call by browser (call url in browser, use F12 + Network Tab) to track down request headers and then copy paste them into action configuration.

In reply to: Bartłomiej Spyrka (WEBCON)

Hello,

there is a way to workarround this issue.
Basically the idea is to "introduce yourself" as a browser when executing REST Action.

The Call REST action has possibility to use Custom headers inside, the values to be pasted there are values that you can find in endpoint call by browser (call url in browser, use F12 + Network Tab) to track down request headers and then copy paste them into action configuration.

Bartek,
are you referencing to limitation of REST API at wl-api.mf.gov.pl? Or do you mean to change sprawdz-status-vat.mf.gov.pl configuration to REST API (from SOAP API)?