Trigger reCAPTCHA for PayPal integration
-
Hi @talextech,
A merchant using our plugin, Payment Plugins for PayPal WooCommerce, created a support ticket a few days ago asking for reCAPTCHA verification when the PayPal button is clicked. https://ww.wp.xz.cn/support/topic/user-can-go-to-payment-process-without-google-recaptcha-verification-on-checkout/
However, reCAPTCHA is still performed by your plugin since it hooks into the checkout form submit event. It seems this user wants the verification to take place at button click rather than at form submit but in my review of things, that doesn’t add any additional security. After the customer has completed their PayPal login and intent to purchase, the popup closes and the checkout form is submitted. At that time, your plugin would call
wpcaptcha_captchaand then verification would take place inwoocommerce_checkout_process.Do you see any security benefit in actually triggering reCAPTCHA before the form is submitted?
Kind Regards
You must be logged in to reply to this topic.