#yawarshah
1 messages · Page 1 of 1 (latest)
I'm not sure I understand - what do you mean by "keep the payment of all the selected products to be only charged once"?
There are 4 products.
A, B, C, D
According to the rule, 1 product should be bound with one subscription only.
So if the user has selected A, B, and C, then according to the rule, there should be three subscriptions. But now we have the problem with payment. Since every product created a new subscription so the user has to pay for each subscription. But our requirement is to keep the subscriptions separate but the payment as one i.e. the user only pays once for all the products but in subscription each product is bound to one subscription only.
Hope that helps you!
Yeah that does help clear things up
Right now there's no way to do that automatically through Stripe - if you want to this you'd need to build a custom workaround
Is there a reason why your client requires this to be separate subscriptions?
Thats because if the user wants to end subscription for a particular product, he should be able to do it. He does not want to go for remove product from product list in a subscription. I believe thats how there business model is.
It's WAY easier for them to remove a product from a Subscription then have separate subscriptions for each of their product