• Resolved dd dd

    (@djagecy)


    Hi,

    I want all payments (that can be) to be 3D secure.

    I’ve noticed that in the latest plugin update “optional” does not go through the 3D payment flow.

    I want “optional” to go through the 3D process and be required.

    Could you possibly tell me the code I need to change to make this happen?

    Thank you.

    Kenneth

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor royho

    (@royho)

    You can use a filter for that. add_filter( 'wc_stripe_require_3ds', '__return_true' );

    More filters and hooks here in our documentation https://docs.woocommerce.com/document/stripe/

    Thread Starter dd dd

    (@djagecy)

    Thank you very much. I really appreciate your help.

    Hi,

    Has there been changes made to the operation of 3d secure with 4.1.0?? I cannot find any documentation or information concerning the changes!

    Since updating to 4.1.0 none of our payments are sent for 3d secure – we have 3d secure enabled in the settings.

    We would like it to work as before – if the customer has an 3d secure enabled card then it should be requested and checked.

    Plugin Contributor royho

    (@royho)

    Hi @tarkan,

    Yes, it is stated in the change log. So it turns out there are more than just yes or no in terms of 3DS auth. Cards can have no support, recommended, required or optional. So the way we had it before puts recommended, required and optional through the 3DS auth. This caused some conversion issues with people who has cards that are optional (meaning it is not required). So in 4.1, we decided to not put optional through 3DS auth. Everything else stayed the same. If you wish to put your customers through 3DS auth for having optional, then you can use the filter mentioned above comments to force it.

    • This reply was modified 6 years, 7 months ago by royho.

    @royho, great – thanks for the explanation.

    @royho Hello!

    I’m so happy you implemented 3D secure in v4.0.

    I just found this thread very useful and will add filter as above.

    I’d like to suggest we’d bring these 3D secure levels recommended, optional, off to the settings interface.

    Thank you

    I second the suggestion above. After suffering from a large fraud due to 3ds not being enabled on Stripe Modal several version ago, we would much rather the liability shift than allow people to potentially use stolen cards.

    3ds protects everyone, so I personally don’t think it’s a smart move to block 3ds if it’s an option being offered by the bank.

    Let this be a merchant decision at the very least and make it optional in the settings.

    Thank you for the filter above ????

    • This reply was modified 6 years, 4 months ago by sjmiller1.
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘3D Secure payments’ is closed to new replies.