Skip to main content

All Questions

0 votes
0 answers
62 views

Flutter : "Unrecognized feature: 'payment'.", source: https://js.stripe.com/v3

I am using flutter_stripe:lates, everything working fine but after adding card and process going on there is an error/issue showing: I/chromium(10630): [INFO:CONSOLE(1)] "Unrecognized feature: '...
Sayed Main Uddin's user avatar
0 votes
0 answers
124 views

Error initializing Stripe settings: Instance of 'StripeConfigException'

I am getting the following error based on the code which is provided below. How can one fix this problem? Error initializing Stripe settings: Instance of 'StripeConfigException' Exception during ...
Kahraman's user avatar
1 vote
0 answers
323 views

Flutter Stripe Bancontact provide return_url

Hello guys I wanted to add Bancontact as a payment method to a flutter app but I got this error. flutter: StripeException(error: LocalizedErrorMessage(code: FailureCode.Failed, localizedMessage: There ...
Mustafa Hadi's user avatar
0 votes
1 answer
244 views

The argument type 'String' can't be assigned to the parameter type 'num' in Flutter's onChange method

I'm encountering an error in my Flutter app when trying to log the Change object in the onChange method of my Cubit. The error message is as follows: Error: The argument type 'String' can't be ...
Ahmed Adel's user avatar
0 votes
1 answer
470 views

Error: The argument type 'String' can't be assigned to the parameter type 'num' in Flutter's onChange method

I'm encountering an error in my Flutter app when trying to log the Change object in the onChange method of my Cubit. The error message is as follows: '''' Error: The argument type 'String' can't be ...
Ahmed Adel's user avatar
4 votes
1 answer
554 views

Implement Payment Element Stripe with Flutter Web

anyone managed to integrate stripe payment buttons such as gpay and apple pay to flutter web, I know there is still support for flutter web, but if there was another way to achieve it, it would be of ...
Kevin's user avatar
  • 41
0 votes
1 answer
325 views

How to implement recurrent payment in flutter?

In ecommerce application, we have 1000+ products. And we want to do recurrent payments like daily, weekly (multiple days can be selected), monthly etc for any product. How can we do that in flutter (...
Umair's user avatar
  • 1,877
0 votes
1 answer
193 views

How can I implement Afterpay in Flutter? Couldn't find any guide / package

We've implemented Paypal, Braintree and now we want to implement Amazon pay and Afterpay. We found some packages for amazon pay but couldnt find anything for Afterpay and Flutter. We'd really ...
Bani Akram's user avatar
0 votes
1 answer
285 views

issue is in Stripe Payment intigration

why my stripe payment action show incomplete when i want to use stripe payment. am using in test mode.also i am using test card it also show snackbar(Payment successfull) when i added card detail.But ...
Muhammad Zohaib's user avatar
0 votes
0 answers
2k views

How to payment with saved card using Flutter_stripe?

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
2 votes
0 answers
760 views

Open bank application is failing with Flutter WebView and StripeCheckout

I use Stripe Checkout in a WebView in Flutter. During the payment flow using Ideal (Netherlands based banking system) the flow tries to open an external app and sends a URL like the following: nl....
alexlipa's user avatar
  • 1,271
6 votes
2 answers
7k views

I want to connect Google Pay with Stripe in my Flutter app

I want to use Google Pay in my app and I want to get my money in the Stripe dashboard. I try the Flutter pay package, and now I am able to see the Google Pay sheet. I am an Indian citizen, so I am not ...
Dipak Ramoliya's user avatar
0 votes
1 answer
583 views

Flutter Split stripe payment

How we can split payment to multivendor using Stripe in flutter. All packages support native payment. I am working on taxi booking app. I wants to transfer 20% of payment to company's account and 80% ...
khurram shahzad's user avatar
0 votes
1 answer
129 views

Rewarding user for completing a task

I am working on a new project where a user needs complete some given tasks for example lets consider the user needs to watch 10 rewarding video ads for getting rewarded back with $1 Which goes to his ...
user avatar
1 vote
1 answer
2k views

Receiving Invalid request error from stripe while creating payment intent using Flutter

I am integrating Stripe in my flutter app, want to create payment intent using http POST request having mention here. But I am constantly receiving this error. Tried many thing! { "error": ...
Muhammad Noman's user avatar

15 30 50 per page