#lmifflen_checkout-tax
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1255982321711054918
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
Hey, Trying to figure out why my users aren't being charged tax when my prices exclude tax. Haven't had a problem with it in my other implementations with stripe but my current payment set up in my nextjs app this is happening
Hi ๐ if you're trying to use Stripe Tax, you need to enable automatic tax when creating the Checkout Session, via the automatic_tax.enabled parameter:
https://docs.stripe.com/api/checkout/sessions/create#create_checkout_session-automatic_tax
or are you trying to use Tax Rates here?
oh okay. we're using automatic tax in the checkout session
Gotcha, then adding that parameter should help, but let me know if it doesn't.