#mayhul

1 messages · Page 1 of 1 (latest)

ocean trenchBOT
hardy mason
#

Hello! Best way to do that would typically be with two separate coupons - one for the monthly price, and one for the annual

echo birch
#

But we're providing our customers with a promo code and we don't necessarily know which one they're going to choose

hardy mason
#

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?

echo birch
#

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

hardy mason
#

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)?

echo birch
#

Yea, we have upsells enabled

hardy mason
#

Gotcha - now this all makes sense. Let me think for a minute if we have a clean way for you to do this...

echo birch
#

thank you!

hardy mason
#

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 😦

echo birch
#

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?