#_4rch_
1 messages · Page 1 of 1 (latest)
hi
Checkout Session is only for initial sign up of the subscription and doesn't support changes on the subscription.
To upgrade / downgrade a subscription, it should be done directly via Subscription API, not Checkout Session: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
Ohh thank you, I thought it would help me. Is there any website or video that could guide me through the whole process or give me an example of what I'm trying to achieve? The problem is that I've been trying to do this since yesterday and haven't succeeded. Any example with a workflow similar to what I'm trying to achieve? I'm new to using Stripe.
The above guide provide the example code how to upgrade / downgrade the subscription.
Alternatively, Customer Portal https://stripe.com/docs/customer-management can be used to let customer manage his/her subscription
ok thanks for ur help