Hello,
I checked with the plugin developer for reCaptcha for WooCommerce and here’s what they said.
I have checked and found that the plugin use own logic to create order etc, My plugin is based on WooCommerce “woocommerce_after_checkout_validation” hook. There is no way for me to do anything.
If they can provide any action on their plugin then I can include it. For example they have their own “validate_paynow_form” method to validate data but there is no hook they have provided for other plugin to inject method (action hook).