#coachleyton
1 messages ยท Page 1 of 1 (latest)
It depends on how the underlying coupon of promotion code is set up that whether it's once (one-tiem) or forever (recurring): https://stripe.com/docs/api/coupons/create#create_coupon-duration
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
It's forever
so does that mean the redemptions will increment on a per invoice basis?
Yes, the discount will be applied to all invoices if the duration is set to forever