jonasbark / flutter_stripe_payment

[DISCONTINUED] A flutter plugin with stripe payment plugin integration
MIT License
309 stars 244 forks source link

Support for Alipay #283

Open musso opened 3 years ago

musso commented 3 years ago

Hi there,

I was using the native SDK for stripe - alipay integration.

https://stripe.com/docs/payments/alipay/accept-a-payment?platform=web

wonder if this package supports alipay payment ? or any confirmPayment method that allows the re-direct to alipay wallet?

Thanks,

Musso

jonasbark commented 3 years ago

This plugin doesn't but we're working on a new one that supports, among others, AliPay

jonasbark commented 3 years ago

We published the first beta version of the new plugin here that supports AliPay: https://github.com/flutter-stripe/flutter_stripe We'd love to get some feedback. Expect 50% more features, 80% fewer existing bugs, and 10(?)% new bugs which we're eager to fix. If you find it useful, feel free to support us on opencollective :)

When I find the time I'll provide some migration instructions for this plugin.