#ShubhamDev
1 messages · Page 1 of 1 (latest)
Yup! It's possible to applly discount to the subscription via API: https://stripe.com/docs/billing/subscriptions/coupons?dashboard-or-api=api
Can we apply coupons only for starting 10 customers?
When creating a coupon, max_redemptions can be set to limit the number of redemptions: https://stripe.com/docs/api/coupons/create#create_coupon-max_redemptions
If you are referring to the first 10 customers (not by redemption), then it can only be controlled by your system
No problem! Let me know if there's anything that's unclear