#kole0489
1 messages · Page 1 of 1 (latest)
Hi
What you mean exactly by reduce the amount? can you share a concrete example ?
so i have a subscription for 50$ but i want only the first charge to be reduced by defined amount. say 7$
so only initial one is 43$ and for the resto of subscription duration customer will be charged for 50$
it would be helpfull if it can be exact amount
You can use discounts/coupons:
https://stripe.com/docs/billing/subscriptions/coupons
ty @cobalt sable how do i apply the only to first invoice?
You can set the coupon duration to once:
https://stripe.com/docs/billing/subscriptions/coupons?dashboard-or-api=api#coupon-duration
https://stripe.com/docs/api/coupons/create#create_coupon-duration
thank you once again!