#mayuri_api
1 messages ¡ Page 1 of 1 (latest)
đ 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/1372820083843534848
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you tell me what kind of integration are you building? Is it about invoices or subscriptions?
it's about tax which applied for subscription
i have to add exclusive tax in subscription
Ok, what do you mean by exclsive tax?
I still don't quite understand what "exclsive tax" is, can you explain?
Okay, i have to add tax on stripe product..
in this image you can see i add genral service tax here.
so how it's calculate?
here i select california but tax is 0
got my query?
?
are you there?
?
@outer lark
Thanks for waiting. So you are talking about setting the tax_behavior to exclusive.
yes
and how it is calculate?
if my product price is 12$ then how stripe added the tax>?
https://docs.stripe.com/tax/calculating tax calcuation is complicated.
see the requirement is if customer purchase the subscription then apply the tax of subscription and stripe provide it
so how do i manage it?
I guess you want to use automatic tax? https://docs.stripe.com/api/subscriptions/object?#subscription_object-automatic_tax-enabled this is how you enable it when creating a subscription.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.