All Questions
17 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:
'...
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 ...
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 ...
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 ...
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 ...
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 ...
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 (...
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 ...
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 ...
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 ...
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....
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 ...
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% ...
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 ...
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": ...