<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: VAT Support</title>
    <description>The latest articles on DEV Community by VAT Support (@malyshev_volodymyr_6c2f01).</description>
    <link>https://dev.to/malyshev_volodymyr_6c2f01</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4101696%2F290d9123-0226-49d4-aaab-bf905478ade9.jpg</url>
      <title>DEV Community: VAT Support</title>
      <link>https://dev.to/malyshev_volodymyr_6c2f01</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/malyshev_volodymyr_6c2f01"/>
    <language>en</language>
    <item>
      <title>We opened up our VAT compliance engine as an API — here's what's inside</title>
      <dc:creator>VAT Support</dc:creator>
      <pubDate>Sun, 30 Aug 2026 17:51:29 +0000</pubDate>
      <link>https://dev.to/malyshev_volodymyr_6c2f01/we-opened-up-our-vat-compliance-engine-as-an-api-heres-whats-inside-1p7h</link>
      <guid>https://dev.to/malyshev_volodymyr_6c2f01/we-opened-up-our-vat-compliance-engine-as-an-api-heres-whats-inside-1p7h</guid>
      <description>&lt;p&gt;If you sell across EU/UK borders — or you're building something that does — VAT is the compliance problem nobody wants to own. We've spent months building vat.support to handle it for human sellers. This week we opened the same engine up as a plain HTTP API.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What it does&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Five endpoints, each backed by live data rather than a static table:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;VAT number validation (VIES for EU, HMRC for UK) — checks the actual registry, not a format regex&lt;/li&gt;
&lt;li&gt;VAT rate lookup by country and category — standard, reduced, zero&lt;/li&gt;
&lt;li&gt;Reverse-charge eligibility (Art. 196) between two EU countries, with a certificate you can hand to your accountant&lt;/li&gt;
&lt;li&gt;Registration threshold verdicts — "do I need to register in France yet?"&lt;/li&gt;
&lt;li&gt;A full 10-question compliance gap analysis for a complete picture&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Why we built it this way&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;No SDK, no dashboard tour, no subscription. POST /api/v1/keys gets you a working key with 20 free calls in one request. 60 requests/minute stay free forever with no key at all. Beyond that, prepaid credit packs starting at €9 for 1,000 calls.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Try it&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;curl -X POST &lt;a href="https://snapshot.vat.support/api/v1/public/vat-number" rel="noopener noreferrer"&gt;https://snapshot.vat.support/api/v1/public/vat-number&lt;/a&gt; \&lt;br&gt;
  -H "Content-Type: application/json" \&lt;br&gt;
  -d '{"vat_id":"DE123456789"}'&lt;/p&gt;

&lt;p&gt;Full contract: &lt;a href="https://snapshot.vat.support/api/v1/public" rel="noopener noreferrer"&gt;https://snapshot.vat.support/api/v1/public&lt;/a&gt;&lt;br&gt;
Landing page: &lt;a href="https://vat.support/api" rel="noopener noreferrer"&gt;https://vat.support/api&lt;/a&gt;&lt;br&gt;
MCP server: &lt;a href="https://snapshot.vat.support/api/mcp" rel="noopener noreferrer"&gt;https://snapshot.vat.support/api/mcp&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback on the shape of the API — or VAT edge cases we've missed — welcome in the comments.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>api</category>
      <category>agents</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
