#Bjorn - Communication Service Tax
1 messages · Page 1 of 1 (latest)
Hello. One moment
Stripe Tax only supports sales tax, VAT, and GST. I recommend reaching out to support if you have further questions, though, as this channel is mostly just for developer support with API integrations: https://support.stripe.com
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
got it. Thank you. Then i have another question regarding subscriptions and products in one checkout. Which is the best way to do it ? I'll need to calculate shipping taxes with both types of items in one checkout, but looks like i can't do it
Is this a subscription with multiple products?
yup
What's the issue you're seeing exactly?
The items will be taxed differently?
Like based on the product type, you expect them to be taxed differently?
yes, for example, i have two products and one subscription in my checkout session. I need to calculate shipping taxes for products only. But when we try to do it, we are getting "shipping_rates cannot be used in setup or subscription mode"
Oh so you want to create a Checkout session that will contain a subscription as well as 2 additional physical products then
Yeah that's not possible unfortunately
If you want to use Stripe Checkout, you would have to create a session for the subscription, and then another one for the physical products your customer is buying
understood, thank you