Title: Authorize &amp; Capture &#8211; Not changing any functionality
Last modified: August 30, 2016

---

# Authorize & Capture – Not changing any functionality

 *  Resolved [sAustinPower](https://wordpress.org/support/users/saustinpower/)
 * (@saustinpower)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/authorize-capture-not-changing-any-functionality/)
 * Hi – I’m trying to figure out how the Authorize & Capture functionality works.
   I read through the thread here: [https://wordpress.org/support/topic/what-is-authorization-and-capture-setting](https://wordpress.org/support/topic/what-is-authorization-and-capture-setting)
 * From what I understand, if I check the box for Authorize & Capture then the credit
   card will be authorized for payment for 7 days upon the order being completed
   and will then be charged once I mark an order as complete. That is working as
   expected.
 * However, if I uncheck the Authorize & Capture checkbox, then the functionality
   works the exact same. Order is placed, Stripe shows a new, Uncaptured payment.
   When I mark the order as complete inside of WooCommerce, Stripe shows the same
   record as being paid. Both Stripe and Striper are currently set to Test/Testing
   mode respectively as I’m working through implementations on a staging site.
 * I would really appreciate any explanation regarding how this functionality is
   intended to work – I would prefer that payments be captured automatically when
   an order is placed without the need to mark it as complete upon an order being
   placed as the thread above shows.
 * Thanks,
    – Austin
 * [https://wordpress.org/plugins/striper/](https://wordpress.org/plugins/striper/)

Viewing 10 replies - 1 through 10 (of 10 total)

 *  [webmicroz](https://wordpress.org/support/users/webmicroz/)
 * (@webmicroz)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/authorize-capture-not-changing-any-functionality/#post-6456246)
 * hi sAustinPower,
 * have you tried other plugin [https://wordpress.org/plugins/stripe-woocommerce-addon/](https://wordpress.org/plugins/stripe-woocommerce-addon/)
 * The issue seems nothing huge on the plugin its minor setting that might be not
   working but if you try different one you can understand what issues is
 *  [webmicroz](https://wordpress.org/support/users/webmicroz/)
 * (@webmicroz)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/authorize-capture-not-changing-any-functionality/#post-6456247)
 * On line 131 i saw “capture” => !$this->capture,
 * this could be messing with
 * $this->capture = strcmp($this->settings[‘debug’], ‘yes’) == 0;
 * defined in contructor
 *  Thread Starter [sAustinPower](https://wordpress.org/support/users/saustinpower/)
 * (@saustinpower)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/authorize-capture-not-changing-any-functionality/#post-6456248)
 * Just tried the plugin you mentioned – that one does correctly either Authorize
   only or Authorize and Capture based on the setting, but there is still no way
   to Capture the funds up front that I can see. Thanks for the tip though!
 *  [syednazrulhassan](https://wordpress.org/support/users/nazrulhassanmca/)
 * (@nazrulhassanmca)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/authorize-capture-not-changing-any-functionality/#post-6456249)
 * Hi sAustinPower
 * I am author of that plugin what do you mean by “but there is still no way to 
   Capture the funds up front that I can see” ?
 * please explain more
 *  [syednazrulhassan](https://wordpress.org/support/users/nazrulhassanmca/)
 * (@nazrulhassanmca)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/authorize-capture-not-changing-any-functionality/#post-6456250)
 * when the plugin is in authorize and capture mode it captures the payment and 
   charges the card fully no further action is needed
 * and when it is in authorize mode you can capture the charge till 7 day
 * If you explain a bit more then i might understand what you mean
 *  Thread Starter [sAustinPower](https://wordpress.org/support/users/saustinpower/)
 * (@saustinpower)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/authorize-capture-not-changing-any-functionality/#post-6456251)
 * Thanks for the follow up – I wanted to clarify here so that anyone who finds 
   this post can follow. I apparently wasn’t testing this correctly when I first
   installed the new plugin (Stripe WooCommerce Plugin, linked above) – it does 
   appear to Capture funds within Stripe right when the order is placed (which is
   what I want) rather than after I mark an order as Complete within WooCommerce(
   which is what was happening with the Striper plugin).
 *  [beefSupreme](https://wordpress.org/support/users/beefsupreme/)
 * (@beefsupreme)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/authorize-capture-not-changing-any-functionality/#post-6456306)
 * [@saustinpower](https://wordpress.org/support/users/saustinpower/)
 * So which plugin did you go with in the end?
 * I have just started testing Striper and the transaction does not show up in my
   test dashboard until I mark an order completed in WooCommerce. This is for a 
   digital product.
 * I currently have “Enable Authorization & Capture” unchecked.
 *  [webmicroz](https://wordpress.org/support/users/webmicroz/)
 * (@webmicroz)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/authorize-capture-not-changing-any-functionality/#post-6456307)
 * Hi beefSupreme , sAustinPower seems to have used [this one](https://wordpress.org/plugins/stripe-woocommerce-addon/)
 *  Thread Starter [sAustinPower](https://wordpress.org/support/users/saustinpower/)
 * (@saustinpower)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/authorize-capture-not-changing-any-functionality/#post-6456308)
 * [@beefsupreme](https://wordpress.org/support/users/beefsupreme/) – [@webmicroz](https://wordpress.org/support/users/webmicroz/)
   is correct, I am using this plugin: [https://wordpress.org/plugins/stripe-woocommerce-addon/](https://wordpress.org/plugins/stripe-woocommerce-addon/)
 * I still only have this setup in a test environment but all funds are captured
   at the time of purchase in my test Stripe account.
 * Inside of the plugin settings you will see this line:
 * Authorize Only Authorize Only Enable Authorize Only Mode (Authorize & Capture
   If Unchecked)
 * I currently have this NOT checked, which means it is in Authorize & Capture mode,
   which is correctly capturing funds at the time of purchase.
 *  [beefSupreme](https://wordpress.org/support/users/beefsupreme/)
 * (@beefsupreme)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/authorize-capture-not-changing-any-functionality/#post-6456311)
 * Cheers guys. I think I’ll take a look at the other plugin

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Authorize & Capture – Not changing any functionality’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/striper.svg)
 * [Striper - Stripe Integration for WooCommerce](https://wordpress.org/plugins/striper/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/striper/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/striper/)
 * [Active Topics](https://wordpress.org/support/plugin/striper/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/striper/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/striper/reviews/)

 * 10 replies
 * 4 participants
 * Last reply from: [beefSupreme](https://wordpress.org/support/users/beefsupreme/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/authorize-capture-not-changing-any-functionality/#post-6456311)
 * Status: resolved