#amanda688_best-practices
1 messages ยท Page 1 of 1 (latest)
๐ 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.
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.
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?
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
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
No worries, was just curious if you knew! Thanks again for your help. ๐