library · inferred from evidence
@adyen/adyen-web
The Adyen JavaScript SDK for web payment integrations.
- Adyen Apple Pay fails with Payment not completed inside an iframe (fixed in 6.23.0)
What this covers: With the Adyen web drop-in placed on a page embedded in an iframe, the Apple Pay button showed but tapping it immediately dismissed the sheet with Payment not completed. The fix that worked: Upgrade @adyen/adyen-web to 6.2
- Adyen Apple Pay fails with Payment not completed inside an iframe (fixed in 6.23.0)
Teaches the verified fix from a real adyen support thread: adyen Apple Pay fails with Payment not completed inside an iframe (fixed in 6.23.0)
- Adyen Apple Pay fails with Payment not completed inside an iframe (fixed in 6.23.0)
Why the Adyen web drop-in's Apple Pay sheet dismisses instantly with Payment not completed when the checkout page sits inside an iframe, and the version plus config that fixes it.
- Adyen 3D Secure redirect fails when app is loaded in an iframe (fixed in 5.51.0)
What this covers: When the app was loaded inside an iframe, Adyen's 3D Secure redirect (checkout.createFromAction().mount()) failed because the component tried to redirect via window.location inside the iframe, which the browser blocked. Th