#michael_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1282686068004487198
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
I'm using the com.stripe:stripe-android:20.48.6 SDK
But the same issue is described for stripe-react-native (https://github.com/stripe/stripe-react-native/issues/1720)
Describe the bug Looks like co-branded cards are not working as expected on android. If user selects any of the brands available in the dropdown, the response for preferredNetwork is always null. I...
Hi there ๐ do you have an ID of an example Payment Method where you're seeing this behavior that you can share?
pm_1Px7HQAwuM2keyQc2WSQX6VY
the displayBrand correctly shows "cartes_bancaires"
but the networks.preferred is null
Thank you for that, and apologies for the delay. This sounds similar to something another user is asking about currently, and I've asked a teammate to help look into that.
thank you
Hey there, yes I was investigating this similar issue in another thread, but i've now arrived at information this looked to be iOS specific, where you are reporting on Android.
seems like it works for my colleague in the iOS SDK
Yes, there was a fix for this in iOS recently: https://github.com/stripe/stripe-ios/pull/3908
It seems like you're suggesting a similar bug affects the android SDK
Yes, so it would be nice if this could be fixed ๐
Ok, I would recommend filing an issue on the repo: https://github.com/stripe/stripe-android/issues/new/choose
Including a minimal repro, either steps in our example app or code showing the key details required to trigger. You can refer to the iOS issue as well.
will do, thanks