#franktank_docs

1 messages ¡ Page 1 of 1 (latest)

eager islandBOT
#

👋 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.

drifting coyote
#

How are you calculating the tax? Which APIs/products are you using to collect payment for the product?

fathom bronze
#

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

drifting coyote
#

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?

fathom bronze
#

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

drifting coyote
fathom bronze
#

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?

drifting coyote
fathom bronze
#

you've saved me so much time, I've been pulled onto a project and this question has been going round and round

#

you're a star thank you