#meow_67428
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- meow_67428, 1 hour ago, 2 messages
Do you use Stripe Tax (automatic tax calculation) or Tax Rate (manual tax rate set by your system)?
I use tax rate
If you wish to re-use the same tax rate, then you can use the same tax rate even though the address is changed
I want to use a different tax rate on the same invoice, on different line items.
My issue is that on subscription update : the invoice generated lists the old plan and the new one and only applies the latest tax rate to both of them.
You can set the tax rate on the individual line items: https://stripe.com/docs/api/subscriptions/update#update_subscription-items-tax_rates, so that it can be different for each line item
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok so on subscription update/create: I void the incoming invoice and create a new one with line items containing the tax rates I want, is that right ?
You may not need to void the invoice if you can apply the tax updates to that directly before it finalises
in my understanding: on update/create, I cannot update the incoming invoice : the status is already paid @jade solar
Hmm, well in that case you wouldn't be able to void the invoice if it's paid
ah you are correct
You likely want to pass payment_behavior: 'default_incomplete' in your update which should prevent automatic payment