#taviksha-akar_api

1 messages ¡ Page 1 of 1 (latest)

rain lavaBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1305764071358074920

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

dense elm
#

Hey there? Can you please help me with this.

umbral wyvern
#

Are you using Stripe Tax?

dense elm
#

Yes

umbral wyvern
#

No there's no option to exclude tax on certain product if you are using automatic tax calculation. You can turn off Stripe tax and manually set tha tax_rate on the invoice line items instead.

dense elm
#

Manually set the tax_rate means?

umbral wyvern
dense elm
#

But when subscription is created, the invoice is created by stripe only so how to pass tax_rated on subscription create? And as we don't want tax on specific products, do we still need to pass tax_rates or can we pass it blank to not apply tax on the products?

umbral wyvern
#

Alternatively, you can also set the tax rate on the subscription items so that you don't need to update them on every invoices

dense elm
#

So if i choose tax rate option than I need to turn off stripe tax ??

#

Can they both be used together ? So where I need to pass tax_rate i can use it otherwise stripe tax will work?

umbral wyvern
#

No

dense elm
#

OK and from where I need to turn off stripe tax?

umbral wyvern
dense elm
#

No, not on update, I need to set it on creation.

umbral wyvern
#

You'll find the same param on subscription creation API.

dense elm
#

And if we are creating one time invoices which is created seperately to take some charge then how to set stripe tax off for that?

umbral wyvern
#

Our API reference is comprehensive, you can share it to your developers and they'll be able to self-serve and find the relevant parameters