Stripe Payments | FlutterFlow University

Поділитися
Вставка
  • Опубліковано 26 січ 2025

КОМЕНТАРІ • 72

  • @collman505
    @collman505 Рік тому +18

    Can you do a tutorial for subscription recurring payment?

    • @DanielSadjadian
      @DanielSadjadian 16 днів тому

      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.

  • @TwenTV
    @TwenTV Рік тому +15

    Stripe with Supabase integration? This looks really great, but what if the backend is not Firebase controlled?

    • @hughgallagher
      @hughgallagher Рік тому +8

      Second that!! ... Why Stripe only with Firebase? Supabase users cannot use stripe... very annoying.

    • @DanVanDamme
      @DanVanDamme 10 місяців тому +1

      Has anyone taken a crack at Supabase with Stripe in Flutterflow?

    • @damianperczuk1397
      @damianperczuk1397 9 місяців тому

      @@DanVanDamme Any update guys?

    • @DavidFrancis-sk6iz
      @DavidFrancis-sk6iz 8 місяців тому

      tried this with buildship and works well - save subscription to supabase and read from ff

  • @flowmasterfm
    @flowmasterfm Рік тому +7

    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.

    • @youtube.cmyers
      @youtube.cmyers 25 днів тому +1

      You need to check that paymentId "Is set and not empty"

    • @travelbudd
      @travelbudd 21 день тому

      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.

  • @nhtdmr
    @nhtdmr 2 місяці тому +2

    I need Flutterflow x Supabase x Stripe integration. No Firebase. Is there anyway?

    • @RC-tf2ft
      @RC-tf2ft Місяць тому

      Flutterflow just released some important supabase evolutions in november, try to have a look at them👍🏻

    • @ethan6708
      @ethan6708 Місяць тому

      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.

  • @alexjunio_prof
    @alexjunio_prof 10 місяців тому +2

    Does it work with supabase?

  • @dubc3908
    @dubc3908 Рік тому +2

    when is stripe connect coming to FF??

  • @julien97490
    @julien97490 Рік тому +4

    Works very well,
    but we miss the ability to set currency dynamically. And what about Stripe Connect ?

  • @AniBanerji
    @AniBanerji Рік тому +3

    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.

    • @sasmitagarwal9659
      @sasmitagarwal9659 10 місяців тому

      did you ever figure this out, I have the same problem

  • @matthieuvoyen400
    @matthieuvoyen400 10 місяців тому +1

    is it possible to do that with supabase ?

  • @Cesarkzz
    @Cesarkzz Рік тому +4

    Thanks!! Make all features of firebase but with supabase, please!

  • @skinbrilla
    @skinbrilla 9 місяців тому +1

    How to set up apple pay in web application?

  • @travelbudd
    @travelbudd 21 день тому

    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.

  • @Manu-li1rw
    @Manu-li1rw Рік тому +3

    hi how can we set different actions based if payment via stripe was successful or not?

    • @shivam_y
      @shivam_y 8 місяців тому

      did you find any solution

    • @Manu-li1rw
      @Manu-li1rw 8 місяців тому +1

      @@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!

    • @shivam_y
      @shivam_y 8 місяців тому

      @@Manu-li1rw Thanks a lot

  • @BriqueStudios
    @BriqueStudios 6 місяців тому +1

    Hi I was unable to set from page parameters so I had to use widget state. Can you help with the code for that?

    • @travelbudd
      @travelbudd 21 день тому

      Same! Did you manage to get around it?

  • @anaphylaxis6599
    @anaphylaxis6599 Рік тому

    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?

  • @mustapha2800
    @mustapha2800 Рік тому +3

    Great video 👍 I hope you will show us how to do subscriptions using revenuecat

    • @TheDentalRPh
      @TheDentalRPh Рік тому +1

      +1 Agreed! Awaiting this video keenly

    • @Heiko_Kanzler
      @Heiko_Kanzler Рік тому

      +1 on RevenueCat, as Stripe (and other external providers) are not Apple and Google complaint and Apps will be rejected.

  • @serufim
    @serufim Рік тому +2

    How can I handle the successful payment event and redirect the user to another page??

    • @shivam_y
      @shivam_y 8 місяців тому

      did you find any solution

    • @serufim
      @serufim 8 місяців тому

      ​@@shivam_y actually no((

    • @travelbudd
      @travelbudd 21 день тому

      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.

  • @estefanocampoverde3660
    @estefanocampoverde3660 10 місяців тому

    but in the documentation they say that the merchant country code is 3 characters and here you only put 2?

  • @808thampire
    @808thampire 8 місяців тому

    Does Stripe handle sales tax?

  • @Jeamtech_fxtrades
    @Jeamtech_fxtrades Рік тому

    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

  • @AlfaRomeoFox
    @AlfaRomeoFox 5 місяців тому +1

    Jajajaja you left the tutorial in the middle.
    After apple setup, where is the stripe setup video?????

  • @MrIMacro
    @MrIMacro Рік тому

    Thanks, is it a free service and do they take a commission?

    • @wheza99
      @wheza99 Рік тому

      Stripe do take commission, if im not mistaken about 3.99%, but flutterflow did not

  • @animisyon7388
    @animisyon7388 Місяць тому

    why only firebase, it is time to integrate supabase in flutterflow

  • @bahralhammad
    @bahralhammad Рік тому

    great video, but can i use a local payment gateway in my country ?

  • @CharlotteKuszon
    @CharlotteKuszon 11 місяців тому

    what code is in the page state

  • @shaiksaifulla9698
    @shaiksaifulla9698 Рік тому

    I followed all steps but payment sheet is not showing

  • @Aghapy23
    @Aghapy23 3 місяці тому

    how we can verify if the payment is successful or not in the logic

    • @Konungen
      @Konungen 3 місяці тому

      check if someting is written to paymentid

  • @janninainreallife
    @janninainreallife Рік тому

    This is for mobile apps only correct? I only have a web app.

    • @FlutterFlow
      @FlutterFlow  Рік тому +1

      Hi Jannina! Nope, web or mobile!

    • @janninainreallife
      @janninainreallife Рік тому

      @@FlutterFlow will you all ever have it so subscriptions can be accepted. I’ve reached out to customer service for assistance.

    • @FlutterFlow
      @FlutterFlow  Рік тому

      @@janninainreallife We have those! Use our RevenueCat integration.

    • @pocotheo
      @pocotheo Рік тому

      Does RevenueCat work for web as well? Or is just for iOS/Android apps?@@FlutterFlow

    • @christlikenessrevolution999
      @christlikenessrevolution999 Місяць тому

      ​@@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..

  • @alexf.2496
    @alexf.2496 10 місяців тому

    pls make a video how to setup stripe for multi vendors payment like marketplaces und pls without firebase.

  • @BriqueStudios
    @BriqueStudios 6 місяців тому

    The code expression didn’t work.

  • @MeemSales
    @MeemSales Рік тому

    Can you please make video on Appwrite integration with Flutterflow

  • @LeonardoZeferino
    @LeonardoZeferino Рік тому

    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. 😅

  • @wheza99
    @wheza99 Рік тому

    Can anyone do video tutorial for firebase setup for stripe payment? Because I always see error with my test.

    • @travelbudd
      @travelbudd 21 день тому

      Make sure you are on the Blaze plan

  • @David_tommy
    @David_tommy Рік тому

    Please make video on subscription with revenue cat

  • @developerzull
    @developerzull Рік тому

    Wow. Thank you!

  • @markfrancisco1997
    @markfrancisco1997 Рік тому

    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. :(

    • @FlutterFlow
      @FlutterFlow  Рік тому

      Hi Mark, sorry that you haven't received a response. Is the user signed in when you're testing?

    • @janninainreallife
      @janninainreallife Рік тому

      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.

    • @travelbudd
      @travelbudd 21 день тому

      I had this issue and my Secret Key for my Test API was wrong. I found it via Stripe Docs and voila!

  • @kashyapraval6718
    @kashyapraval6718 Рік тому

    I want shopify integration with FlutterFlow!

  • @apachemontana4344
    @apachemontana4344 7 місяців тому

    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