ezet / stripe-sdk

A simple and flexible Stripe library for Flutter with complete support for SCA and PSD2.
https://pub.dev/packages/stripe_sdk
Other
137 stars 137 forks source link

Any plans to add Native Apple / Google Pay? #84

Closed jonsamwell closed 2 years ago

jonsamwell commented 4 years ago

Thanks for the library it is very useful, do you have any plans to add Apple / Google pay?

SathishGovindaraju commented 4 years ago

Would be the perfect complete package if it supports this.

ezet commented 4 years ago

I can look into this next! I haven't had time to work on this for a while, but plan to find some time in the next weeks and going forward.

DryDoge commented 4 years ago

I can look into this next! I haven't had time to work on this for a while, but plan to find some time in the next weeks and going forward.

Hello, it would be great to add this functionality :)

ezet commented 4 years ago

It seems this shouldn't be too hard. I'm not sure I will have time to add this anytime soon, but based on some quick research it should be completely possible to implement this on your own, using existing google/apple pay plugins, and using the details from those payment methods to create a payment method in Stripe, using this library.

funder7 commented 3 years ago

@ezet you can take inspiration from stripe_payment package maybe, it supports the feature

NarHakobyan commented 3 years ago

Hi @ezet, thanks for writing such a great lib, what about plans to add this feature as well?

FallenRiteMonk commented 2 years ago

any update?

ezet commented 2 years ago

This is now supported, using https://pub.dev/packages/pay :)