Integrate STRIPE CONNECT to your FlutterFlow App Part 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ต.ค. 2024

ความคิดเห็น • 57

  • @patrickkearney5392
    @patrickkearney5392 10 หลายเดือนก่อน +4

    Words can’t describe how happy I was to stumble across your video! I’ve been messing with Flutterflow and Stripe Connect for days and had no luck because there’s so little info out there. Thank you for making these!! I’m anxiously waiting for your part 2!! 😊

    • @StevenNoCode
      @StevenNoCode  10 หลายเดือนก่อน +1

      Glad to have helped! I know the FF community needs this badly!
      I'll record and post the final part next week so you should be good to go from next week onwards! Remember to subsribe to stay updated!

    • @StevenNoCode
      @StevenNoCode  10 หลายเดือนก่อน +2

      Part 2 Here: th-cam.com/video/hcXRoP2UHQw/w-d-xo.html

    • @Play-Date-Care
      @Play-Date-Care 10 หลายเดือนก่อน

      Thank you thank you!!!
      @@StevenNoCode

  • @low-codefanatic
    @low-codefanatic 6 หลายเดือนก่อน +2

    Dude, thank you. I was lost in the sauce until I found your video. 🙏

  • @RahulPushpala-r3n
    @RahulPushpala-r3n หลายเดือนก่อน

    Thanks for the video 15:13 it was very helpful. One question is what can the return url be if we are developing a mobile app?

    • @StevenNoCode
      @StevenNoCode  หลายเดือนก่อน

      Reckon you check out the doc here on dynamic linking: docs.flutterflow.io/concepts/navigation/deep-dynamic-linking/

  • @dihu467
    @dihu467 7 หลายเดือนก่อน

    hi, based on your tutorial, is it ok to apply tap to pay directly?

  • @gonzaloparrague4202
    @gonzaloparrague4202 8 หลายเดือนก่อน

    Great explanation, thanks. A video of Stripe treasury and issuing for fintech would be great too if you can.

  • @M.T-iz9dz
    @M.T-iz9dz 10 หลายเดือนก่อน

    Thanks for this tutorial. This is awesome, Of course we need part 2.

    • @StevenNoCode
      @StevenNoCode  10 หลายเดือนก่อน +2

      Soon soon :)

    • @StevenNoCode
      @StevenNoCode  10 หลายเดือนก่อน +1

      Part 2 here: th-cam.com/video/hcXRoP2UHQw/w-d-xo.html

  • @RR-et6zp
    @RR-et6zp 2 หลายเดือนก่อน

    what about on the client side where they save the credit card info and then use that to book the provider ?

  • @dinerocash9114
    @dinerocash9114 3 หลายเดือนก่อน

    @StevenNoCode
    Thanks a mil for the tutorial. I have an issue for some reason I get when using the /accounts endpoint --> "message": "You cannot use this method on your own account: you may only use it on connected accounts.",
    do i need to activate something first?

    • @StevenNoCode
      @StevenNoCode  3 หลายเดือนก่อน +1

      It means the acct_ ID you provided is your platform, not a connected account. Provide a connected account ID (which you would have created first)

    • @dinerocash9114
      @dinerocash9114 3 หลายเดือนก่อน

      @@StevenNoCode I got it now, i need to use my tesk key and now i can follow your tutorial. :))

  • @MusicbyAnt
    @MusicbyAnt 5 หลายเดือนก่อน

    Hey Steven ! Much appreciating the effort I. Putting this together for all the community you are awesome. Quick question? When you set up the API you create group API, why do you chose this option rather than the other one ?
    I’ve been using the free version so far and it’s a premium option so I’m weighing whether this is really required
    Thanks a lot !

    • @StevenNoCode
      @StevenNoCode  5 หลายเดือนก่อน +1

      The only benefit is sharing of common aspects of the API call e.g. base URL, headers so you don't need to re-enter every time.
      It's been a while since I've used the free version but back when I used it, there was a limit of 2 API calls (it could be unlimited now). If that 2 API limit still exists, I imagine you'll hit a roadblock if you need more.

    • @MusicbyAnt
      @MusicbyAnt 5 หลายเดือนก่อน

      @@StevenNoCode thanks for the reply very much appreciated, i will take a look at it!!

  • @MangoStartUp
    @MangoStartUp 2 หลายเดือนก่อน

    Great video! I was able to set up everything but once I tried adding the actions for the "Create Stripe Account" I get a failed response "Error 400" when I do the first API call of "Accounts". When I test the Accounts API on the API Flutterflow section (where you setup the API) it works and I get a 200 code. But for some reason it fails on the button even though it has the same information and details. How can I solve this?

    • @StevenNoCode
      @StevenNoCode  2 หลายเดือนก่อน

      Go to here and check the logs to identify the error: dashboard.stripe.com/test/developers

  • @dalenelson6234
    @dalenelson6234 10 หลายเดือนก่อน

    Just out of curiosity, with the payment type you have created, can someone collected the money the prevent the fee to your app from being processed? Or is it concurrent?

    • @StevenNoCode
      @StevenNoCode  10 หลายเดือนก่อน +1

      The application fee amount cannot be prevented, please see documentation here: stripe.com/docs/connect/enable-payment-acceptance-guide

  • @jonloi3794
    @jonloi3794 8 หลายเดือนก่อน

    Hi Steven thanks for this, much needed. Will the process be the same for Express Connected accounts? Standard seems like payments go directly to the Product/Service provider whereas payments go to the platform first for Express Connected accounts, which is what most marketplace SaaS providers want to do

    • @StevenNoCode
      @StevenNoCode  8 หลายเดือนก่อน +1

      Yes, setup is mostly same. In my video I briefly mentioned the 2 methods in ~3min mark. Documentation on it:
      stripe.com/docs/connect/collect-then-transfer-guide

  • @jakesaul9895
    @jakesaul9895 7 หลายเดือนก่อน

    This is really helpful so far! I just wanted to ask one question I'm a bit confused about. My app is consumer facing, and I'm trying to make it so businesses are able to set up an associated stripe connect account. Is all of your instruction here assuming that we have already created authentication for business accounts, and these stripe screens then would be post-authentication/they are able to access authenticated user information? I.e Authenticated user has already been created for the business account?
    I've got a sign in for users, but currently I don't have one for the business accounts and I think this might be where I'm running into errors when I run the APIs. Thanks!

    • @StevenNoCode
      @StevenNoCode  7 หลายเดือนก่อน

      Yes, the purpose of this tutorial is to integrate stripe connect. If you need to have customers and businesses, then you need to tailor your connection to it.

  • @DougKinnison
    @DougKinnison 9 หลายเดือนก่อน

    ***Solved*** Don't use Group APIs
    I was able to fix my issue by simply recreating all of the API's and then do it without the Group API system.
    [The original ? for posterity]
    Great video again. I'm having one issue though. When I test the api with "Test API Call" it works I get a 200 with everything you would expect. But, when I try to get my Stripe AccountID in Test Mode, I get an error from Stripe saying "You did not provide an API key. You need to provide your API key in the Authorization header, using Bearer auth (e.g. 'Authorization: Bearer YOUR_SECRET_KEY').". However, I have entered it just like you did and just like it is asking for. I'm on Chrome, any ideas?
    Reference point: (4:35)

  • @jpcandoit
    @jpcandoit 9 หลายเดือนก่อน

    So in headers when you are defining the API group, where did you get the authorization link?

    • @StevenNoCode
      @StevenNoCode  9 หลายเดือนก่อน

      The authorisation key is provided in your Stripe Developer dashboard :)

  • @tlcoiner
    @tlcoiner 8 หลายเดือนก่อน

    Hi Steven! Do you know if Stripe Connect works well with Apple's app store purchase policies?

    • @StevenNoCode
      @StevenNoCode  8 หลายเดือนก่อน

      It depends on what you’re selling. You can read more about apple’s policy on “in app purchases” and what is considered in app and thus subject to apple’s 30% cut

  • @jaysonp9426
    @jaysonp9426 3 หลายเดือนก่อน

    This is awesome man! Thank you so much! Only side note is prob shouldn't be making direct API calls. Maybe it's just me but I'm very MVC.

    • @StevenNoCode
      @StevenNoCode  3 หลายเดือนก่อน +2

      Yes having a separate backend is better however unfortunately harder to do it natively via FF and too complex for a lot of low code/no code users.

    • @jaysonp9426
      @jaysonp9426 3 หลายเดือนก่อน

      @@StevenNoCode 100% get it. And you addressed a lot of the issues with the private call settings towards the end

  • @MuhammadAdil7
    @MuhammadAdil7 10 หลายเดือนก่อน

    Part 2?? I am working at booking related application where we want to collect money as commission and wants to transfer rent payments to the owner directly. I guess part one has already resolved a lot of things for me, I am not sure at which point this has got connected with stripe Platform account (our actual account)? is it happening at Cloud function which you deploy? Just need some clearance on this. Please answer as soon as possible.

    • @StevenNoCode
      @StevenNoCode  10 หลายเดือนก่อน +2

      Connecting to your actual account is already inherent, thus the concept of 'Stripe Connect'. You have to create your own platform account before even setting Stripe Connect APIs. You're the "platform" [which is what Stripe calls it] and connected accounts are all other businesses connected to your platform. Please note I answer questions at my own pace as I have other engagements. If you'd like tailored advice, feel free to book a session with me and we can chat about timeline and costs.
      Part 2 is here: Part 2 Here: th-cam.com/video/hcXRoP2UHQw/w-d-xo.html

    • @MuhammadAdil7
      @MuhammadAdil7 10 หลายเดือนก่อน

      @@StevenNoCode I totally understand, and thank you for answering. I actually have been reading this documentation but your video is really helpful for me, since it is time saving proof that this works actually.

  • @noobicorn_gamer
    @noobicorn_gamer 9 หลายเดือนก่อน

    Isn't this not recommended as it is all done by a front end program rather than backend where it's more secure?

    • @StevenNoCode
      @StevenNoCode  9 หลายเดือนก่อน

      Are you talking about exposing your API key’s secret? In the video I speak and show you the use of FF’s natively built in Private API calls which hides the keys from the front end.

  • @keiferdalton9237
    @keiferdalton9237 5 หลายเดือนก่อน

    When I click on the "create stripe account" and "finish onboarding" buttons that I have set, I do not get redirected to another page. Is this happening to anyone else?

    • @StevenNoCode
      @StevenNoCode  5 หลายเดือนก่อน

      It should launch the URL. Make sure you have the launch URL action.

  • @AlessandroDias-rk3cv
    @AlessandroDias-rk3cv 10 หลายเดือนก่อน

    Congratulations on the content, really useful. With this method can I integrate with flutterflow and supabase?

    • @StevenNoCode
      @StevenNoCode  10 หลายเดือนก่อน

      Yes and no. In part 1 since it’s all API from client side then yes. However part 2, we write a cloud function for webhook in Firebase, you’ll need you write something similar using edge functions in Supabase.

  • @Donclion911
    @Donclion911 หลายเดือนก่อน

    return url ...... is this working on the mobile?

    • @stevenyliu
      @stevenyliu หลายเดือนก่อน

      return URL is simply any URL you can set. What do you mean is this working on mobile?

    • @Donclion911
      @Donclion911 หลายเดือนก่อน

      @@stevenyliu
      that was flutter flow web page url. But mobile app page has no url address. And someone who has that account can only land on that page.

    • @RahulPushpala-r3n
      @RahulPushpala-r3n หลายเดือนก่อน

      Did you ever figure this out I’m struggling with the same issue

    • @Donclion911
      @Donclion911 หลายเดือนก่อน

      @@RahulPushpala-r3n dynamic links. and that should call up by back end API.

  • @VonsPodcastHighlights
    @VonsPodcastHighlights 10 หลายเดือนก่อน

    Hey! Great video! Any chance you know when youre dropping part 2?

    • @StevenNoCode
      @StevenNoCode  10 หลายเดือนก่อน

      Soon soon...been quite busy. Please hold!

    • @StevenNoCode
      @StevenNoCode  10 หลายเดือนก่อน

      Part 2 here: th-cam.com/video/hcXRoP2UHQw/w-d-xo.html

  • @abdoulayeDiallo-ed2ze
    @abdoulayeDiallo-ed2ze 6 หลายเดือนก่อน

    Can you do a uber and uber drivers payement please. If my future unicorn work, you will get some . Im serious.
    Thank you

  • @vinclre4066
    @vinclre4066 4 หลายเดือนก่อน

    Love you

  • @best_1000_anime
    @best_1000_anime 10 หลายเดือนก่อน

    how to create a control panel to connect it to my flutterflow application

    • @StevenNoCode
      @StevenNoCode  10 หลายเดือนก่อน

      What do you mean a control panel? What are you trying to control?