#Spica

1 messages · Page 1 of 1 (latest)

fair heraldBOT
somber radish
#

What APIs/UIs are you using to integrate with Stripe currently?

weak zephyr
#

I am using stripe Api .. I do checkout create and I give it the price id of the stripe products I created and it generates for me a link that takes me to stripe payment link

somber radish
#

Stripe Tax will automatically calculate the tax due based on customer location, otherwise you need to manually provide the appropriate Tax Rates when you create the session

weak zephyr
#

I want to provide the user a link like this

#

where he can enter the vat number then the taxes will be automatically calculated depending on the vat he entered

somber radish
#

Well Stripe Tax doesn't calculate based on a VAT number, it's done based on customer location

#

But yes, Checkout supports Stripe Tax

#

Have you tried enabling Stripe Tax on your account and on a Checkout Session (via automatic_tax[enabled])?

weak zephyr
#

I did automatic tax enabled

#

but I didnt enable the stripe tax on my accoi

#

account

somber radish
weak zephyr
#

I am checking it now .. thank you very much