#Charmon - taxes

1 messages · Page 1 of 1 (latest)

lyric frigate
#

Hi there!

#

but does that mean that the taxes are going to be different based on users address?
Correct

If that’s the case, then $15 ticket will be $15 + Some Sales Tax.
No necessarily. When you create a price you decide how the tax is computed https://stripe.com/docs/api/prices/create#create_price-tax_behavior

Also, it seems that payment intent does not support automatic tax, what do I do in that case?
That's correct, you cannot use automatic tax directly with PaymentIntents.

urban viper
#

No necessarily. When you create a price you decide how the tax is computed
So if Spotify is selling "premium membership" for $9.99 and the price has
"tax_behavior": "inclusive",

Does that mean, that depending on the users address the business will receive $9.99 - Sales tax?

#

For example if user is located in UK, business will receive $7.99 for that membership?

lyric frigate
#

Correct. With "tax_behavior": "inclusive", the customer will always pay the same amount ($9.99), but the business will get less depending on the tax used.

urban viper
lyric frigate
urban viper
waxen hatch
#

Sorry, but we don't have insight into if/when the Orders functionality will move to a generally available state.