#Stripper-coupon-usage
1 messages · Page 1 of 1 (latest)
So you set the duration on the coupon to declare how long you want it to be used. It will apply to all invoices created by the Subscription until the date you specify: https://stripe.com/docs/billing/subscriptions/coupons#coupon-duration
ohhh
So i'd need to create perhaps a rolling coupons that expire after a month. There is no concept of "once per customer"?
You can specify once for the duration, if you only want it to apply for the first Invoice. Otherwise, you can set repeating or forever. If repeating, you must set duration_in_months as well
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.