#theruv
1 messages · Page 1 of 1 (latest)
If you create multi product subscriptions then yes it should be possible?
https://stripe.com/docs/billing/subscriptions/multiple-products
Got it. Thank you!
- Can each subscription be independent? i.e. can cancel or be charged seperately upon due date?
- Can these be two charges in Stripe?
- Can the UX involve paying once (entering card details once)? and have the two subs setup instead of one?
- Can each subscription be independent? i.e. can cancel or be charged seperately upon due date?
- Can these be two charges in Stripe?
No, the whole idea is to charge for multiple recurring products under one invoice (one charge).
- Can the UX involve paying once (entering card details once)? and have the two subs setup instead of one?
If you use SetupIntents API then you can do whatever you want with the saved payment method really
If charged under one invoice, will it be possilbe to cancel one of the items under the invoice and have the other stay active?