Adyen / adyen-react-native

Adyen React Native
https://docs.adyen.com/checkout
MIT License
42 stars 32 forks source link

Android: PayPal not listed in stored payment methods of the drop #450

Closed RyanLinXiang closed 1 month ago

RyanLinXiang commented 1 month ago

Describe the bug Android is not listed in the drop in the list of stored payment methods. In iOS it works fine, but not in Android. Any explanations & workarounds? Using 2.0.0-rc1

descorp commented 1 month ago

Hey @RyanLinXiang

This is known behaviour - stored PayPal is only available on iOS, which is rather defect. AFAIK, this feature is available on TEST, and should not be present on LIVE.

We are working with PayPal to fully enable stored PayPal via PayPal SDK.

If you are interested in this feature to be available for both iOS and Android - please reach out to Adyen Support and request it - this will help us to adjust priority :)

If you are not interested in seeing stored PayPal on iOS - please filter payment methods manually (this is the only way for now).

RyanLinXiang commented 1 month ago

Thank you!