Plugin Support
dougaitken
(@dougaitken)
Automattic Happiness Engineer
Hey @tuonoman
Sorry about the lack of reply here.
It looks like you’re asking about this filter wc_stripe_require_3ds – correct?
We are still looking at this filter as it should still work but this is also dependant on Stripe Radar Rules.
I’ll look into adding more details to the Stripe extension documentation about Radar Rules and 3DS.
For now, please enable all rules here – https://dashboard.stripe.com/radar/rules (required, supported, optional).
Technical background can be found here – https://stripe.com/docs/payments/3d-secure#three-ds-radar
(I’ve also linked these in the other thread you have commented in)
Thanks,
internal reference – https://wp.me/p7bbVw-3cQ
-
This reply was modified 6 years, 1 month ago by
dougaitken.
Hi,
Thank you for your response. We have effectively enabled 3ds rules on the STRIPE interface. It would be nice to be able to activate these rules directly via the woocommerce plugin and to be able to add a 3DS logo.
the 3ds concept is a great comfort for buyers.
I come back to my question, is there a tutorial about woocommerce hooks?
Plugin Support
dougaitken
(@dougaitken)
Automattic Happiness Engineer
Hey again @tuonoman
It is best not to use this filter as the Stripe Radar rules will handle that.
Using wc_stripe_require_3ds is the same as turning on all your default Radar Rules, as you now have done.
For Stripe specific ones – https://docs.woocommerce.com/document/stripe/#filter-hooks
Otherwise, there are many articles online about using Hooks & Filters. Here is our own intro: https://docs.woocommerce.com/document/introduction-to-hooks-actions-and-filters/
HI
thank you very much for your response