#IngridCesareo - coupon
1 messages · Page 1 of 1 (latest)
You could create a coupon with duration: once https://stripe.com/docs/api/coupons/create#create_coupon-duration
And then add that coupon to the subscription.
i want to create a coupon that will be applied next month
and for the whole totality of the payment
it's possible?
Yes, what I described above should do exactly this!
And for the whole subscription?
What do you mean? You want the coupon to apply every month? That's also possible if you setduration: foreverhttps://stripe.com/docs/api/coupons/create#create_coupon-duration
it's not possible to make a 100% no?
I just tried to create a 100% off coupon, and when updating an existing subscription it worked. The next invoice for the subscription is 0.
so if i make a coupon of the 100% and i put duration once, it will be applied next month for the whole import?
Exactly! You will also need to update the subscription with the new coupon: https://stripe.com/docs/api/subscriptions/update#update_subscription-coupon