Using authorization and capture with PaymentIntents
To use auth and capture with Payment intents, you can set capture_method=manual
on the PaymentIntent creation, which will cause the funds to be held within the cardholder's bank account once the confirmation call has been performed.
Additional information
- capture_method (Stripe API Docs)
Looking for ways to save and reuse a customer's payment details instead?
Did this answer your question?
Related articles