Viewing 2 replies - 1 through 2 (of 2 total)
  • +1

    Currently, there’s maintenance going on for India where Radar is temporarily unavailable (Source: https://stripe.com/en-in/india-data-storage-faq).
    Hence, we need a hook filter through which we can set the value for three_d_secure as “required” for all payments which is set to “Optional” by default.

    Similar to the hook which was added in 4.1.0 wherein we could change the value of three_3d_secure by using the hook – ‘wc_stripe_require_3ds’.
    Changelog v4.1.0: Add – Hook to filter 3DS requirements wc_stripe_require_3ds

    Looking forward to your assistance in order to protect ourselves from fraudulent payments.

    Plugin Support AW a11n

    (@slash1andy)

    Automattic Happiness Engineer

    Hey there!

    With cards using 3d secure, there’s 4 possible options for 3d secure:

    1. Not Supported – 3DS will not trigger.
    2. Recommended – 3DS will trigger.
    3. Required – 3DS will trigger.
    4. Optional – 3DS will not trigger.

    If you want to force the optional ones to trigger, go ahead and take a look at this: https://www.thathandsomebeardedguy.com/woocommerce-stripe-force-3d-secure/

    This is completely custom, and not something we can support, so I would make sure that you have backups in place to secure your site.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need a hook to mark three_d_secure as “required” instead of “optional”’ is closed to new replies.