#srikanth_docs
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/1440996184603758734
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Coupon code creation and Pricing plan for the product
there's no way to do that today. you'd just need to create a discount for the exact unit amount for n units
But somehow ChatGpt is able to do that?
When I edit the quantity to 5, it updates to 0
can you paste that cs_live_xxx string from the URL here
let me see how they're doing this
thanks @heady sleet
yeah, like I thought โ it's a fixed amount discount of 1299500 INR
found this
which is why quantity 5 is zero because 2599*5=12995
I'm not familiar with that at all, it's in private beta
Cool, thanks for the support @heady sleet Let me see what I can from this
@heady sleet I have another query. I had created the coupon with 245/- for 3 months. But its not reflecting to the Users in the checkout page.
Can you please help with this? How do i create a payment link that showcases 3 months of free trial
screenshots aren't useful really, the cs_xxx ID is
why not just use trial_period_days? https://docs.stripe.com/api/payment-link/create#create_payment_link-subscription_data-trial_period_days
I there anyway i can enable this from console?
The Dashboard?
'Include a free trial'
I did select that for the above payment link i shared earlier ๐
right, so why not just make it a 3 month trial? the link you had only has 30 days?
you just want it to be a 3 month trial right? so use ~90 days
not really, i want the promo code to give 3 months free discount
while the payment link can include by default 30 day trial
we will share the coupon code to those who come to our event alone
rest who doesn't have coupon code, should just get 30 day trial as default
hi! I'm taking over this thread.
hi @rare pike
then create a 100% discount for 3-months
but then I wouldn't be able to give 100% wave off for just first 5 units ?
Basically what I want to understand this. How exactly is Duration of 3months while creating the coupon code getting effected?
can you summarize what you are trying to do? you are using Payment Links to create a Subscription with a 30 day free trial, and you want to create a coupon that gives 2 additional months for free?
I see that we say Then US$0.00 per month until coupon expires but nowhere mentioning it expires after 3 months
Sure @rare pike , let me summarise
I have a Product called Amnic Team Plan which has a tiered pricing with volume: each unit at $49
I want to create a coupon code which can give users 3 months of free subscription but only for the first 5 units.
Meaning:
- if User 1 is purchasing 3 units, I want the coupon code to give him the subscription for free for first 3 months
- if User 2 is purchasing 6 units, I want him to pay $49 (for 3 months) for the 6th unit since first 5 units are covered under the coupon's max discount. From 4th month onwards, he has to pay $294/- (49*6) for every month
The payment link itself should have a 30-day free trial.
This is needed as not everyone will be privy to the coupon code we created. We will share that code to the folks who attend our booth in AWS Re:Invent
what about creating a $49 * 5 = $245 coupon that last 3 months?
That is exactly what I did:
But this 3 months duration is not visible in the payment link shared here. It just says Then US$0.00 per month until coupon expires
that text is accurate, no? first they have the free trial, then they pay $0 until the coupon expire.
yes, it says unit the coupon expire but how will the customer know it expires in 3 months?
Since that is not conveyed anywhere in this payment page
It also shows Total after trial and Total due today but if it can also include Total after 3 months of coupon expiry line item, it would clear as a day
I agree this is not ideal, but you can't customize any of this text when using Payment Links
Our sales team is behind me for this ๐
They want this payment link to indicate $0.00 for 3 months and $49*unit price after that somehwere
if you want more control over this, then you would need to build your own payment flow with Payment Element.
got it, let me take a stab at it.