The video is good, but it's incomplete. I did a test, when calling the Stripe action, I added another action that would be payment completed. I did the test, didn't make the payment and it proceeded to the other action, which shouldn't happen because the payment wasn't completed. And I can't check whether the payment was completed or not, only if I use Stripe's API Integration. Therefore, this integration is useless. If there is a way to make a condition as to whether the payment was completed or not to proceed to other actions, please let me know here, because I couldn't even find it in the FlutterFlow documentation.
Add a Condition action after the Stripe Payment using “IF paymentId is Empty/Not Set” … then paste any actions you had under your previous payment action, below true and use a popup saying failed for false.
I've seen FF with Buildship to avoid both. Extra integration steps(custom scripts) are needed for Supabase. Only Firebase is natively supported for now.
Why is Apple Pay not showing up when you're checking out towards the end of the video? I am asking because I did the exact same steps, and I am also not getting the Apple Pay. For this reason, Apple is constantly rejecting my app to be published to App Store.
How did you set your Page State for the ‘checkoutValue’? I’m stuck 🤯 I’ve got everything to work for my Stripe payments, except being able to set the correct amount for the payment using my ‘total’ field.
@@shivam_y yes! when executing the stripe payment action, at the bottom, you need to set field "Action Output Variable Name" to for example "paymentID". Then you can use a conditional action to check wether paymentID is set/non-empty. In case is set, this means that they payment went through so you follow one path, in case it´s empty this means that payment had an issue so you can follow other path. Hope it helps!
its not possible to use stripe as a testing api environment for payments? I tried doing it without the productions credentials as we dont have a business and is instead will be using it as a bridge for simulated payment but it appears that's not possible, what alternatives can you possibly suggest?
Add a Condition action after the Stripe Payment using “IF paymentId is Empty/Not Set” … then paste any actions you had under your previous payment action, below true and use a popup saying failed for false.
Please please stripe doesn't work for my country only paystack and flutterwave Can you integrate them for users in Africa to be able to use the payment features
@@FlutterFlowCan i use stripe service even I'm using personal bank account only ? I don't have merchant account because my business not registered yet.. please reply brother.. thanks very much..
I've been getting Unknown Error. Anyone having the same issue? Status is Deployed, I am on Blaze Plan, and followed every single step as per the video. Tried contacting them but no response for almost a week now. :(
Are you a web app or a mobile app? I have that exact same issue. I went the API route and it’s cost me thousands in revenue. It’s been a nightmare to say the least.
Everything was perfect but how you going to do something and you don't let people know how you did it cuz you show that you make a Bible about the USD but you don't show nobody how to do it and only with that the whole video was good for nothing
Can you do a tutorial for subscription recurring payment?
Did you manage to figure it out a way in the end? I have the same problem, I want to integrate Stripe subscriptions into my FlutterFlow app. Thanks.
Stripe with Supabase integration? This looks really great, but what if the backend is not Firebase controlled?
Second that!! ... Why Stripe only with Firebase? Supabase users cannot use stripe... very annoying.
Has anyone taken a crack at Supabase with Stripe in Flutterflow?
@@DanVanDamme Any update guys?
tried this with buildship and works well - save subscription to supabase and read from ff
The video is good, but it's incomplete.
I did a test, when calling the Stripe action, I added another action that would be payment completed.
I did the test, didn't make the payment and it proceeded to the other action, which shouldn't happen because the payment wasn't completed.
And I can't check whether the payment was completed or not, only if I use Stripe's API Integration.
Therefore, this integration is useless.
If there is a way to make a condition as to whether the payment was completed or not to proceed to other actions, please let me know here, because I couldn't even find it in the FlutterFlow documentation.
You need to check that paymentId "Is set and not empty"
Add a Condition action after the Stripe Payment using “IF paymentId is Empty/Not Set” … then paste any actions you had under your previous payment action, below true and use a popup saying failed for false.
I need Flutterflow x Supabase x Stripe integration. No Firebase. Is there anyway?
Flutterflow just released some important supabase evolutions in november, try to have a look at them👍🏻
I've seen FF with Buildship to avoid both. Extra integration steps(custom scripts) are needed for Supabase. Only Firebase is natively supported for now.
Does it work with supabase?
when is stripe connect coming to FF??
Works very well,
but we miss the ability to set currency dynamically. And what about Stripe Connect ?
Why is Apple Pay not showing up when you're checking out towards the end of the video? I am asking because I did the exact same steps, and I am also not getting the Apple Pay. For this reason, Apple is constantly rejecting my app to be published to App Store.
did you ever figure this out, I have the same problem
is it possible to do that with supabase ?
Thanks!! Make all features of firebase but with supabase, please!
How to set up apple pay in web application?
How did you set your Page State for the ‘checkoutValue’? I’m stuck 🤯
I’ve got everything to work for my Stripe payments, except being able to set the correct amount for the payment using my ‘total’ field.
hi how can we set different actions based if payment via stripe was successful or not?
did you find any solution
@@shivam_y yes! when executing the stripe payment action, at the bottom, you need to set field "Action Output Variable Name" to for example "paymentID". Then you can use a conditional action to check wether paymentID is set/non-empty. In case is set, this means that they payment went through so you follow one path, in case it´s empty this means that payment had an issue so you can follow other path. Hope it helps!
@@Manu-li1rw Thanks a lot
Hi I was unable to set from page parameters so I had to use widget state. Can you help with the code for that?
Same! Did you manage to get around it?
its not possible to use stripe as a testing api environment for payments? I tried doing it without the productions credentials as we dont have a business and is instead will be using it as a bridge for simulated payment but it appears that's not possible, what alternatives can you possibly suggest?
Great video 👍 I hope you will show us how to do subscriptions using revenuecat
+1 Agreed! Awaiting this video keenly
+1 on RevenueCat, as Stripe (and other external providers) are not Apple and Google complaint and Apps will be rejected.
How can I handle the successful payment event and redirect the user to another page??
did you find any solution
@@shivam_y actually no((
Add a Condition action after the Stripe Payment using “IF paymentId is Empty/Not Set” … then paste any actions you had under your previous payment action, below true and use a popup saying failed for false.
but in the documentation they say that the merchant country code is 3 characters and here you only put 2?
Does Stripe handle sales tax?
Please please stripe doesn't work for my country only paystack and flutterwave
Can you integrate them for users in Africa to be able to use the payment features
Jajajaja you left the tutorial in the middle.
After apple setup, where is the stripe setup video?????
Thanks, is it a free service and do they take a commission?
Stripe do take commission, if im not mistaken about 3.99%, but flutterflow did not
why only firebase, it is time to integrate supabase in flutterflow
great video, but can i use a local payment gateway in my country ?
what code is in the page state
I followed all steps but payment sheet is not showing
how we can verify if the payment is successful or not in the logic
check if someting is written to paymentid
This is for mobile apps only correct? I only have a web app.
Hi Jannina! Nope, web or mobile!
@@FlutterFlow will you all ever have it so subscriptions can be accepted. I’ve reached out to customer service for assistance.
@@janninainreallife We have those! Use our RevenueCat integration.
Does RevenueCat work for web as well? Or is just for iOS/Android apps?@@FlutterFlow
@@FlutterFlowCan i use stripe service even I'm using personal bank account only ? I don't have merchant account because my business not registered yet.. please reply brother.. thanks very much..
pls make a video how to setup stripe for multi vendors payment like marketplaces und pls without firebase.
The code expression didn’t work.
Can you please make video on Appwrite integration with Flutterflow
Please make a video with RevenueCat configuration. I can't use it with iOS devices, and I don't know what I am doing wrong. 😅
Can anyone do video tutorial for firebase setup for stripe payment? Because I always see error with my test.
Make sure you are on the Blaze plan
Please make video on subscription with revenue cat
Wow. Thank you!
I've been getting Unknown Error. Anyone having the same issue? Status is Deployed, I am on Blaze Plan, and followed every single step as per the video. Tried contacting them but no response for almost a week now. :(
Hi Mark, sorry that you haven't received a response. Is the user signed in when you're testing?
Are you a web app or a mobile app? I have that exact same issue. I went the API route and it’s cost me thousands in revenue. It’s been a nightmare to say the least.
I had this issue and my Secret Key for my Test API was wrong. I found it via Stripe Docs and voila!
I want shopify integration with FlutterFlow!
Everything was perfect but how you going to do something and you don't let people know how you did it cuz you show that you make a Bible about the USD but you don't show nobody how to do it and only with that the whole video was good for nothing