#jmak

1 messages · Page 1 of 1 (latest)

hazy etherBOT
heavy sand
#

Do you see the free trial days in this page?

stray spire
#

oh i don't do this via the products page?

#

like I basically want a payment link such that the first 30 days are discounted, and then the regular price

#

but this would be creating a subscription for a particular customer

heavy sand
#

The same option is also available in payment link creation page

stray spire
#

So how do I get to this page?

#

So I keep my products the same right?

heavy sand
stray spire
#

because I don't want it to be free but rather discounted

#

say like $8 first month, $20 after

heavy sand
stray spire
#

so I have to programmatically add this promo code in for them when I create the CheckoutSessionParams?

#

Is there a way to automatically add that? I see that there is an allow_promo_codes

heavy sand
stray spire
#

ah no i'm not using a payment link, i'm programmaticcaly creating their checkout links right now since I need to store things

#

how do I do that with CheckoutSessions?

heavy sand
#

"like I basically want a payment link such that the first 30 days are discounted, and then the regular price
but this would be creating a subscription for a particular customer" -> this is what you said earlier. So my understanding is that you are using payment links

stray spire
#

sorry, i thought it would be easier if i could do it through the UI, but if that's not possible then I'd stick to my original flow

#

my original flow is that right now I am programatically creating the checkoutSession for them

#

so now I basically just need to create the promo codes right

heavy sand
#

You can still do it through Dashboard

  1. create a payment link
  2. create a promo code
  3. append the promo code in the payment link through prefilled_promo_code