#dr_ironbeard

1 messages · Page 1 of 1 (latest)

harsh horizonBOT
tired gazelle
#

Just to clarify - are you doing something like applying this coupon/promotion code to a Checkout Session in subscription mode?

finite scarab
#

Hmm, I think so

#

I have a field for Promotion Codes in my checkout process for a subscription. The workflow is the one that gets the client secret from creating the subscription and then passes that to Card element in front end (it's been awhile since I've had to work with the Stripe code I wrote!)

tired gazelle
#

👍

#

Yeah as long as you're applying that coupon to a subscription that will count as a redemption and it'll still be applied to future invoices for that subscription

finite scarab
#

Should I check to make sure I'm not applying a promotion code to the subscription? or is it only possible to add coupons to subs?

tired gazelle
#

Well how do you want this to behave? Do you only want this coupon/promotion code to apply ONCE or do you want it to apply to future invoices for a specific customer/subscription?

finite scarab
#

I want the coupon to apply every time, it's basically "free forever." But I have a PromoCode that, if possible, I would like to only be able to be used/redeemed once.

#

So that someone else can't redeem the promo code

tired gazelle
#

Gotcha - then you'll want to be sure it's applied to the subscription

finite scarab
#

Gotcha, so if I apply the promotion code to the subscription, then it can only be used once, but the coupon associated with the promotion code (the coupon being a "forever" coupon) will continue to apply to future invoices

tired gazelle
#

yup!

finite scarab
#

great, thanks! Have a great day!