Це відео не доступне.
Перепрошуємо.

Using Stripe Connect and Airtable for my no-code marketplace

Поділитися
Вставка
  • Опубліковано 7 сер 2024
  • Learn how to build a payment infrastructure system for your no-code marketplace using Stripe Connect. You will learn how to add sellers to your Stripe account, allow them to add products and take payments on their behalf and automatically pay them out once a customer makes a purchase.
    Link to Tutorial Series:
    courses.connorfinlayson.com/s...
    TIMESTAMPS:
    00:00 Intro
    01:04 What is Stripe Connect?
    02:37 Limitations with Stripe Connect for No-Coders
    03:55 My Airtable Amazon example
    05:05 Part 1: Configuring Stripe Connect
    05:45 Part 2: Adding new sellers to your Stripe account
    08:40 Part 3: Adding products for your sellers
    09:10 Part 4: Generate a payment link for the product
    11:35 Express dashboard for sellers
    12:12 Tips for automating all of this
    MY TOOLS:
    www.connorfinlayson.com/a/glide
    www.connorfinlayson.com/a/air...
    www.connorfinlayson.com/a/web...
    www.connorfinlayson.com/a/int...
    www.connorfinlayson.com/a/mem...
    www.connorfinlayson.com/a/circle
    www.connorfinlayson.com/a/par...
    www.connorfinlayson.com/a/mai...
    www.connorfinlayson.com/a/tella
    MY COURSES:
    courses.connorfinlayson.com
    GET IN TOUCH:
    Best way to reach out to me is via Twitter @FinlaysonConnor. If you have any specific questions about how to do things with any of the tools please leave a comment on one of the videos or in the channel.
    PS: Some of the above links are affiliate links, which means I get some cash if you sign up and subscribe to any of the services 👍

КОМЕНТАРІ • 21

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

    Use CFUA-cam and get a $99 discount on the tutorial series! Valid until Aug 31!
    courses.connorfinlayson.com/stripe-no-code-fundamentals

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

    Useful video.

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

    Really helpful..

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

    Can I prepopulate the email field for the payment page?

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

    Hey Connor, thanks for the fantastic video! Question: the "split payment" on the "after payment" page doesn't seem to be there anymore (at least not on my end). Do you know if something has changed or if there's some reason that the checkbox wouldn't show up?
    Keep doing our name proud :)

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

    Hi Connor,
    excellent video. Thank you!
    I was wondering if you have experience with PayPal. Is there a similar function? Unfortunately, Stripe does not include PayPal and we would like to offer Paypal as a payment provider because it is highly used in Germany. If I would create a Payment link with Stripe and "add it to a button", it excludes the possibility for Paypal. Have you looked into Paypal as a payment provider for you no-code marketplace?

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

    I did the configuration, and I don't have the button Create in the connected accounts, Can you help me please?

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

    Awesome video :). I'm currently using Memberstack to set up gated content for course content etc. Their will be instructors who will be getting a cut for each sale. So essentially a small marketplace for a few instructors that will be running their own course, live streams, etc. The only issue I'm running into is attributing the plan data to memberstack. I tried to replace the ms attribute data to just a regular payment link checkout page where you can configure the automatic payout to instructor, but didnt work (as I assumed lol). I know I'm missing something here...maybe API integration with this setup or an alternative way to add that connect feature to the checkout page connected to memberstack.....Any help would be appreciated man!

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

    Hi Connor, how are you mate? Could you explain me how to link a Stripe Seller Account to a product using API? I am struggling to link a product to a seller account through Stripe Connect > Create Product

  • @user-wn8le4ez6o
    @user-wn8le4ez6o 6 місяців тому

    Hi, as you are using podia, do you know if it is possible to do this on podia? I want to sell courses and reverse a pourcentage of it to my formers. TY!

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

    Is there an integration to Woocommerce?

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

    In this video you just added Products manually . . How the Suppliers be able to add products in this Marketplace by themselves ?

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

    Hi Connor, we got totally lost in the middle of Part 2. :(

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

    Why express and not standard.?

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

      Easier to setup and it’s what their docs recommended.

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

      @@connorfinlayson so if it's one time link how would they sign up to your platform in an onboarding process

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

      @@saferides2474 you need to make an api call that regenerates the link every time someone clicks a button to login to the portal.
      Button click -> API call to stripe -> send response to the browser
      So the link that triggers this workflow is NOT the link you find in stripe

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

      @@connorfinlayson so were would you find the link

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

      When you make the api call to stripe the link is generated for you