flutter_pay icon indicating copy to clipboard operation
flutter_pay copied to clipboard

Apple/Google/Samsung Pay plugin for flutter

Results 14 flutter_pay issues
Sort by recently updated
recently updated
newest added

Do I need a back-end to deduct and transfer money, and so on?

Can I add a bank card from the app? Or maybe I can at least invoke the native interface to add a map?

Hi there, I noticed that the error handling this plugin could be improved a bit... Currently there is no way to detect if a user cancelled a payment or if...

I'm getting the error below when i try to initaite payment, cant really tell where I'm missing it getBaseCardPaymentMethod, authMethods: ["PAN_ONLY","CRYPTOGRAM_3DS"]

How can I use recurring payments (auto payment subscription)?

when we run and check flutterPay.canMakePayments() this method is giving false in return despite we have google pay on physical device Error on debug: I/System.out(12880): Is test Environment: true I/System.out(12880):...

Hello. When I run > flutterPay.canMakePayments() I get error: > I/System.out(20086): getBaseCardPaymentMethod, authMethods: ["PAN_ONLY","CRYPTOGRAM_3DS"] W/System.err(20086): com.google.android.gms.common.api.ApiException: 10: W/System.err(20086): at com.google.android.gms.common.api.internal.TaskUtil.setResultOrApiException(com.google.android.gms:play-services-base@@17.1.0:6) W/System.err(20086): at com.google.android.gms.internal.wallet.zzw.zza(com.google.android.gms:play-services-wallet@@18.0.0:8) W/System.err(20086): at com.google.android.gms.internal.wallet.zzt.dispatchTransaction(com.google.android.gms:play-services-wallet@@18.0.0:40) W/System.err(20086): at com.google.android.gms.internal.wallet.zza.onTransact(com.google.android.gms:play-services-wallet@@18.0.0:13) W/System.err(20086):...

is this package can integrate with any payment gateway? like: HyperPay or PayTabs

Thanks for the awesome plugin, I truly appreciate it. While trying to test run the example/lib/main.dart on my iPhone, when I click on **Try to pay** button, it pops up...