#amsana_best-practices
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1417913294643003464
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
the feature we are looking for is
give customers 6 months off
if they purchase a monthly plan, they should start getting charged after the 6 months are over
if they purchase an annual plan, they should get charged after the 6 months are over
Unfortunately that is not possible at the moment. You'll need to create 2 different coupons to achieve what you're looking for.
For example, a coupon for 50% off with a duration of 4 months applies to all invoices in the 4 month period starting when the coupon is first applied. If a customer applies this coupon to a yearly subscription during the coupon’s 4 month period, the 50% discount applies to the entire yearly subscription [0].
[0] https://docs.stripe.com/billing/subscriptions/coupons#coupon-duration
We have individual products with multiple prices (monthly and annual). Is it possible to setup 2 coupons such that they only apply to the specific pricing tier?
Hi, taking over as my teammate needs to step away. Let me catch up.
You can create a coupon and restrict it to a product, https://docs.stripe.com/billing/subscriptions/coupons?dashboard-or-api=api#set-eligible-products
you can't restrict it to apply to the prices no