claude-code - 💡(How to fix) Fix [DOCS] MISSING VAG NUMBER

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
RAW_BUFFERClick to expand / collapse

Documentation Type

Missing documentation (feature not documented)

Documentation Location

https://console.anthropic.com/settings/billing

Section/Topic

VAT / Tax ID billing documentation and EU tax exemption behavior

Current Documentation

The billing settings page allows entering a VAT number, and the invoice preview (“Calculated tax” section) shows $0 VAT — implying the reverse charge exemption has been applied. However, the final issued invoice still includes VAT, contradicting what the preview shows.

What's Wrong or Missing?

Current Documentation The billing interface allows entering a VAT number for EU B2B customers, and the “Calculated tax” section does not show VAT — implying the reverse charge mechanism has been applied correctly. Issue Despite successfully saving a valid EU VAT number (HU32998001), VAT continues to be charged on invoices. The “Calculated tax” field shows no VAT at the checkout/preview stage, suggesting the exemption is recognized — but the final issued invoice still includes VAT deducted. This is inconsistent and incorrect for EU B2B reverse charge transactions. Expected behavior: As an EU-registered business providing a valid VAT number, invoices should be issued VAT-free under the reverse charge mechanism (Article 196 of EU VAT Directive). Steps to reproduce: 1. Add EU VAT number in billing settings 2. Observe “Calculated tax” shows $0 VAT 3. Review issued invoice — VAT is still present

Suggested Improvement

The billing system should either: 1. Correctly apply VAT exemption on the final invoice when a valid EU VAT number is provided, consistent with what the “Calculated tax” preview shows; or 2. Clearly document that VAT will still be charged despite entering a VAT number, and explain under what conditions the reverse charge exemption actually takes effect. Currently the UI is misleading — it implies VAT exemption is applied but the issued invoice contradicts this.

Impact

High - Prevents users from using a feature

Additional Context

No response

extent analysis

TL;DR

The billing system should correctly apply VAT exemption on the final invoice when a valid EU VAT number is provided, consistent with the "Calculated tax" preview.

Guidance

  • Review the billing system's logic for applying VAT exemptions to ensure it aligns with the EU VAT Directive, specifically Article 196.
  • Verify that the "Calculated tax" preview accurately reflects the final invoice's VAT calculation.
  • Investigate why the final issued invoice includes VAT despite the preview showing $0 VAT.
  • Consider adding clear documentation on the conditions under which the reverse charge exemption takes effect to avoid user confusion.

Example

No code snippet is provided as the issue is related to the billing system's logic and documentation.

Notes

The issue may be due to a mismatch between the billing system's logic and the EU VAT Directive. It is essential to review the system's implementation to ensure it correctly applies VAT exemptions.

Recommendation

Apply a workaround by clearly documenting the conditions under which the reverse charge exemption takes effect, until the billing system's logic can be updated to correctly apply VAT exemptions. This will help avoid user confusion and provide transparency on the billing process.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [DOCS] MISSING VAG NUMBER