#adam-checkout
1 messages · Page 1 of 1 (latest)
@grim raptor yes there's no automatic solution in Stripe
if you want the customer to not be able to start a new trial you need to authenticate them a little to see who they are and if they already have one
you might ask for an email and check your database and/or https://stripe.com/docs/api/customers/list#list_customers-email for example
Ok, thx