Title: Automatic capture payment
Last modified: October 14, 2025

---

# Automatic capture payment

 *  [moh962008](https://wordpress.org/support/users/moh962008/)
 * (@moh962008)
 * [8 months ago](https://wordpress.org/support/topic/automatic-capture-payment/)
 * Hello,
 * My current payment flow, which is set up as **“Authorized”**, results in a Payment
   Intent status of `requires_capture`. I am currently required to manually trigger
   the capture or complete the order in the admin dashboard. This manual step introduces
   a risk of the authorization expiring.
 * To streamline this process and ensure funds are captured before authorization
   expiry, I would like to switch the payment method for cards to use **Stripe’s
   Automatic Delayed Capture**.
 * **My question is: How can I configure or what modification is needed for the 
   plugin’s Payment Intent creation API call to set the `capture_method` to `automatic_delayed`
   for card payments?**

Viewing 1 replies (of 1 total)

 *  Plugin Author [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * (@mrclayton)
 * [7 months, 4 weeks ago](https://wordpress.org/support/topic/automatic-capture-payment/#post-18680904)
 * Hi [@moh962008](https://wordpress.org/support/users/moh962008/)
 * Thank you for contacting Payment Plugins.
 * You can use filter `wc_stripe_payment_intent_args` which allows you to alter 
   the payment intent arguments.
 * Here is a link to the Stripe docs showing an example of the properties you need
   to update in order to set the automatic_delay value.
 * [https://docs.stripe.com/payments/place-a-hold-on-a-payment-method?lang=php#capture-payment-before-authorization-expires](https://docs.stripe.com/payments/place-a-hold-on-a-payment-method?lang=php#capture-payment-before-authorization-expires)
 * Here is a code example from our documentation showing how to use the filter `
   wc_stripe_payment_intent_args`.
 * [https://paymentplugins.com/documentation/stripe/code-examples/conditional-authorize/](https://paymentplugins.com/documentation/stripe/code-examples/conditional-authorize/)
 * Kind Regards

Viewing 1 replies (of 1 total)

The topic ‘Automatic capture payment’ is closed to new replies.

 * ![](https://ps.w.org/woo-stripe-payment/assets/icon-256x256.png?rev=2611337)
 * [Payment Plugins for Stripe WooCommerce](https://wordpress.org/plugins/woo-stripe-payment/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-stripe-payment/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-stripe-payment/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-stripe-payment/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-stripe-payment/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-stripe-payment/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Clayton R](https://wordpress.org/support/users/mrclayton/)
 * Last activity: [7 months, 4 weeks ago](https://wordpress.org/support/topic/automatic-capture-payment/#post-18680904)
 * Status: not resolved