stripe / stripe-react-native

React Native library for Stripe.
https://stripe.dev/stripe-react-native
MIT License
1.26k stars 260 forks source link

Stripe FPX bank selection feature #1125

Open remonh87 opened 2 years ago

remonh87 commented 2 years ago

Is your feature request related to a problem? Please describe. One of our users requested a listing method for the FPX payment method so that it can integrate its own custom view. I noticed this functionality is available in the iOS sdk https://github.com/stripe/stripe-ios/pull/1375. Are there any plans for supporting this.

Describe the solution you'd like A method in the sdk that lists the particular banks supporting FPX.

Describe alternatives you've considered

Additional context https://github.com/flutter-stripe/flutter_stripe/issues/910

charliecruzan-stripe commented 2 years ago

I think we'd want to see if this is/could be supported on Android, as well, before exposing it through to React Native

remonh87 commented 1 year ago

@charliecruzan-stripe sounds good do you need me to create an issue.