#brett-coupon-once
1 messages · Page 1 of 1 (latest)
Anything close?
Thank you.
So if someone used a $50 off coupon for a subscription, is that applied to the first invoice, or all invoices?
depends on how you configure that Coupon
you can set duration: 'once' so that it only applies once. But a customer could use that coupon again in the future if you don't track and prevent it
Oh right, forgot about that. Thank you!
But I am assuming they could apply it again when they renew their subscription?
yeah if your UI supports this
then yes if you accept coupons/promotion codes in those flows they could claim it again
You could use https://stripe.com/docs/api/promotion_codes/create#create_promotion_code-restrictions-first_time_transaction if that works for your use-case
That one does not, but I really appreciate the suggestion
yeah that's what I assumed, it's fairly specific for net new customers 😦
Thanks for your help. I think we have what we need for now