how do you get back the customer id? Everything is working on my end, I just can't get the customer id. I'm using a VPS to host my site and backend, which makes things a nightmare so, I'm trying to avoid using webhooks if I can...
17:38 - “Otherwise people can have access to your Stripe account and start charging things, which is very very bad.” Just had to smile at how dead pan Kyle delivers this warning. Such a good guy with great energy.
Just a heads up: If anyone is planning on selling anything with a popular brand, Stripe requires written permission from that brand for you to do so, or a receipt from a "brick & mortar" business. Lol I learned that the hard way.
i'm just wondering how much time you take to prepare such a CLEAR and PRECISE video like this one ? you are awesome. and all your video are so well done. wow
This is really amazing! Each time when I would like to learn something new, if Web Dev Simplified has a video, I will definitely watch it first as the content of the video is straight forward to the point and the code can work well! Thanks for your amazing content!
I just spent 3 hours changing bits and pieces of this code to make it work in my eCommerce project, and all I can say it was worth it. Thank you for being so specific and helpful. A+
@@WebDevSimplified It really looked like it. Most tech youtubers have the code on their second screen thus they dont make mistakes so I thought that this was that case
The key ingredient that saved my life in this video was the information that we have to convert the unit amount to "cents" in the Stripe Create Session. I have been trying this for days and I was getting an "amount too small", "The Checkout Session's total amount due must add up to at least $0.50 usd" kind of error and was wondering why Thank you
Hello Kyle, I recently started watching your videos and great work, don't stop. I would like to ask you to do more videos about stripe payment gateway. Thank you.
I think there is a part missing about how to deliver to the buyer. I imagine that the success_url maybe contacts an api. Don’t know if stripe protects this or if the api url could be extracted from the stripe front end
I wish this part was included too! Quite a big oversight not to include something like that in this tutorial. I see that the products api of stripe offers a URL key:value pair but I'm not sure if that info is protected. I think it might be because you need an API key to access that kind of data but I'm quite new to this and not 100% positive. Maybe someone with more knowledge can confirm?
Wow thank you. Exactly the right video now, while i was frustrating fighting with stripe 😂🤗 Do you have a video with PayPal node checkout V2 ? It's so frustrating to Unterstand the new PayPal API with checkout and payout
Exactly what I was looking for. But there’s a issue that I cannot figure out how to solve. I’m almost finishing a project, only need to implement the payment gateway. The stripe will be perfect. But I need to make a change on DB only if the payment is successful. I’ve tried this method like on video, but don’t worked to my needs. This method seems to be an promise, but return “then()” independent of the payment being successful or not. I just passed all the day looking in stripe api docs for a solution but nothing until moment. Can you make a video showing how to handle this with a promise method or give me some idea how to do this please. And sorry for my English I’m not a native speaker 😅
Great video. My question now is how does one handle the various taxes that need to be withheld from 50 states, 10 provinces & 3 territories in Canada, plus VAT in Australia, and other schemes in the EU? Can STRIPE handle this for us? Or is there some other required option for an existing non-CMS website?
thanks for the video.. very informative and detailed... Before that video I had to watch a lot of one to figure out how to make a tripe payment...I have even made a video about it to make things more simplified for beginners on my channel
Great video! However I do have a few questions about realization, isn't it better to make the checkout process fully based on PHP? Both makes checkout response actions easier and doesn't require much files too.
Could you please make a tutorial on using wordpress as headless and create a subscription with stripe with react js, so user can buy Tokens in order to use some features on site? Thank you
you have to create stripe webhook and add your logic there. The webhook have various event types. You can use the cli when testing as it's easier to debug
Very helpful video, but i have a question how to handle individual payment? I mean if there are multiple service provider in the application and user only send the payement to that person from he/she get the service?
Unfortunately, I'm unable to use Stripe because I'm in Indonesia, so I will have to use other payment methods. Can you give me some methods on how to make an account in Stripe for unadded countries?
This is perfect for node.js (which I'm learning). Is there a version for PHP to accept payments with stripe. Basically, the exact same thing as thing one, but with PHP?
This is the very reason why I subscribed to this guy. VERY DETAILED AND DIRECT TO THE POINT.
Have you ever heard of Traversy Media? So much better.
that's not very detailed lol
literally called web dev simplified
I learned more from this video than I did from a six-part 4 hour course on the same subject. Thanks for everything you do 💙
It must've been a really shitty course then.
I was literally just trying to figure this out the past few days! epic
ah I was looking to get subscriptions working though :) I'll have to keep digging
The video was just made for you
What are you making?
how do you get back the customer id? Everything is working on my end, I just can't get the customer id. I'm using a VPS to host my site and backend, which makes things a nightmare so, I'm trying to avoid using webhooks if I can...
17:38 - “Otherwise people can have access to your Stripe account and start charging things, which is very very bad.” Just had to smile at how dead pan Kyle delivers this warning. Such a good guy with great energy.
Congrats man. A very clear, quick, detailed, straightforward explanation. 100% recommend
I wish I could like this a million times! Still wouldn't be enough! Thank you so much for this information, literally GOLD!
Simply brilliant and amazing. Don't even have a single tutorial on RUclips which can explain like this.
Best Stripe integration tutorial on RUclips.
The timing of your videos are so perfect!
Pictures the whole idea just as expected, thanks man! 🎉
A video on Subscriptions would be Great Kyle. Please do this if you can using React and node.
I second that!!!
+1
+1
By the way, you can also go through this video by stripe...
ruclips.net/video/GOp-Pt82Bes/видео.html
+1
Finally the updated tutorial I have been waiting for 2 years 😭😭😭😭😭
Just a heads up: If anyone is planning on selling anything with a popular brand, Stripe requires written permission from that brand for you to do so, or a receipt from a "brick & mortar" business. Lol I learned that the hard way.
i'm just wondering how much time you take to prepare such a CLEAR and PRECISE video like this one ?
you are awesome.
and all your video are so well done.
wow
Give me my certificate now...watching this is attending to a whole course man, great thanks
Thank you. A lot of programming during these 23 minutes.
the best video on strip on RUclips
So simple yet profound explanation..Thank you
Smooth as butter tutorial.
Bro you are the greatest of all time ....spent entire day to get this video😂 anyways thank you
Very easy to understand, the process is pretty simple, shout out to this guy !
Very helpful as I am trying to implement subscriptions now, thanks Kyle!
Would be awesome to see a video on subscriptions in the future too! Thanks!
This is really amazing! Each time when I would like to learn something new, if Web Dev Simplified has a video, I will definitely watch it first as the content of the video is straight forward to the point and the code can work well! Thanks for your amazing content!
I understand why you used HTML instead of react for this project this makes things really simplified
I just spent 3 hours changing bits and pieces of this code to make it work in my eCommerce project, and all I can say it was worth it. Thank you for being so specific and helpful. A+
how did you get you api key? did you saved it to your env folder?
This guy is motivating! +1 to your sales for the class mentioned in the beginning.
Kyle is the encyclopedia of web development
5:05 I'm pretty sure Kyle did this on purpose to let the viewers fix it themselves and actually learn, and this is why he's an amazing teacher.
I wish that was the case. Any mistakes I make are real actual mistakes.
@@WebDevSimplified It really looked like it. Most tech youtubers have the code on their second screen thus they dont make mistakes so I thought that this was that case
The key ingredient that saved my life in this video was the information that we have to convert the unit amount to "cents" in the Stripe Create Session.
I have been trying this for days and I was getting an "amount too small", "The Checkout Session's total amount due must add up to at least $0.50 usd" kind of error and was wondering why
Thank you
great video.... amazed with the pace of your coding, I almost need to slow u down
Last night a Full Stack Developer saved my life 🔥.
I exactly wanted this for my internship . Thanks Kyle . You helped me a lot.
You are a great teacher. Thank you.
Man what a tutorial this is.. thanks a lot ❤❤
I recommend adding links to tool documentations in the next video, such as stripe's documentation, CORS, express and such
You're the best coding youtuber, gg for you bro!
Hello Kyle, I recently started watching your videos and great work, don't stop. I would like to ask you to do more videos about stripe payment gateway.
Thank you.
Great video. your execution was flawless
Top notch as always!
Yooo! This is dope! You man! Big thank you for your effort and for sharing the knowledge
Thanks a lot sir I learned many things from you plz keep us updated from all web features it's a humble request Thank You
Just clear and concise ❤
Can you help me?
Always simplified tutorial, thanks.
I think there is a part missing about how to deliver to the buyer. I imagine that the success_url maybe contacts an api. Don’t know if stripe protects this or if the api url could be extracted from the stripe front end
I wish this part was included too! Quite a big oversight not to include something like that in this tutorial. I see that the products api of stripe offers a URL key:value pair but I'm not sure if that info is protected. I think it might be because you need an API key to access that kind of data but I'm quite new to this and not 100% positive. Maybe someone with more knowledge can confirm?
He's assuming that you have some logic of your own to implement on success on the back end. That part is up to you
Dude if you ever do a php course I'll also buy it!. Amazing. Thanks a ton
Really covering everything that needs to, much thanks
Thanks alot again Kyle! amzaing video. Can you please consider make a video using React, stripe and Node?
A great tutorial about payment method .. It helps me a lot
Thank you so nuch for your work on these videos, you rock man 💪
Thank you so much. The explanation was very nice
This video was awesome man.
This guy is gold
Really good tutorial!!! Must watch
I'm so glad you made this! What about integrating PayPal too in the future?
PayPal is even easier they have a whole SDK and 1 click checkout button
#FuckPayPal
Their commission is crazy
It would be much better if you did this with the e-commerce which you showed in the beginning. Thank you very much for the video though.
Traversy Media brought me here. Just subbed!
Would you mind doing a video re: setting up Stripe Customer Portal specifically?
Thank you so much the time I spent here waas so valuable
thanks bro u saved a lot of my time
Wow thank you. Exactly the right video now, while i was frustrating fighting with stripe 😂🤗
Do you have a video with PayPal node checkout V2 ? It's so frustrating to Unterstand the new PayPal API with checkout and payout
Thank you for the updated tutorial ❤
Nice vid man I just needed that !!!
Really It was easy...Supercool Stuff...Thank you...🌹🌹🌹🌹
Great video, thanks. Where should you store the stripe API keys if you can’t commit and push to git?
Thank you very much. Amazing tutorial🔥🔥🔥🔥
Could we get a tutorial on the homepage/template store at the beginning? That looks fire.
detail and useful , admire u
Thank you very much! It was really helpful!
Very clear and succinct as usual
Thanks Kyle for the awesome video, kindly consider creating one for handling payments with flutterwave as well
Gotta try this. Always wanted to know how to integrate payment gateway
Thank you so much sir, i learnt so much from you.
Thank you so much !! Your videos are amazing for their clarity :-)
I am working on the sameeee currently!! Thanks
You are the best sir love from India
Mission passed subscriber +❤️🔥🔥
Hi Web Dev Simplified, any chance you build a tutorial on creation of Connected Account with Stripe?
You are the best, Thanks a lot
nice tutorial, by the way is your electric guitar brand Jackson?
Super helpful. I appreciate you!
Exactly what I was looking for. But there’s a issue that I cannot figure out how to solve. I’m almost finishing a project, only need to implement the payment gateway. The stripe will be perfect. But I need to make a change on DB only if the payment is successful. I’ve tried this method like on video, but don’t worked to my needs. This method seems to be an promise, but return “then()” independent of the payment being successful or not. I just passed all the day looking in stripe api docs for a solution but nothing until moment. Can you make a video showing how to handle this with a promise method or give me some idea how to do this please.
And sorry for my English I’m not a native speaker 😅
could you do a series about Symfony? that would be great !
Great video. My question now is how does one handle the various taxes that need to be withheld from 50 states, 10 provinces & 3 territories in Canada, plus VAT in Australia, and other schemes in the EU? Can STRIPE handle this for us? Or is there some other required option for an existing non-CMS website?
You explain this so fast, either am too old or too dumb 🤨
thanks for the video.. very informative and detailed... Before that video I had to watch a lot of one to figure out how to make a tripe payment...I have even made a video about it to make things more simplified for beginners on my channel
Very well done, thank you!
I love this channel, thank you very much for spending your time to produce such amazing contents!
your videos are great
Great video! However I do have a few questions about realization, isn't it better to make the checkout process fully based on PHP? Both makes checkout response actions easier and doesn't require much files too.
Could you please make a tutorial on using wordpress as headless and create a subscription with stripe with react js, so user can buy Tokens in order to use some features on site? Thank you
Great video! Would you be able to do one that shows setting up subscriptions with node and stripe? Thanks
Thank you so much man!!!
it is good tutorial. how do we know if the payment is completed from the backend to update database?
you have to create stripe webhook and add your logic there. The webhook have various event types. You can use the cli when testing as it's easier to debug
Very clean thank you
Very helpful video, but i have a question how to handle individual payment?
I mean if there are multiple service provider in the application and user only send the payement to that person from he/she get the service?
Nice vid my guy
This video is 1-2months too early. But I will come back here.
I have never seen a good tutorial on payouts... everyone just make tutorial on payments
I have to copy this project ^^. Everybody wants to buy Yellow
Unfortunately, I'm unable to use Stripe because I'm in Indonesia, so I will have to use other payment methods. Can you give me some methods on how to make an account in Stripe for unadded countries?
thanks man thats really helpfyl
This is perfect for node.js (which I'm learning). Is there a version for PHP to accept payments with stripe. Basically, the exact same thing as thing one, but with PHP?