#eroo36-stripe-tax-countries
1 messages · Page 1 of 1 (latest)
Hey! I guess we don't support it right now: https://stripe.com/docs/tax/registering#list-of-state-and-country-registration-sites
So yeah, you'd need to handle that yourself
thanks
is there a way to know automatic tax calculation failed? or do i have to check the country of the user before creating the checkout session and pass to it. This means i manually need to check if stripe has tax value for that country and if not i need to pass the tax to create checkout session
Hmm, good question. I think you'd need to handle this yourself as I'm not sure if you can pass both automatic tax enablement and manual tax codes and then fallback
is there an api to get supported tax countries
if not i will create a list myself and do my check manually i guess
There's not unfortunately
okay thanks