#Osiris

1 messages · Page 1 of 1 (latest)

wooden foxBOT
tepid needle
#

Hi 👋 I'm not certain offhand (typically our support team is more familiar with regional availability than we are).

Are you asking because you're running into problems or see something that gives you the impression it isn't supported for India?

neat sapphire
#

I don't really care about auto-tax was just going with the flow where docs is taking. How to apply tax using api during checkout ? I can apply from dashboard I see

tepid needle
#

Have you taken a look through our documentation on how to use Stripe Tax with Checkout Sessions, is there something specific there that is giving you trouble?
https://stripe.com/docs/tax/checkout

That message does give me the impression that Stripe Tax isn't yet supported for your country, along with contact details to reach out to in case you are interested in turning that feature on in a supported region or want to provide your interest in having the capabilities of Stripe Tax expanded to a new region.

neat sapphire
#

yes sorry, I was vague earlier. I tried sending tax_rates in line_items array. It throws following error

Stripe Tax has not been activated on your account
#

However on same account from dashboard I can apply tax while manually creating subscription.

tepid needle
#

Can you provide the ID of the request that returned that error, as well as the ID of a Subscription where you were able to include tax through the dashboard? I'd like to compare the two to see if they're using our two different tax flows. (Tax Rates are our more manual flow for tax inclusion, whereas Stripe Tax is our more automatic solution)

neat sapphire
#

i had automatic tax on

#

which was causing isue.

tepid needle
#

Ah, gotcha

neat sapphire
#

I cannot set a default tax rate for products ?

tepid needle
#

No, not on the Price or Product objects. You can have your code always include a specific tax rate if you'd like to have that type of behavior.

neat sapphire
#

cool, thanks