#ironbeard-elements
1 messages · Page 1 of 1 (latest)
well capture, yes, since maybe you use manual capture https://stripe.com/docs/payments/capture-later
confirm, not really no, the only time you might do that is if you are charging a previously saved card on the backend, but that's different from using Elements.
Gotcha. I don't think we'll be doing manual captures, which I assume is primarily putting holds on a card based on that link
If I have customer id stored in my database from a previous charge (and a default paymentmethod), if they want to use that default payment method, then I don't use StripeElements anymore, do I?
If that case, if they were signing up for a Subscription would I need to do a manual capture?
if they want to use that default payment method, then I don't use StripeElements anymore, do I?
right.
If that case, if they were signing up for a Subscription would I need to do a manual capture?
not related at all no
(and you actually can't do manual capture with subscriptions anyway)
Gotcha, seems like for my use case I don't need to do much with PaymentIntents on the server side, except for pass them onto the front end when Subscription objects are created for Elements.