Hi recently I bought a WP theme that uses WooCommerce plugin to process payment using PayPal as the gateway. My website require the use of payment authorization and have set the payment action to "Authorize" on my wp-admin.
My question is, how do I capture/void the authorized payment later on using PHP code instead of manually logging into my PayPal account and capture it manually?
Thank you.