organization · inferred from evidence
Adyen
The company providing the web drop-in payment solution.
- Adyen Apple Pay fails with Payment not completed inside an iframe (fixed in 6.23.0)
Upgrade @adyen/adyen-web to 6.23.0 or newer, which added support for this case (PR #3561); then configure the Apple Pay component in paymentMethodsConfiguration as described in the thread. Reporters confirmed the simpler config on 6.23.0+ r
- Adyen 3D Secure redirect fails when app is loaded in an iframe (fixed in 5.51.0)
Upgrade @adyen/adyen-web to v5.51.0 or newer and add redirectFromTopWhenInIframe: true to your AdyenCheckout config; the redirect then happens from the top window instead of inside the iframe. The reporter confirmed the issue was resolved w