#eoghanobrien
1 messages · Page 1 of 1 (latest)
Hi, with Checkout yes. When creating the Price for that subscription, you'll specify the tax behavior: https://stripe.com/docs/api/prices/create#create_price-tax_behavior. Then, for subsequent payments, it'll be automatically calculated. I recommend that you test this on your end.
Would that be true if you used the api to update a subscription object plan with a different price_id?
Yes, as long as theta price_id has the expected tax_behavior.
Gotcha, amazing, thank you!
And if I use the api to invoice the sub plan change immediately?
same thing, all based on the price id with tax exclusive
yeap, highly recommend testing your scenarios n test mode as well.