#Bhavdip - coupon subscription
1 messages · Page 1 of 1 (latest)
That's the duration: https://stripe.com/docs/api/coupons/create#create_coupon-duration. It defaults to once
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ah ok
So you will want to set duration to repeating, then set this to 2: https://stripe.com/docs/api/coupons/create#create_coupon-duration_in_months
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 thanks.
See I have subscription plan(product) $10/1 monthly. I want generate coupon to give extra 2 months. Means User will get 3month with $10 if use the coupon.
so this possible?
@hardy cypress
Yes with above shared param