#franktank_docs
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/1364510185267269672
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
How are you calculating the tax? Which APIs/products are you using to collect payment for the product?
For more context, there's due to be 1000's of products globally so need to ensure that the tax/vat that is applied when a user completes a checkout session is the tax/vat for where the product is being sold. Example if a product is sold in Germany then the vat should be 19%, if a product is sold in Texas (general rather than local taxing jurisdictions|) then it should be 6.25%
Currently using the standard approach from Stripe, only setup country tax customisations as and when products are launched there
Sounds like you're using Stipe Tax and reliant on us calculating this automatically based on customer location? Do you have a cs_xxx ID where tax was not applied unexpectedly?
That's the standard approach to have Stripe calculate the tax based on customer location right? The approach I need is to be able to calculate the tax based on the product location
Sure give me a moment to find one
That is not supported with Stripe Tax. You'd instead need to use manual tax rates with the session according to product location: https://docs.stripe.com/payments/checkout/use-manual-tax-rates
ah ok I thought that might be the case but worth checking through
perfect ok, so tax_rate has to be assigned at time of creation for the checkout session
it can't be appended to a product?
Exactly
No