#bfitz_1992
1 messages ยท Page 1 of 1 (latest)
Good question. I don't think that will work though. Let me see if I can find confirmation
๐
Yeah based on what I'm seeing, that won't work. You'd need to have coupons that are still valid when the phase comes in
The underlying coupon will still be valid, it's just the user-facing promotion code that will expire
Yeah but if what you're passing is the promo code rather than the coupon then the same applies
ah when we create the subscription object through the API (and when we subsequently transfer it to a schedule), we do use the coupon parameter, not the promotion_code parameter
does that make a difference?
If the coupon doesn't expire (ie. redeem_by isn't set: https://stripe.com/docs/api/coupons/object#coupon_object-redeem_by) then you're good
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok you should be good then if you're just passing the coupon