# PaymentIntents でオーソリとキャプチャーを利用する

[Payment Intents](https://stripe.com/docs/payments/payment-intents) で[オーソリとキャプチャー](https://stripe.com/docs/payments/capture-later)を利用するには、PaymentIntent の作成で `capture_method=manual` を設定します。これにより、確認のコールが実行されると、資金がカード保有者の銀行口座内に保留されるようになります。
## その他の情報
* [capture_method](https://stripe.com/docs/api/payment_intents/create#create_payment_intent-capture_method) (Stripe API ドキュメント)
## 利用者の支払いの詳細を保存して再利用する方法をお探しの場合は、以下をご覧ください。
* [将来の支払いの設定](https://stripe.com/docs/payments/save-and-reuse)