-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3DS2 Challenge content does not fit - Wallet, Checkout #224
Comments
@garthbrantley I can't change the size of the iframe content because I don't have access to it. I increased the height of the iframe itself. Now we need to ask to change the location of the border in this iframe for cards of type |
@garthbrantley I don't see |
@eugene-shab Please:
|
|
Try using 390px x 400px contents (this is challengeWindowSize = 2). However make the actualy iframe inside dimensions 590px x 600px. Apprarently there tends to be 100px padding on all sides. I would also like to run a test using challengeWindowSize = 5, a "full-screen" / responsive version. I will be modifying the |
@garthbrantley |
…size #224 3DS2 Challenge content does not fit - Wallet, Checkout
PRs: #231, #271
Some challenge content is different sizes. Need to support different sizes.
Solution
<iframe>
with 390px x 400px contents (This is challengeWindowSize = 2, which is now our platform default)Docs about 3DS2 authentication request args
We are currently passing
03
(meaning 500x600 challenge window).These are the supported options we can pass when initiating:
1 - 250x400
2 - 390x400
3 - 500x600
4 - 600x400
5 - Full Screen (allows for responsive design)
Adyen defaults to
05
, meaning 390px x 400pxIssue Report
This is documented on the wallet page.
Presumably the same issue would occur during checkout.
The text was updated successfully, but these errors were encountered: