How To Create A Nuxt.js Stripe Custom Checkout Page in 23 minutes!

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024

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

  • @1AndrewGray
    @1AndrewGray 11 месяцев назад +2

    Thanks so much for this, very helpful for me. Could you please give an example or two of why someone would want to setup AWS infrastructure like this for the Stripe endpoints vs just using Nuxt server endpoints? I'm currently planning out a small eCommerce side project using this exact stack, but planned on just using Nuxt with Netlify for all endpoints, but this leaves me wondering if I should do something like this instead, with AWS endpoints using CDK. Thanks!

  • @geopopos
    @geopopos 9 месяцев назад

    Thanks for continuing to share awesome stuff like this!

  • @pawepietras5617
    @pawepietras5617 10 месяцев назад

    After 16 hours works!!!
    Thank you

  • @atinux
    @atinux Год назад +1

    Yes! Thank you Erik!

  • @farzadmf
    @farzadmf Год назад

    REALLY nice walkthough, thank you!

  • @nro337
    @nro337 Год назад +2

    Awesome video!

  • @johnomeara5864
    @johnomeara5864 9 месяцев назад +1

    2:00 Are we just going to pretend to not notice the ChatGPT tab that says "Stripe + NuxtJS Clickbait"? 😂😂

  • @odehadejoh9966
    @odehadejoh9966 Год назад

    Great content.
    One small nitpick though, it might have made sense to extract the instantiation of the stripe object into a composable, to reduce the repetition.

    • @mephew2713
      @mephew2713 Год назад +1

      Or rather into a plugin.
      Also there is a great Nuxt module that does all this for you.

    • @odehadejoh9966
      @odehadejoh9966 Год назад +1

      @mephew2713 Yeah, nice. That way it'd be instantiated once, on app mount and you could provide it to the rest of the app.

    • @ProgramWithErik
      @ProgramWithErik  Год назад +2

      That's a good point! I just kept it all in the check-out component for simplicity. That makes sense though .

    • @ProgramWithErik
      @ProgramWithErik  Год назад

      @@mephew2713 The Nuxt3/Vue3 Stripe libraries I found were very new, and I'm not sure if they are ready to go for production. For example this one. github.com/fuentesloic/nuxt-stripe But let me know if you've had good chances with it?

    • @mephew2713
      @mephew2713 Год назад

      ​@@ProgramWithErikThis is indeed the one I've been using and I haven't had any problems with it yet.
      As for production readiness I'm not sure, I guess it depends on the requirements.

  • @usmankhalid857
    @usmankhalid857 7 месяцев назад

    If you have created stripe api in server folder. Why do we need webhook api in server folder?
    can anyone explain please

  • @agusghost1759
    @agusghost1759 Год назад

    where the result in browser?