#123stbn_best-practices

1 messages ยท Page 1 of 1 (latest)

gaunt merlinBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1272651008551555092

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

fair knot
#

We do authorize upfront when they put in the card info. It is ultimately up to the bank whether anything further needs to happen when the actual charge happens, if there is action required on the user's part, we move the Invoice's payment intent in to a requires_action status and suggest that the cardholder to be brought back on session to complete that acction. We even have automated emails that you can turn on so that Stripe notifies the user by email
https://docs.stripe.com/billing/subscriptions/overview#requires-action

small chasm
#

would this be any different if I create a setup intent first?

fair knot
#

Checkout is already using a SetupIntent if you are taking card details during a free trial

small chasm
#

I checked this, but since it does not mention "trial periods" I wasn't sure.

fair knot
#

Gotcha, I see how that can be unclear. That is how we set up payment methods in checkout for trials on subscriptions so that should be good here though

gaunt merlinBOT
small chasm
#

so, worst case scenario, if payment requires authorization is going to require action from the user after the trial periods end. If not, all god and payment is completed.

#

I can setup the reminding email.

versed plume
#

๐Ÿ‘‹ stepping in for my teammate

#

As Pompey mentioned, if you're using Checkout to collect payment details from a customer (even if it's for a trial period), we'll have them complete the authorization up front if the issuing bank requires additional authorization

small chasm
#

Thank you. Highly appreciated.

versed plume
#

Happy to help!

small chasm
#

there is also a reminder email that can be configured when the trial is about to end, right?