#.buddhaha
1 messages · Page 1 of 1 (latest)
- Checkout Session on supports subscription creation.
- Customer Portal only supports updating a subscription when there's only one product type. If multiple products are included in a subscription, it can't be updated. This is the known limitation: https://stripe.com/docs/customer-management#customer-portal-limitations
Adding/removing and increasing/decreasing quantity of the add-on can only be done via Subscription API: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
Okay, thanks a lot 🙂