79767637

Date: 2025-09-17 17:31:31
Score: 0.5
Natty:
Report link

If you are looking for an easier setup with a rest api you might want to try https://vatifytax.app.

Simple Example:

# Validate VAT (cURL)
curl -s https://api.vatifytax.app/v1/validate-vat \
  -H "Authorization: Bearer API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"vat_number":"DE811907980"}' | jq
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: DeOldSax