#martin-dev-order-payment-intent
1 messages ยท Page 1 of 1 (latest)
Hi ๐ I'm not seeing a way to do that for the overall Payment Intent during creation of an Order object. I do see that it can be adjusted on a per-payment-method basis via payment_settings.payment_method_options:
https://stripe.com/docs/api/orders_v2/create#create_order_v2-payment-settings-payment_method_options-card-capture_method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Okay! Perfect! That's just what I needed. Thank you!