#Kacper Wilczewski
1 messages · Page 1 of 1 (latest)
hello! to clarify, are you asking if there's a tax id element that Stripe provides?
Yes, is there a possibility to utilize such a field along with validation?
unfortunately not, we don't have a standalone tax id element at this point in time i'm afraid. We do have Checkout Sessions which is a Stripe hosted page that also supports collecting the tax id along with other payment details, but it doesn't only collect tax ids
so you would have to build your own input field to collect tax ids
Okay, does Stripe validate the VAT ID in any way, such as checking the length of characters and other options? Is there a chance to query the Stripe API to verify if the user has entered a valid tax ID?
are we referring to if you use Checkout Sessions?
Could you please describe all the possibilities in which the VAT ID is utilized in forms? Is there a chance that an external API exists solely for querying VAT IDs based on the country or any other parameter?
You can read about Checkout Sessions and Tax IDs here : https://stripe.com/docs/tax/checkout/tax-ids
We don't have any standalone API to query / Validate VAT IDs
Sure, is there any example form where I can navigate through it and test the functionality of the Stripe tax ID?
i'd suggest trying this out using Payment Links - https://dashboard.stripe.com/test/payment-links/create
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
the underlying functionality is the same as Checkout Sessions
Is there a possibility to add a VAT ID when adding a card?