#david_shipping-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/1253752742262865944
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
"Since all of the products the customer purchased are nontaxable food products, the entire charge, including the shipping and handling charge, is exempt from tax"
Can you link the doc that says that?
a moment please ...
this is one - https://stripe.com/resources/more/should-you-charge-us-sales-tax-based-on-the-billing-or-shipping-address#charging-sales-tax-on-shipping-in-the-us let me find the other one ๐
this is shared by our customer but i'm still trynig to find where the doc for this is:
Got it. So you're expecting that Stripe will recognize that you're selling food in this jurisdiction and not show tax as a result, is that correct?
yea, the request set the tax code for coffee beans, which customer expects there is no tax. so if according to ny.gov if products are not tax, then there should be no tax for the shipment also yet Stripe added one:
I don't think there's a way for Stripe to know that this is coffee, right? Like, did you specify a tax product code or something somewhere that would allow Stripe to know you're selling a specific non-taxable good?
yea it was in the request - https://dashboard.stripe.com/logs/req_Xs6hbGMxhrCs6l
"line_items": {
"0": {
"price_data": {
"tax_behavior": "exclusive",
"unit_amount": "1785",
"currency": "USD",
"product_data": {
"images": {
"0": "https://chord-oms-production-public-web-assets.s3.amazonaws.com/bluebottlecoffee/images/attachments/000/107/934/small/Giant-Steps-M1-Hero.png?1715718057"
},
"description": "Qty 1 ($17.85 EACH)",
"metadata": {
"line_item_id": "32289320"
},
"tax_code": "txcd_41050006",
"name": "Giant Steps - Bag Size: Standard Bag (12oz)"
}
},
"quantity": "1"
}
I have a question, can you transfer the money to be a bank for a day or do you have to wait 1 week
Hi Cobra, i think there's a different channel for questions like that
oh sorry
where can i ask?
if you go to #help you can choose from the different options but i believe this discord is only for API integration
thx
@severe token I'm not sure if this is intended or not, but I'm also not familiar with tax liabilities (especially not in other states). Could you write into support? They can escalate to the tax team to look into it further: https://support.stripe.com/contact
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Okay no worries - that was actually my first attempt and support kept pointing out that it's because i had automatic_Tax enabled:
Upon further review, it looks like this payment (pi_3OxxvWEtkVZK3Q8v155Th8wT) was processed via check out with your own website integration (RubyBindings) where the parameter "automatic_tax": { "enabled": "true" is set: https://dashboard.stripe.com/logs/req_iGTTwLwdyEDZPk.
as far as i understood, automatic_tax mean Stripe determines taxation right?
I can just continue my conversation with support if you think that is the best
yeah, I would expect that Stripe would automatically know that tax shouldn't be charged in this scenario
I would ask them to escalate the thread to the tax team
okay thank you so much for your help. appreciate! have a good day ๐
Likewise!