#JonnyDenGro
1 messages · Page 1 of 1 (latest)
Can you share details on how you currently do the subscription updates?
A sub_xxx ID will be fine
sub_1MZDGEEXq1GrSRVn5JssEE84 is an example from our sandbox account
Hmm yeah seems like you make API calls to update/remove the items directly?
You can consolidate that into a single API call: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#changing
Yes currently we will increase the quantity on the new price and decrease from the old
Which would only fire a single customer.subscription.updated event
Ah.. I see, thank you for the pointer. I shall take a look over the linked document 🙂