60 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
83
views
The problem with displaying Apple Pay in Stripe's PaymentSheet
I use it in the flutter_stripe application. Faced with the following situation. The certificates for Apple Pay have expired. Updated, everything is ok. Apple Pay is enabled in the stripe dashboard. If ...
0
votes
0
answers
21
views
Is flutter stripe compatible with android os version 16?
I’m developing an app in Flutter, but my device is running Android OS version 16. When I use the flutter_stripe package, it shows an error that something went wrong. How can I resolve the payment ...
1
vote
1
answer
109
views
How to add ACH Direct Debit as payment method in Flutter using Flutter Stripe?
I am using Stripe as payment processor for my Flutter app. I have made the card part working. Now I am trying to allow customers to add ACH Direct Debit as payment method and ran into some ...
0
votes
0
answers
78
views
Flutter Stripe Sdk error - java.lang.NoClassDefFoundError: Failed resolution of: Lcom/stripe/android/view/AddPaymentMethodActivityStarter$Result;
One month ago the project was working. I dind't change anything in the implementation, it doesn't work anymore. I tried evry flutter command (clean, install dependency again etc.)
E/AndroidRuntime( ...
2
votes
1
answer
419
views
I am using Pay plugin in flutter and facing issues with Google pay. I am using stripe as a gateway method. Error code: OR_BIBED_06
I am using flutter and PAY plugin. I am receiving this issue:
This merchant is having trouble accepting your payment right now. Try using a different payment method. [OR_BIBED_06]
Here is my code:
...
0
votes
0
answers
107
views
Flutter mek_stripe_terminal: ^3.8.0 use for stripe tap to pay gets error
What went wrong:
Execution failed for task ':app:checkDebugDuplicateClasses'.
Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Failed to transform jackson-core-2.16.1.jar (...
1
vote
0
answers
58
views
How can i perform apple pay with flutter stripe #Update: Fixed
following section gives payment button for apple pay
if (_selectedMethodIndex == 4)
BottomAppBar(
child: SizedBox(
width: ...
1
vote
1
answer
199
views
Unable to Show Google Pay Button in Stripe Payment Sheet in Flutter
I’m trying to integrate Google Pay with Stripe in my Flutter app to display a Google Pay button in the payment sheet. I followed the steps in this https://www.youtube.com/watch?v=4lUaLjSe4y4, but the ...
5
votes
0
answers
108
views
Unable to Track Payment Failures or Close Payment Sheet Manually in presentPaymentSheet()
I'm integrating manual card entry using presentPaymentSheet() and have encountered the following issues:
There is no listener or response tracker available to capture payment failures, making it ...
0
votes
1
answer
151
views
How to catch stripe errors on flutter?
I'm creating a subscription based platform, so I integrated the stripe subscription payment, if user is able to enter all the card data and proceed with the payment successfully, nothing goes wrong. ...
0
votes
1
answer
386
views
Flutter & Stripe - Subscription - PaymentSheet cannot set up a PaymentIntent in status 'succeeded'
I have an application written in Flutter and I've implemented one-time payment (for such as game point) in the app by using Stripe SDK 11.0.0. My backend & the application works perfectly for that ...
0
votes
1
answer
295
views
how to use Stripe in flutter application?
I have stucked for using Stripe in my flutter app , and searched several youtube toturials , and alot of docs , still didnt fine a good solution how to implement that , i want to have an screen which ...
1
vote
2
answers
386
views
Stripe , Theme isn't set to use Theme.AppCompat or Theme.MaterialComponents
I am facing an issue when trying to implement Stripe with flutter , I did all what they said in the readme , but I still have this problem :
Your theme isn't set to use Theme.AppCompat or Theme....
1
vote
1
answer
419
views
Trying to implement stripe in Flutter/iOS and I get errors in all the generated files in Pod, So, I can't even run the app
Swift Compiler Error (Xcode): Missing return in closure expected to return 'String'
/Users/mac/Documents/Programming/Projects/yay_food/ios/Pods/StripeCore/StripeCore/StripeCore/Source/Analytics/...
3
votes
0
answers
287
views
Implementing stripe in ios, causes error in generated swift files? 'Missing return in closure expected to return 'String''
Swift Compiler Error (Xcode): Missing return in closure expected to return 'String'
/Users/mac/Documents/Programming/Projects/yay_food/ios/Pods/StripeCore/StripeCore/StripeCore/Source/Analytics/...