#SMED

1 messages · Page 1 of 1 (latest)

fathom dirgeBOT
fierce fable
pine copper
#

I see, it worked 👍 , i have another question tho, i see we can get multiple free trial and it just makes the service free, how can I add a limit of free trial so each user can only do free trial one time, is that possible with stripe or i need to do it server-side + how does it work for the subscription_data.trial_period_days: 30

fierce fable
#

Can you clarify what you mean by multiple free trial? Where are you seeing that?

pine copper
#

like after the free trial ends, you can take another one

#

at least if i cancel it i can

fierce fable
#

How are you taking another free trial? By going through the checkout process again and creating a whole new subscription?

pine copper
#

yes

fierce fable
#

So that's something you'd have to add logic to handle on your end - before redirecting to checkout you need to check your existing customers/subscriptions and see whether they've already signed up, and if they have you shouldn't send them to the Checkout page to create a new Subscription

pine copper
#

Alright, thanks for the help, you can close this issue