#Michal58
1 messages · Page 1 of 1 (latest)
Hi there, so basically you want to collect a a payment method from your customer (without charging them first), and create a charge later based on your business logic, is this the correct understanding?
If so, I think this is the doc that you are looking for https://stripe.com/docs/payments/save-and-reuse?platform=checkout
Does that integrate well with the Payment component?
Which Payment component are you talking about? (PaymentElement, CheckoutSession or CardElement?)
PaymentElement
Yes. You can click on the Custom payment flow to see how to use PaymentElement with SetupIntent. https://stripe.com/docs/payments/save-and-reuse?platform=web
Thank you, I'll check it out.