#samstei
1 messages · Page 1 of 1 (latest)
what do you mean by a package deal exactly, do you have an example?
overall Stripe doesn't have native support for anything automatic there, we just create subscriptions as you tell us to, it's your business logic that might need to optimise for selecting certain Products/Prices to choose to pass to the API.
example:
user purchases item 1 by itself it's $10/month
user purchases item 2 by itself for $6/month
user purchases items 1 and 2 for $12/month
as I said there's no automatic system for that
you could use your business logic to apply coupons e.g. https://stripe.com/docs/billing/subscriptions/coupons or create multiple Prices with different amounts and pass them to the Subscription API based on what the user is picking