#mola_87066
1 messages · Page 1 of 1 (latest)
Hello, it sounds like this doc is what you are looking for https://stripe.com/docs/payments/save-and-reuse
Basically you will use a SetupIntent and Stripe.js to collect the payment info and then when you want to charge you create and confirm a PaymentIntent for each payment
Let me know if you have any questions
Hi @stark trail Thanks ! Is it an alternative to this or the same scenario? https://support.stripe.com/questions/accepting-payments-for-pre-orders
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.
Yep what I described is what that page means by "use our API to collect your customers’ card details up front and charge them when you are ready to ship."
I will see if we can update that doc to link to more helpful info
Thanks , you're the best !