How to integrate Stripe Checkout with Node.js

  Рет қаралды 6,086

manfra․io

manfra․io

4 ай бұрын

In this video, we're gonna learn how to integrate the Stripe Checkout with a Node.js project.
We're gonna use Express, EJS and the official Stripe module to create a simple page with some products that will lead the buyer to the Stripe Checkout page and then complete the payment by passing the card details and shipping address.
🔗 GitHub Repository:
github.com/manfraio/stripe_ch...

Пікірлер: 40
@erikaspetrauskas8251
@erikaspetrauskas8251 13 сағат бұрын
I've been looking for someone to explain the process for a newbie like me, and you were the first person to actually go in depth and explain what you're coding. Great video, you helped me a lot.
@manfraio
@manfraio 13 сағат бұрын
Thank you for the comment my friend. Glad I could help 🤜🏻🤛🏻
@YTCFacts
@YTCFacts 11 күн бұрын
TOP!!! great work!
@endfine9230
@endfine9230 2 ай бұрын
Very helpful video, thank you!
@notorious1298
@notorious1298 3 ай бұрын
Great tutorial, thanks!
@kevin-howard
@kevin-howard 2 ай бұрын
Thank you for this video, really helped me. The best video for implementing Stripe checkout. All the best ! Subscribed !👍
@manfraio
@manfraio 2 ай бұрын
Thank you🤜🏻🤛🏻
@rinkuv37
@rinkuv37 2 ай бұрын
great men thank you very much ♥
@bonekazz-8441
@bonekazz-8441 2 ай бұрын
THANK YOU! Great explanation bro, +1 sub
@manfraio
@manfraio 2 ай бұрын
Thank you🤜🏻🤛🏻
@bonekazz-8441
@bonekazz-8441 2 ай бұрын
@@manfraio 👊. Can you make a video about possible risks on the frontend? I was thinking about what a malicious user can do with the requests
@amish198
@amish198 Ай бұрын
Great great tutorial ❤ you got a new subscriber my bro ❤
@manfraio
@manfraio Ай бұрын
Thank you 🤜🏻🤛🏻
@user-tl2zt7dz6x
@user-tl2zt7dz6x 2 ай бұрын
Great work. Please make a detailed video on stripe subscription in nodejs as I didn't find great content on youtube regarding.
@manfraio
@manfraio 2 ай бұрын
Yes, there will be two Stripe videos next. One about Stripe connect and the other, about Stripe Subscription.
@davidmolina4077
@davidmolina4077 Ай бұрын
I think there's a gap in KZfaq for content that puts focus in the production environment, with best practices and procesures explained in detail and the why's of them. I am (and probably a lot of your viewers) in that stage of putting out there my own projects, and being fully self taught I find it hard to know/learn the hows or find easy, quality content regarding production ready projects. I'd love that you keep giving the valuable insights that you include in your videos. Keeping a part of your focus in that is gonna make your videos blow, for sure! You got my subscribe, thank you so much for your effort and great work! I stumbled across your channel today and got this weird feeling that you are exactly explaining what I needed (Isn't it magic when that happens?) Keep it up brother 🫶
@manfraio
@manfraio Ай бұрын
Thank you very much my friend 🤜🏻🤛🏻
@ChetanRaval-cd3du
@ChetanRaval-cd3du 2 ай бұрын
nice
@failenn_7745
@failenn_7745 Ай бұрын
Can stripe take a variable for its title of the item added to cart, or does it always have to be a string? I’m trying to figure out how to create the add to check out for variables imputed client side.
@manfraio
@manfraio Ай бұрын
Yes it should accept.
@rabing99
@rabing99 11 күн бұрын
Thanks bro ! Also i want to know how to redirect back to app after payment completed.
@manfraio
@manfraio 11 күн бұрын
You can redirect directly to the page you want instead of redirecting to a success page.
@RR-et6zp
@RR-et6zp 3 ай бұрын
Hey can you please make a video on stripe connect standard? so for an app like lyft where the app takes lets say 10%
@manfraio
@manfraio 3 ай бұрын
Hey, sure. Probably on 2 weeks. I’m finishing a video for next week, and after that I’ll make one about stripe connect.
@RR-et6zp
@RR-et6zp 3 ай бұрын
@@manfraio great thanks so much. I thin it will do well because there isn't much content on it on youtube + others would like to try and build the lyft type app where the marketplace takes a percentage and distributes to drivers, for example
@rishu_rvlogs5113
@rishu_rvlogs5113 6 күн бұрын
hey, thanks for the video. by the way i have a question, suppose we want to integrate payment through card but also save payment details so that next time when user comes to pay he does not have to fill his details and just clicking the checkout page should auto deduct the payment and redirect to successful page, is it allowed in stripe as i am not able to find content related to this.
@manfraio
@manfraio 6 күн бұрын
Thank you. Once you receive the session details on the success route, grab the customer id and save somewhere on your database for example. Next time, when you create a session checkout, you can pass the “customer” property which expects a customer id (generated by stripe). It will fill the checkout payment details with the last payment details.
@manfraio
@manfraio 6 күн бұрын
If you want to build you’re own card form and save to a customer or charge, please check this video: kzfaq.info/get/bejne/fdmjZrt1y9Cye6M.html
@naeemmahaar5192
@naeemmahaar5192 24 күн бұрын
I want to collect donations in my stripe account with two preset and one custom amount.how can i create a checkout session for that plz guide by making a video on this
@manfraio
@manfraio 23 күн бұрын
Hey. We’re making several of videos about Stripe and donations will be on the way as well.
@Beautifulcomments
@Beautifulcomments 3 ай бұрын
Wha about making a live version?
@manfraio
@manfraio 3 ай бұрын
In future videos we’ll publish a complete project with Stripe to production.
@OnlyJavascript
@OnlyJavascript 2 ай бұрын
@@manfraio Thank for the content. this is amazing. please build custom component instead of redirecting to stripe checkout page
@karanchavan-xx8fs
@karanchavan-xx8fs Ай бұрын
Error: Cannot find module 'ejs' ??? please give me solution
@manfraio
@manfraio Ай бұрын
When this error is happening? When you’re installing the module or running the application?
@karanchavan-xx8fs
@karanchavan-xx8fs Ай бұрын
​@@manfraio when running the application in first time.
@manfraio
@manfraio Ай бұрын
@karanchavan-xx8fs are you seeing ejs installed on the package.json file?
@bonekazz-8441
@bonekazz-8441 Ай бұрын
é do braza meu mano? kkk
@manfraio
@manfraio Ай бұрын
Sim rsrs🇧🇷
@bonekazz-8441
@bonekazz-8441 Ай бұрын
@@manfraio dalee 🇧🇷 lkls. Reconheci pelo sotaque
Stripe Webhooks - The Ultimate Guide
29:04
Brett Westwood - Software Engineer
Рет қаралды 4,3 М.
Stripe with React and node crash course
49:05
Hitesh Choudhary
Рет қаралды 95 М.
A teacher captured the cutest moment at the nursery #shorts
00:33
Fabiosa Stories
Рет қаралды 55 МЛН
I'm Excited To see If Kelly Can Meet This Challenge!
00:16
Mini Katana
Рет қаралды 30 МЛН
ПРОВЕРИЛ АРБУЗЫ #shorts
00:34
Паша Осадчий
Рет қаралды 7 МЛН
Ouch.. 🤕
00:30
Celine & Michiel
Рет қаралды 26 МЛН
How To Accept Payments With Stripe
23:05
Web Dev Simplified
Рет қаралды 270 М.
How to integrate PayPal API with Node.js
51:55
manfra․io
Рет қаралды 4,3 М.
How to integrate Stripe Payment in React and Node.js (Step by Step)!
11:38
The Story of Next.js
12:13
uidotdev
Рет қаралды 560 М.
REST API with Node.js and PostgreSQL
2:24:05
manfra․io
Рет қаралды 10 М.
How To Setup Stripe Payments in NextJS 14 Tutorial
19:10
Ras Mic
Рет қаралды 10 М.
A teacher captured the cutest moment at the nursery #shorts
00:33
Fabiosa Stories
Рет қаралды 55 МЛН