#Bjorn - Communication Service Tax

1 messages · Page 1 of 1 (latest)

remote bough
#

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

hallow merlin
#

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

remote bough
#

Is this a subscription with multiple products?

hallow merlin
#

yup

remote bough
#

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?

hallow merlin
#

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"

remote bough
#

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

hallow merlin
#

understood, thank you