# Customer VAT IDs

The dashboard supports collecting VAT IDs from customers, either before or after checkout.&#x20;

The VAT will be added to the Stripe customer, and will be made available on invoices as well as the payments tab CSV export.

{% hint style="info" %}
Note: If you want to collect VAT tax (exclusive or inclusive) on payments, you'll need to enable automatic tax collection on your Stripe dashboard settings. Otherwise, no VAT tax will be charged or reflected on invoices.
{% endhint %}

## Enabling VAT ID Collection

Navigate to the settings page -> Click legal -> Toggle on/off the "Allow customers VAT ID submission.

![](/files/1uPgEYt7gNoQT67BDv6g)

As seen in the image you will see the "**Allow customer VAT ID submission**" toggle. You will need to switch this to the **on** position if you'd like to collect VAT IDs.

## Checkout Collection

<figure><img src="/files/20U4FnJcQL7HFCtUNpds" alt=""><figcaption></figcaption></figure>

With the setting enabled, customers will be prompted to enter their VAT ID on the checkout screen under the Optional info section. If the customer has already associated a VAT ID on a previous purchase through the Whop ecosystem, the option will not show.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://whop-test.gitbook.io/faq/reference/businesses-using-whop/payments/customer-vat-ids.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
