This is not so much a WooCommerce issue as a payment gateway issue. Paypal distinguishes, for example, between ‘authorization’ and ‘capture’, Worldpay has similar terms (and a different API).
E.g. for Paypal see https://cms.paypal.com/es/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_html_authcapture.
In the case of Paypal, check https://www.paypalobjects.com/webstatic/en_US/developer/docs/pdf/pp_wpp_integrationguide.pdf:
Authorization and Capture API operations:
DoCapture
Capture an authorized payment.
DoAuthorization
Authorize a payment. (Express Checkout only)
So you probably need at least the Paypal Express Gateway plugin: http://www.woothemes.com/products/paypal-express/
Related Posts:
- Custom plugin appears outside of the sidebar container
- accessing parent variables in child construct without executing action in parent
- What are the Best Practises When Using AJAX in Plugin Development?
- How to over-ride a file in a plugin? [closed]
- Does having more than 30 Admin Ajax affects site performance (plugin)?
- How Can I Safely Remove WP-Super Cache without messing my site up? [closed]
- Check if user is on backend page
- How to Resize the Custom Post Images?
- Display Plugin Panels Outside of Admin Areas
- Super slow plugin page (lots of error 500)
- Error trying to update plugins
- Looking for Gallery Plugin [closed]
- Notice: Undefined index: mtral_field_subscriber
- Delete free version plugin will also delete premium plugin
- I can’t get blog posts into ‘featured areas’ on homepage
- Hosting multiple sites
- How to delete a theme using AJAX
- do_action in conditional
- Show WordPress Plugin Menu(Admin) To Editor
- How many MySQL queries per visit I should normally have?
- Equivalent of admin.php for public pages
- WordPress plugin with its own “site”/theme
- Hook functions for Wp e-commerce? [closed]
- Multisite Plugin – Access options (wp_options) on child sites
- Plugin Add New Installer failing
- Problem enabling the user to edit Markdown and displaying the HTML output (WMD Editor plugin for WordPress)
- Displaying the facebook profile picture in the WP-FB AutoConnect widget?
- How can I disable an attribute from a Gutenberg block included in a template via InnerBlocks?
- Why the internal link get converted into a comment?
- Elementor Sidebar not loading when PRO elements plugin is active
- how can we migrate wordpress 5.9 website from aws ec2 to new installed wp 5.9 oci compute
- Import Recent Posts Only and Ignore old ones if exist
- Security of a WordPress Plugin
- How to add gallery to post and make seperate album page with gallery link to post?
- Editing a coupon generating plugin
- @wordpress/scripts advanced usage
- wp_post not working, keeps redirecting to posts page
- Display pagination in reservation Plugin and and Print table as pdf
- How to add Mobile field in Registration form using Theme my login Plugin
- Undeletable column in Posts
- Search in WordPress
- What is the right way to populate a dropdown from MySql?
- prevent anonymous access to WordPress site (non-admin site)
- make p tag collapsed after 3 rows
- Content disappears when searching with Search & Filter plugin
- Fatal error: Class ‘RDTheme’ not found
- How to direct wordpress traffic to specific page
- Scroll to ID broken in main menu
- How to fix shifting header after installing speed / cache plugins?
- Set “Open in New tab” as default option
- Generate and send ICS file through WordPress
- PHP message: WordPress database error Deadlock found when trying to get lock
- Field salespeople task management
- Multi Language Code Snippet in WordPress
- WP Plugin permissions – create new files
- How to capture customer’s credit card details via PayPal on my checkout page?
- Can’t manage plugins anymore
- Creating Admin Submenu Page via Class Method
- How to store multiple instances of the plugin’s options for various shortcodes
- Installed plugins page do not show in wordpress dashboard
- plugin translation is not working
- wp_schedule_event need to deactivate plugin changing recurrance
- How do plugin updates work?
- How can i see/log all requests coming from a registration form (not from the UI)?
- ajax request not returning the result
- adding image in the header of my dev widget
- passing ‘&’ in return function of add_filter
- Is there going to an issue running different features of WP site in different subdomains?
- First argument is expected to be a valid callback for cp_admin_init and _canonical_charset
- Is there a plugin that will override the “Error establishing a database connection” message? [closed]
- List all subpages hierarchically based on the currently viewed page, top ancestor levels included
- Shortcodes can only be used in Pages, not Posts
- how do you point ‘screen_function’ to a function in the same class? [closed]
- Get the url of attachments from the post?
- Plugin with custom domain
- Create New Admin Menu Section – Like how custom post type works, in a way
- WordPress User Frontend Editing Custom Fields
- Combining JS files to one script
- How to clean up unnecessary file inside wp-content/plugins/wordpress-seo?
- How can I modify the colors of my theme for a single section of my site? [closed]
- Duplicating wordpress install issue
- Woocommerce add product variations block to my custom template
- Images get uploaded itself from the computer
- WordPress REST API Visual Composer Shortcodes
- Unable to pass arguments from plugin form to filter hook using ajax, the data is transferring via ajax but unable to pass as arguments in filter hooks
- How to update changes to multiple sites at the same time
- How to Allow Users to Select Recipients In a WordPress Comment section?
- Why am I getting an error when requiring a file in my plugin?
- restore backup full content or just specific folders
- WooCommerce REST API aborts connection [closed]
- How to write a plugin that “listens” every time, an edit occurs?
- Product customizing quiz – quiz adding products to the cart
- How can I use the zip of my plugin in another website?
- Executing ACF field as a shortcode
- show_admin_bar filter not called inside plugin class
- Create custom Header and Footer for a page that uses diffrent theme then the rest of the website
- Elementor Form : client side javascript validation
- How to prevent WP All Export from wrapping XML nodes in CDATA? [closed]
- How to Display News in a Timeline with Headline, Category, and Time?
- How can I access uploaded file submitted via Forminator? [closed]