#mayhul
1 messages · Page 1 of 1 (latest)
Hello! Best way to do that would typically be with two separate coupons - one for the monthly price, and one for the annual
But we're providing our customers with a promo code and we don't necessarily know which one they're going to choose
Where are your customer's entering in the coupon today? Are you using Checkout (stripe's hosted flow)? Do you have your own input where they can add it?
We use Stripe Checkout
We sometimes will create the Stripe Checkout session with the coupon prefilled, so it's not necessarily a promo code
But at the time that we create the Stripe Checkout session, we don't know if the user will ultimately choose the monthly or annual plan
Can you elaborate on "we don't konw if the user will ultimately choose the monthly or annual plan" - do you have upsells enabled (or somethign similar)?
Gotcha - now this all makes sense. Let me think for a minute if we have a clean way for you to do this...
thank you!
Unfortunately I can't think of anything that will work exactly how you want - closest thing I can think of is having the coupon only be applicable to one price or the other 😦
If we pass in multiple coupons to the "discounts" field when creating the session, will Stripe choose the coupon that is applicable to each price as the user toggles between diff prices?