#amanda688_best-practices

1 messages ยท Page 1 of 1 (latest)

cobalt chasmBOT
#

๐Ÿ‘‹ 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/1283870356146491532

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

stark whaleBOT
dire hull
#

Hi ๐Ÿ‘‹ yes, you can use Setup Intents alone to collect payment method details before creating your Subscription later:
https://docs.stripe.com/payments/save-and-reuse?platform=web

Or if you're creating Subscriptions that start in a trial period you can use the pending_setup_intent that is generated by the Subscription to collect payment method details:
https://docs.stripe.com/api/subscriptions/object#subscription_object-pending_setup_intent

Logic about needing that to be required a given number of days before the Subscription is started (or the trial period ends) will need to be implemented on your end.

Learn how to save payment details and charge your customers later.

jaunty mantle
#

Great -- thank you!

#

If this is just an one-off thing for a couple clients, do you know if there a way to achieve this via the UI?

dire hull
#

Not exactly, but I don't believe there is a flow that can be triggered from the Stripe dashboard to collect payment method details from a customer. My teammates and I in this forum specialize in helping developers work with our API, so we aren't as familiar with the dashboard side of things. Our support team might know of a way to do this if there is one, but I'm skeptical that there is:
https://support.stripe.com/?contact=true

jaunty mantle
#

No worries, was just curious if you knew! Thanks again for your help. ๐Ÿ™‚