#charmon-subscription-trial
1 messages · Page 1 of 1 (latest)
charmon-subscription-trial
@dusky zodiac we don't track trials between subscriptions. So yes you can create a Subscription to Price price_A, have a 14 days trial, a few weeks later you create another Subscription to the same price_A, that one also gets 14 days trial
In Checkout, we don't use the Price's default trial though so you are the one setting trial_period_days so you would track this yourself and only set it if it's a new customer
so they're not tied to specific product?
Like "premium_membership", so that this product can only be trialled once regardless what price user attempts to sign up to?
nothing is tied to anything
you, as the developer, control which trial you give to which customers
Okay, thanks got it! ✅
Does that make sense?
Yes, since the trial can be run multiple times on the same price, I will have to ensure that I have 2 ui screens for pricing pages, based on whether user was marked as having completed trial in my own database.