(Default) Stripe automatically captures funds when the customer authorizes the payment.
Place a hold on the funds when the customer authorizes the payment, but don’t capture the funds until later. (Not all payment methods support this.)
Asynchronously capture funds when the customer authorizes the payment.
CaptureMethod.Automatic
due to improved latency, but may require additional integration changes.Generated using TypeDoc
Controls when the funds will be captured. Seealso: https://stripe.com/docs/api/payment_intents/create#create_payment_intent-capture_method