Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Pay support? #100

Open
msn444 opened this issue Mar 31, 2020 · 2 comments
Open

Google Pay support? #100

msn444 opened this issue Mar 31, 2020 · 2 comments

Comments

@msn444
Copy link

msn444 commented Mar 31, 2020

Just curious if anyone is actively working on Google Pay support. If not, what would it entail?

@RobertGardner
Copy link
Collaborator

I'm not aware of anyone currently working on it.

The documentation for the standard integration (now called "basic integration") for Android is at https://stripe.com/docs/mobile/android/basic

It looks like it would be straightforward to support Google Pay. You will probably need to update the Android Stripe SDK the plugin currently uses, but then it looks like just setting a variable in the Config and checking for it in the listener. I suggest adding a field to StripeConfig that indicates whether or not to support Google Pay, similar to how the appleMerchantID field is used to control ApplePay.

@triniwiz
Copy link
Owner

Related to #17 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants