stripe / stripe-android

Stripe Android SDK
https://stripe.com/docs/mobile/android
MIT License
1.23k stars 628 forks source link

[Feature] Support Maestro cards for google wallets #8435

Open surajnavkudkar opened 1 month ago

surajnavkudkar commented 1 month ago

For Google Wallets, we are not able to import maestro cards ie cards are not visible when we launch the intent The iOS Stripe SDK successfully identifies and displays IBAN-formatted maestro debit cards already added to Apple Wallet in the PaymentSheet during payment method import. However, the Android Stripe SDK does not display IBAN-formatted maestro debit cards already added to Google Wallet in the PaymentSheet during payment method import.

surajnavkudkar commented 1 month ago

@samer-stripe any reason we reverted it in 2.44.0 ? As it was added in 2.43.0 based on a feature request. Will Stripe won't support maestro cards?

mahesh-shiva commented 1 month ago

@samer-stripe Are there plans to support adding Maestro debit cards via Google Pay again? This is a critical use case for us.

sfriedman-stripe commented 1 month ago

Hi @surajnavkudkar and @mahesh-shiva, thanks for writing in and for your feedback. We have rolled back Maestro support due to a bug in the implementation. Google Pay only supports Maestro in Brazil, unlike Apple Pay. You can read more details here. We hope to add Maestro support back to Google Pay in the Android SDK in the future. Thank you for your patience!