#eckhartpark_tax-behaviors-prices
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/1324425375190618142
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
I'm sorry but this is more of a legal question regarding tax collection requirements than a technical one and that isn't something we can assist with.
If you set the tax_behavior of your Prices as inclusive then it is expected you are collecting the appropriate taxes in the amount you charge
ok, I didn't see tax_behavior on the docs for create a payment intent? could you point me to it?
Payment Intents do not collect tax
Payment Intents are one of the most low-level API objects so they only represent your intent to collect funds
oh ok, so where do i set tax_behavior?
Taxes are represented in higher level abstractiosn like Invoices and Checkout Sessions
ok
Tax Behavior can be set on Price objects https://docs.stripe.com/products-prices/getting-started#create-price but in order to use that, you need to be using a Stripe charge flow that uses Prices (like Subscriptions, Invoicing, or Checkout Sessions)
ok thanks I'm going to read that