How I Built a Marketplace with Stripe Connect

Поділитися
Вставка
  • Опубліковано 18 лис 2024
  • Repoz.io: repoz.io/
    Stripe connect doccumentaiton: docs.stripe.co...
    🌎 Follow me here:
    Discord: / discord
    Twitter: / tomdoes_tech
    Facebook: / tomdoestech​
    Instagram: / tomdoestech​
    TikTok: / tomdoes_tech
    ☕ Buy me a coffee: www.buymeacoff...

КОМЕНТАРІ • 25

  • @captainabhijeeth3154
    @captainabhijeeth3154 3 місяці тому +3

    This seems like a single product purchase flow. Can I do it for my ecom website with a bunch of products from bunch of merchants.

    • @TomDoesTech
      @TomDoesTech  2 місяці тому

      @@captainabhijeeth3154 yeah, just add them as products to stripe with the API

    • @dd-v
      @dd-v 2 місяці тому

      @@TomDoesTech This guide helped me quite a bit but I still have one doubt. What if on a single purchase flow I have multiple items from different vendors. I'm pretty fresh to stripe and haven't found any use cases like that

  • @ahmetveyseldipi3432
    @ahmetveyseldipi3432 7 днів тому

    Hello, I tried to add the payout feature to my Stripe account, there is no problem in my code, but I am getting an error in my account because there is no Stripe Connect, how can I switch my account to Stripe Connect?

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

    greate video! i was wondering whats happen if user wants refund after x days and the vendor cashed out before

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

    How much is the minimum amount needed to be set while listing in stripe?🤔

  • @gammingpirets520
    @gammingpirets520 4 місяці тому +1

    Great, love it ❤.

  • @rockhunt9628
    @rockhunt9628 3 місяці тому +1

    Do you offer services for setting this system up for my website?

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

    why do you use nextjs and not plain MERN? mind if I ask

    • @TomDoesTech
      @TomDoesTech  4 місяці тому +3

      I like having everything all in the same app, no need for a separate frontend and backend. It's easy to deploy. I don't want to use Mongo, I prefer postgres, I don't like express, I don't see any use for it anymore. And I forgot what N is

    • @my_name_is_ahad
      @my_name_is_ahad 4 місяці тому

      ​@@TomDoesTech What would you do if you needed a scalable API? and easy to generate code with chadgpt?

    • @christucker9566
      @christucker9566 4 місяці тому

      @@TomDoesTech NodeJS. --- NextJS has a lot of benefits to just using plain React, the amount of work that you need to do inside of a react application to get the same level of performance as a NextJS application is astronomical. (Or you're just pulling in libraries that handle it, in which case, why not just use next?) There's server-side rendering, which means you can securely handle secrets. Static optimization for informational pages or skeletons, which reduces backend workloads. (Lowers cost of operations).
      The built-in API handler for NextJS is convenient, although the performance is a bit lacking. NextJS does a lot of things well, but it also does a lot of things wrong especially at a larger production scale. It comes down to preference.

    • @NewTypeStarling
      @NewTypeStarling 4 місяці тому

      Never use mern

    • @lostinthenarrativve
      @lostinthenarrativve 4 місяці тому

      @@NewTypeStarling Piss off.

  • @kulbirsingh8915
    @kulbirsingh8915 2 місяці тому

    If I set it up this way, who is the one that will be responsible for refunds and disputes? Would it be me or stripe?

  • @aleksandrmisnov
    @aleksandrmisnov 4 місяці тому +1

    handleByeButton 😆👍

  • @itsMeSteveinix
    @itsMeSteveinix 2 місяці тому

    Hi. just wondering, is there a possible workflow where the seller just receives the money directly to their bank account instead of a separate stripe account?

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

    github ???