Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
21 views

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 ...
Anfal Mehdi's user avatar
1 vote
1 answer
97 views

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 ...
BlackJerry's user avatar
0 votes
0 answers
76 views

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( ...
Radoi Andrei's user avatar
2 votes
1 answer
411 views

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: ...
Usama shahbaz's user avatar
0 votes
0 answers
103 views

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 (...
Sajib saha's user avatar
1 vote
0 answers
52 views

following section gives payment button for apple pay if (_selectedMethodIndex == 4) BottomAppBar( child: SizedBox( width: ...
D-Sibu's user avatar
  • 79
1 vote
1 answer
190 views

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 ...
Keval's user avatar
  • 11
5 votes
0 answers
107 views

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 ...
Akshay's user avatar
  • 350
0 votes
1 answer
141 views

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. ...
PlanasMarc04's user avatar
0 votes
1 answer
373 views

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 ...
Wicaledon's user avatar
  • 830
0 votes
1 answer
276 views

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 ...
behnam's user avatar
  • 49
1 vote
1 answer
345 views

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....
MehdiDx's user avatar
  • 25
1 vote
1 answer
408 views

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/...
Ziad H.'s user avatar
  • 729
3 votes
0 answers
285 views

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/...
Ziad H.'s user avatar
  • 729
2 votes
0 answers
119 views

I just installed flutter_stripe in my flutter project and did all the android requirements in the package page https://pub.dev/packages/flutter_stripe right after that I started getting this error : ...
ABDELWAHED ELOUED's user avatar
1 vote
0 answers
850 views

I am encountering an issue while initializing the flutter_stripe plugin in my Flutter application. The error suggests that my application's theme is not using Theme.AppCompat or Theme....
Guillaume Demeilliers's user avatar
0 votes
0 answers
242 views

I have implemented the flutter_stripe package with flutter and it works fine in mobile but when tested on web I always get this error : You may test your Stripe.js integration over HTTP. However, live ...
Abdurrahman Morsy's user avatar
0 votes
0 answers
272 views

In my flutter web application, I want to integrate stripe payment gateway(cards,google pay and apple pay) using stripe javascript function. am not able to find any documentation regarding the same ...
Saroja Thirumurugan's user avatar
0 votes
1 answer
237 views

I'm using flutter_stripe: ^9.5.0+1 and void main() async { WidgetsFlutterBinding.ensureInitialized(); Stripe.publishableKey = stripePublishableKey; await Stripe.instance....
D-Sibu's user avatar
  • 79
1 vote
0 answers
515 views

I am trying to integrate Flutter with Stripe. The following code is how I create payment intent Future<Map<String, dynamic>> createPaymentIntent( String amount, String currency) async {...
Gaurab Roy's user avatar
0 votes
1 answer
78 views

I am using flutter_stripe 9.4.0, this code is working fine on android device but when I run on IOS it gives an error and app crashes Error is: Could not cast value of type 'NSNull' (0x1b9059de8) to '...
Muhammad Zain's user avatar
2 votes
0 answers
362 views

I have followed the steps of configuring the flutter_stripe package correctly as mentioned here. The problem is that my phone is in dark mode, and when I use the CardFormField provided from the ...
Bakri Alkhateeb's user avatar
0 votes
0 answers
188 views

I just started getting this issue after adding flutter stripe package while running the app. I can't figure out why this issue coming again and again. I tried several solutions including pod install ...
danish's user avatar
  • 365
0 votes
2 answers
326 views

Can we show all the saved cards for respective customers and use them to make payments through Stripe in Flutter Web? If yes, then How? I tried most of the things but haven't achieved what I am ...
Shubhanshu Kashiva's user avatar
1 vote
4 answers
188 views

It's my first post here. I'm struggling with a Stripe integration in a Flutter project and can't find any other similar issue or problem on the web. I'm using flutter Bloc and Stripe. Once I run the ...
Arthur Pellegrin's user avatar
2 votes
0 answers
780 views

I have integrated Stripe into flutter app, using flutter_stripe: ^7.0.0, every thing works fine when showing payment sheet for getting transaction from cards. Now I want to add Google Pay and Apple ...
Musa Khan's user avatar
0 votes
0 answers
149 views

I have implemented connected accounts in Stripe. The customers are created on the platform and when they want to make a payment on a connected account, the customer and his payment method from the ...
Bernard's user avatar
  • 1,953
1 vote
0 answers
52 views

FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:processDebugResources'. > A failure occurred while executing com.android.build.gradle.internal.res....
tee Swift's user avatar
0 votes
1 answer
540 views

I am using the flutter_stripe library to setup payments in my app but am seeing an error that does not seem to be covered in their documentation. This is my code: final paymentIntent = await ...
Devon Ray's user avatar
  • 875
0 votes
0 answers
685 views

successful payment image I've two subscription plans in my stripe account right and I'm fetching them in the app when a user subscribes I can see the payment in the dashboard as successful but when u ...
tee Swift's user avatar
0 votes
1 answer
1k views

I'm using flutter_stripe package and I have functionality in my app to save a card, so it can be used later. I'm following these steps; Calling Stripe.instance.createPaymentMethod Calling Stripe....
ASAD HAMEED's user avatar
  • 2,740
2 votes
2 answers
4k views

I copied this code from various pieces found on the internet. I followed Stripe's instructions for the integration and now I do not receive any errors: Use Android 5.0 (API level 21) and above Use ...
Simone's user avatar
  • 265
0 votes
0 answers
2k views

How can we generate a token from stripe card form in flutter using flutter_stripe: ^9.0.0+1 Link - https://pub.dev/packages/flutter_stripe final TokenData tokenData = await Stripe.instance.createToken(...
Shivam Shashank's user avatar
1 vote
0 answers
53 views

I'm trying to implement Stripe to my web app using Firebase. I've tried a lot of different ways, but so far nothing works. I'm trying with flutter_stripe, but when I want to do that: Future<void>...
nativ's user avatar
  • 39
0 votes
1 answer
749 views

I am trying to integrate Google Pay using the Pay plugin to flutter_stripe library in my flutter application. I am getting the token from the Pay plugin after the payment but when I try to send it to ...
rya's user avatar
  • 1,485
0 votes
1 answer
175 views

I want to intigrate stripe payment but i got this error Instance of 'StripeConfigException Also my when i click on pay button it is not showing any type of card. I want to print jsonresponse["...
Muhammad Zohaib's user avatar
0 votes
0 answers
386 views

I want to intigrate stripe payment but i got this error Instance of 'StripeConfigException Also my when i click on pay button it is not showing any type of card. I want to print jsonresponse["...
Muhammad Zohaib's user avatar
0 votes
0 answers
158 views

I want to intigrate stripe payment method but i am facing error.I am unable to show paymentsheet.Also when i click on pay button this error happened Instance of 'StripeConfigException' D/...
Muhammad Zohaib's user avatar
1 vote
0 answers
1k views

I want to intigrate stripe payment but i get this error I am using flutter_stripe: ^8.0.0+1 ERROR MESSAGES [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Instance of '...
Muhammad Zohaib's user avatar
1 vote
1 answer
831 views

I'm trying to add Stripe payment intent in flutter but the issue is in the new library flutter_stripe: ^7.0.0 requires a secret key but the secret key is handled in the backend API(server). I did it ...
Aneeq Shah's user avatar
3 votes
1 answer
2k views

I'm trying to create music app uses just_audio & just_audio_background plugins, App is working fine but I'm trying to integrate Stripe from flutter_stripe plugin. I get an exception when click on ...
Arsal Malik's user avatar
0 votes
1 answer
307 views

In my case, the CardField is positioned at the bottom of the screen. When the keyboard opens up on focus, it is not pushing to the screen to show the input fields. This happens only with the CardField,...
Faisal Ibrahim's user avatar
0 votes
0 answers
731 views

Payment sheet is working fine on IOS devices but not on Android devices. I have completed the android integration steps as describe in the ReadMe file. Code is working fine.. i am able to initialize ...
Saad Malik's user avatar
0 votes
2 answers
2k views

I need just to create a token from the Card number, expire month/year, and CVC using flutter-stripe. Could anyone please suggest to me any complete resources or source code to solve this problem? ...
Kafiul Islam's user avatar
2 votes
0 answers
1k views

I am trying to make a token-id from card information like card number, month, year, and CVC. This could be possible by the stripe_payment package with the given code: StripePayment....
Kafiul Islam's user avatar
0 votes
2 answers
91 views

this is my flutter stripe code, Here I want response of SetupPaymentSheetParameters and presentPaymentSheet I want to check what king of response I am getting, Future<void> makePayment(data) ...
Deepak's user avatar
  • 2,374
11 votes
3 answers
18k views

I am using flutter_stripe package and have changed android files according to their requirements. flutter sdk : 3.0.5 flutter_stripe : 4.0.0 device : MacBook Pro m1 pro What showing in the ...
Uvais's user avatar
  • 213
3 votes
2 answers
2k views

I am trying to get a CardField from the flutter_stripe package to appear on web. Simply with this code, a card field will display on ios and android. Though once I run on the app on Chrome, a blank ...
Deja's user avatar
  • 91
0 votes
0 answers
2k views

we want User can payment with saved list card from BackEnd. you can see this image current image We success handle payment with new card and save it to use again in the future. But, when we want ...
Aa Maulana's user avatar
0 votes
1 answer
1k views

main.dart WidgetsFlutterBinding.ensureInitialized(); Stripe.publishableKey = stripePublishableKey; Stripe.merchantIdentifier = 'emailID'; await Stripe.instance.applySettings(); Initiate ...
Alfaizkhan Pathan's user avatar