How I Built a Marketplace with Stripe Connect

Поделиться
HTML-код
  • Опубликовано: 26 авг 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...

Комментарии • 18

  • @captainabhijeeth3154
    @captainabhijeeth3154 10 дней назад +2

    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  5 дней назад

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

    • @dd-v
      @dd-v День назад

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

  • @gammingpirets520
    @gammingpirets520 Месяц назад +1

    Great, love it ❤.

  • @rockhunt9628
    @rockhunt9628 6 дней назад

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

  • @itsMeSteveinix
    @itsMeSteveinix 5 дней назад

    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?

  • @aleksandrmisnov
    @aleksandrmisnov Месяц назад +1

    handleByeButton 😆👍

  • @lostinthenarrativve
    @lostinthenarrativve Месяц назад +2

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

    • @TomDoesTech
      @TomDoesTech  Месяц назад +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

    • @iamAliAhad
      @iamAliAhad Месяц назад

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

    • @christucker9566
      @christucker9566 Месяц назад

      @@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 Месяц назад

      Never use mern

    • @lostinthenarrativve
      @lostinthenarrativve Месяц назад

      @@NewTypeStarling Piss off.