#mike-mileiq - Subscription Tax Updates
1 messages · Page 1 of 1 (latest)
the thing is, that it appears this subscription has an older subscription object, one that doesn't have price, but has the same plan id
put another way, we enabled tax on our annual product, but when we update the subscriptions it fails for some but not all
Can you give me one of the request IDs showing this error? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Thanks! Looking, hang on...
The error is accurate. On the update to the Subscription that failed the associated Price does not have any tax behavior specified. The successful one uses a Price that does have a tax behavior specified.
I think the main issue you're running into is that the Price belonging to the Subscription that failed has been deleted.
how do we add prices to those subscriptions?
I don't think it a deletion of the price, I think these subs pre-date when stripe supported plans and prices
No, the Price/Plan is marked as deleted. Hang on, let me look into how to handle this situation..
You're going to need to update these Subscriptions to use a Price which is not deleted and does have tax_behavior specified: https://stripe.com/docs/api/subscriptions/update
Yep, you can update them in place without triggering an Invoice. You should read through our documentation about updating Subscriptions, and make sure you test in test mode before making the changes live: https://stripe.com/docs/billing/subscriptions/change