# Using authorization and capture with PaymentIntents

To use [auth and capture](https://stripe.com/docs/payments/capture-later) with [Payment Intents](https://stripe.com/docs/payments/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](https://stripe.com/docs/api/payment_intents/create#create_payment_intent-capture_method) (Stripe API Docs)
## Looking for ways to save and reuse a customers payment details instead?
* [Set up future payments](https://stripe.com/docs/payments/save-and-reuse)
