Solutionunvalidated
Use Stripe Checkout only to start the subscription, then when the customer adds the second service later, update the existing subscription by adding the new item/price via the Subscriptions Update API. Apply the bundle discount through your pricing/discount logic when updating the subscription.
d3dbdac1-6907-45c1-b8da-950994ad2fb9
Use Stripe Checkout only to start the subscription, then when the customer adds the second service later, update the existing subscription by adding the new item/price via the Subscriptions Update API. Apply the bundle discount through your pricing/discount logic when updating the subscription.