#e8.kyle
1 messages ยท Page 1 of 1 (latest)
There are two parameters for this, trial_end and trial_period_days
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-subscription_data-trial_end
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-subscription_data-trial_period_days
Thanks, Pompey - Is there a no-code implementation of this? I'm not a dev ๐
Yes, Payment Links and pricing tables are the flows that you will be interested in here. They should both support trials as far as I know, the dashboard UI will have a place for you to say how long the trial should be if I remember correctly https://stripe.com/docs/payment-links/create
Yeah, it does - but the problem is this:
Do I get a trophy if I stump support?! please say yes, please say yes!
๐
Let me rephrase my question:
In stripe checkout, how do we require customers to input 3ds on checkout session if we use trial period?
Because if we don't do this, the auto-charge doesn't work when trial is over. It errors, saying 3ds authentication needed.
Is that screenshot from setting the trial period on the price itself?
I think that is no longer recommended because the current best practice is to set them on the payment link itself
Also do you get a decline, or are your subscriptions just stuck because 3DS is needed? We have a setting in your subscription settings that can have Stripe automatically reach out to the user when 3DS is required of them
The bank always decides when to ask for 3DS so sometimes, it won't ask even if you haven't authenticated and sometimes it will ask despite being previously authenticated. This can happen on any recurring payment so it is best to have a way to handle that
Yes - it's set at the product level, when creating price.
Subscription is stuck because 3DS is needed.
How can we handle that? With the stripe automatic reachout?
Whoops I mean tot link to that
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
You can find that setting in the "Manage payments that require confirmation" section
Ok thanks - I edited my settings.