#omg_ketchup-subscription
1 messages ยท Page 1 of 1 (latest)
Hi ๐ I'm trying to wrap my head around this scenario. Within Stripe, Subscriptions are built using Product objects, so I'm suspecting you'd need multiple Products.
We don't have functionality that requires a Customer to have an existing Subscription in order to complete a purchase, that is logic that you would need to build on your end.
The same applies for automatically applying coupons, you would need to build that logic on your end.
@clever hill apologies for the delay, and the direct ping, but I wanted to make sure you saw the above and confirm whether it seems like I'm understanding your scenario correctly?
I think you are understanding correctly. A customer requires a subscription to buy anything, and if they have the more expensive subscription, they get a minor discount on any product they buy while that subscription is active.
I'll handle that logic internally. Do you think it makes more sense to have two separate products, two prices on the same product, or to apply a discount to each product?
Also, thanks for getting back to me so quickly!