Adyen / adyen-android

Adyen Android Drop-in and Components
https://docs.adyen.com/checkout/android
MIT License
126 stars 66 forks source link

3DS2 e Shopper Locale #1448

Closed leofolive closed 9 months ago

leofolive commented 9 months ago

Describe the bug The 3DS2 challenge is exclusively shown in en-US. Only the header utilizes the shopper's locale for translation into pt-BR.

Expected behavior

The entire page should be presented in pt-BR, with the language and country defined in the shopperLocale.

Displaying this challenge in a language that most users do not speak can negatively impact transactions, leading to confusion and frustration. To optimize user experience and ensure higher transaction success rates, it is crucial to present the 3DS2 challenge in the user's preferred language.

Screenshots

Screenshot 2024-01-23 at 13 51 48

ozgur00 commented 9 months ago

Hi @LFMAKER. Thanks for bringing the issue into our attention. Are you using drop-in or components integration? And can you share which version you're using?

leofolive commented 9 months ago

@ozgur00 We are using Standalone Actions (API-only flow) using https://github.com/Adyen/adyen-react-native This lib use Android SDK version 5.1.0.

tkuntubayev commented 9 months ago

Hi @LFMAKER, Please check this link that explains how the localization of 3DS2 SDK works https://github.com/Adyen/adyen-3ds2-android/issues/50

In brief, the content language is defined by issuer's ACS. I hope this helps.

jreij commented 9 months ago

Hi @LFMAKER , I'm marking this issue as resolved, please reopen it if you still need help with it.