sumup / sumup-android-sdk

Sample App for the SumUp Android SDK
Other
104 stars 28 forks source link

Transparent login doesn't work #205

Closed hiagodotme closed 1 year ago

hiagodotme commented 1 year ago

Dear friends,

I'm trying to integrate with SumUp's Android SDK, when I connect using username and password everything happens normally. The charge is made and the amount made available in the Sumup application.

It turns out that I would like to use transparent authentication, I perform the entire procedure to obtain a valid access token, but when trying to login I get the following message:

The message is in Portuguese due to my location but I believe the error code UKN-2E7BG helps with something.

Could this be the reason I couldn't login transparently?

ameinhardt commented 1 year ago

https://github.com/sumup/sumup-ios-sdk/issues/118 says

Additionally, the authorisation request should have default (transactions.history, user.app-settings, user.profile_readonly) and payments scopes specified in order to get the access token working with the transparent authentication.

hiagodotme commented 1 year ago

Thanks @ameinhardt I got support from the SumUp development team here in Brazil and they helped me get it working.