#edmana_api
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/1216679183636500554
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
THanks so much!
I see that the Coupon applies only to specific Products, that are not the same as the Products related to the Prices you specify in the Subscription. That's why the discount is not visible.
I see
hang on let me check
Ok. I see what you mean. I will try it again w/ the items in it
ONe question though. Am I able to create the coupon such that it only discounts qty 1 of the item but 2+ it charges
So, right now we offer 199.99 per month for 3 users. I created that as a single item
Then for users 4+ it is 49.99 per month per item
So, in Stripe, I created a sub based on qty 1 = 199.99 and 2+ is 49.99 each
There's an advanced type of Tiered pricing that allows you to do that:
I got that
we are good on the sub side
I am asking how I can discount qty 1 and then make the customer pay for 2+
I would add a fixed amount Coupon for that, i.e. $ discount instead of %.
Ok. Then, I would set the duration to 1 time
?
In that case, would it only discount the initial subscription/
so, let's say, our sub is a 1 time 400 fee and 100 for 3 users, an additional 50 each.
The initial Invoice, you mean?
Yes
In my example above, the sub cost when I create it is 150 recurring, one time 400. First invoice is 550.
Yes, set it to Once.
If I create a one time coupon with all products, it will discount the initial creation but the next invoice will be whatever the sub is, correct?
Our goal is to give beta customers 3 licenses for free
Correct.
Riddle me this
Let's say our monthly is 199.99 and I discount that forever
Now, our base price goes up to 299.99. How can I adjust them to keep them free for that initial amt?
So, the coupon now has to go up to 299.99 instead of 199.99
Ok, you can also set it to 100%, but only apply it to that flat-fee Price for 3 users. And make it one-time coupon.
Can the coupon be set on an item with an item qty?
Actually, this is a crazy edge case
I will figure out a solution if we ever need it
No, that's not possible.
But in any case, if you ever want to update the monthly amount, you will need to create a new Price, so you could as well create a new fixed-amount Coupon.
You can't update Prices once they're used.
Happy to help.