In case you missed the announcement: Alteryx One is here, and so is the Spring Release! Learn more about these new and exciting releases here!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

VAT ID _verification of PL customers

Kingazawora
8 - Asteroid

Hello

 

Similarly to checks performed for EU VAT ID validation: https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Verification-VAT-numbers-VIES-...

 

I would like to check VAT ID of Polish Taxpayers via following website: https://www.podatki.gov.pl/wykaz-podatnikow-vat-wyszukiwarka

 

This should be done via entering VAT ID and I have found following documentation on API: https://wl-api.mf.gov.pl/ 

 

I have started designing the workflow, however sth does not seem to work.

 

Thanks for help!

5 REPLIES 5
CoG
14 - Magnetar

First of all, for Path Parameters, you do not include the "{ }". I have reworked and simplified the example you sent. JSON is being retrieved.

2023-11-13_13-27_API.png

2023-11-13_13-27_API2.png

Kingazawora
8 - Asteroid

Thanks - I see that the connection has been established, however I do not see output values that I would expect from the input inserted based on VAT value:

 

 

Screenshot 2023-11-13 204056.png

CoG
14 - Magnetar

You are welcome!

Are you getting output values that are wrong? or not getting output values at all? I don't think I'm understanding. I'm also not sure what the image you shared is from.

Kingazawora
8 - Asteroid

Hello

 

When I complete data in fields:

 

Screenshot 2023-11-13 212233.png

 

 I should get all data as per green box below as output.

 

I am not getting that.

CoG
14 - Magnetar

Did you change the URL to the API Production Address?

It should be: https://wl-api.mf.gov.pl

 

I got the output you're looking for on my end.

 

Labels
Top Solution Authors