#ethan_unexpected
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/1461085082788958208
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- ethan_connect-funds-flow, 5 days ago, 22 messages
Hello, good question, looking into if there is a setting for this
Unfortunately not seeing a setting for this. If you are creating Invoices one-by-one you can use the shipping_details param when creating the invoice and set the same address. Not the best workaround but it would get the right address there.
https://docs.stripe.com/api/invoices/create#create_invoice-shipping_details
For Subscriptions I don't think there is a way to do this at the moment. I can file a feature request to show interest in this but can't promise if/when it may be implemented
Just to clarify expected behavior. If an invoice has non-tangible and tangible goods, the taxes should be calculated against the shipping address regardless of product tax code?
Ah missed the tax aspect. I would have thought that we would use the right address to calculate it automatically if the tax code required that. Do you have an example ID of an invoice that saw this behavior? Looking in to what we have written about all this in our docs
https://dashboard.stripe.com/acct_1PafS6JB86vm0rSP/test/invoices/in_1SpWMOJB86vm0rSProfzZ4kb Here is the invoice that tipped us off to the behavior the tax code is for a digital good, but the tax calculations are against the shipping address
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
According to this doc we always prefer shipping address to billing address if present. I am not finding a doc that specifically mentions exceptions for digital goods. I think the best thing to do here would be reach out to our support team and say that for this specific tax you are unsure if shipping address is the correct one to provide. My team mostly knows coding questions but not much about tax policy, our general support should be able to escalate this as needed to get a better answer.
Thank you so much! I just wanted to make sure I wasn't missing something in the docs! Have a good one!