thephpleague / omnipay-worldpay

WorldPay driver for the Omnipay PHP payment processing library
MIT License
23 stars 18 forks source link

Add support for 3D secure #41

Open nfourtythree opened 3 years ago

nfourtythree commented 3 years ago

The Worldpay Online Payments API does support the use of 3D secure.

However, this lib does not support the appropriate parameters to allow this to happen.

3D secure documentation for WPOP can be found here: https://developer.worldpay.com/docs/wpop/3d-secure

peteeveleigh commented 2 years ago

Is there any news on this?

kynx commented 2 years ago

3DS2 will become mandatory for UK and EEA transactions in October 2022: https://developerengine.fisglobal.com/assets/pdf/wpopfaq.pdf

It looks like this is part of a new "Access Worldpay" API: https://developer.worldpay.com/docs/access-worldpay/api/references. We're going to have to migrate our integrations, but I'm not sure if this should be a new omnipay/access-worldpay package or a new major version of this one.

Is anyone working on something similar?