You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After upgrading the library from v1.2.0 to v2.0.0 BETA2, Android version is not working properly.
Previously, the data parameter of the onSubmit function had browserInfo and the data.amount.value was an integer. Now, there is no browserInfo data, and data.amount.value comes as string. DropIn is dismissed after the first step.
To Reproduce
Steps to reproduce the behavior:
on Android, fill the credit card details on DropIn
Click on "Confirm preautorization" button (amount.value = 0)
See the DropIn is dismissed
Expected behavior
The 3DS auth screen should appear on the screen after completing the credit card details
Smartphone (please complete the following information):
Device: Pixel 4
OS: API 34
Browser [e.g. stock browser, safari]
Version [e.g. 22]
Should we populate browserInfo prop manually on Android?
The text was updated successfully, but these errors were encountered:
This is known misalignment on iOS and Android. We are looking to remove browserInfo on iOS.
Context: browserInfo were essential for web-based 3DS1 flow. However 3DS1 is discontinued and we are encouraging usage of 3DS2 Native flow on mobile instead.
To enable native 3DS2 - make sure to send authenticationData and paymentMethod.threeDS2SdkVersion
See Native 3DS2 Drop-in integration docs.
descorp
changed the title
[ANDROID] browserInfo doesn't return from DropIn, amount.value returns as string
[ANDROID] browserInfo doesn't return from DropIn
Apr 29, 2024
Describe the bug
After upgrading the library from v1.2.0 to v2.0.0 BETA2, Android version is not working properly.
Previously, the data parameter of the onSubmit function had
browserInfo
and thedata.amount.value
was an integer. Now, there is no browserInfo data, anddata.amount.value
comes as string. DropIn is dismissed after the first step.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The 3DS auth screen should appear on the screen after completing the credit card details
Smartphone (please complete the following information):
Should we populate
browserInfo
prop manually on Android?The text was updated successfully, but these errors were encountered: