Adyen / adyen-android

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

Require Adyen3DS2 configuration in advance flow integration for Card payment #1719

Closed skamble01 closed 3 months ago

skamble01 commented 3 months ago

Can anyone please help me with Adyen3DS2 configuration in advance flow integration? Please let me know if there is any additional configuration I need to follow because I can not seem to find BrowserInfo or user agent, which are indicated as being necessary for API calls and 3DS2 setup.

I appreciate your assistance in advance. Sangram

skamble01 commented 3 months ago

Any updates on this? We need this as soon as possible.

ozgur00 commented 3 months ago

Hi @skamble01! For integrating Adyen3DS2Component, you can check out our documentation for the current version and if you're using an earlier version you can check out related documentation.

Here you can see that full BrowserInfo object is only required for web integration. It also contains related information for android integration as well.

skamble01 commented 3 months ago

Thanks for replying @ozgur00 Yes i already went through that document and as i understood, for android we are getting User agent and acceptHeader from browser information but for me i didn't get browserinfo field only.

ozgur00 commented 3 months ago

As you can see in the api documentation you just need to pass userAgent and acceptHeader inside browserInfo object in order to be able to support if 3DS flow gets routed to a redirect flow.

skamble01 commented 3 months ago

Thank you for your response @ozgur00 As I found in our internal communication, we don't have to pass browser information for the Android/iOS application. We should proceed without browserinfo.

ozgur00 commented 3 months ago

Good to hear you came to a conclusion. Do not hesitate to contact if you have further questions.