#almod-Subscription
1 messages · Page 1 of 1 (latest)
@atomic basin There are 3 prices(A, B, C) for one product, and each price represents a different membership.
We allowed the user could subscribe to A and B at the same time, but if the user want to subscribe to C, we have to cancel A and B
Got it, you can use the update API to change the price, see https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
I've checked the doc, looks like I cannot upgrade 2 different prices to another new price at the same time. Could you confirm that?
I see, so you want delete one subcirption item, am I right?