How To Accept Payments With Stripe

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

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

  • @KenKoyVlogs
    @KenKoyVlogs 3 года назад +55

    This is the very reason why I subscribed to this guy. VERY DETAILED AND DIRECT TO THE POINT.

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

      Have you ever heard of Traversy Media? So much better.

    • @king_james_official
      @king_james_official 5 месяцев назад

      that's not very detailed lol
      literally called web dev simplified

  • @rollingarchives
    @rollingarchives 2 года назад +66

    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 💙

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

      It must've been a really shitty course then.

  • @frankhuurman3955
    @frankhuurman3955 3 года назад +87

    I was literally just trying to figure this out the past few days! epic

    • @frankhuurman3955
      @frankhuurman3955 3 года назад +1

      ah I was looking to get subscriptions working though :) I'll have to keep digging

    • @yuvrajagarkar8942
      @yuvrajagarkar8942 3 года назад +1

      The video was just made for you

    • @wrighttechnologyinc.1544
      @wrighttechnologyinc.1544 2 года назад

      What are you making?

    • @SLRModShop
      @SLRModShop 2 года назад

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

  • @anubiseyeproductions2921
    @anubiseyeproductions2921 Год назад +5

    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.

  • @danitoscanobecerra
    @danitoscanobecerra 2 года назад +11

    Congrats man. A very clear, quick, detailed, straightforward explanation. 100% recommend

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

    I wish I could like this a million times! Still wouldn't be enough! Thank you so much for this information, literally GOLD!

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

    Simply brilliant and amazing. Don't even have a single tutorial on RUclips which can explain like this.

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

    Best Stripe integration tutorial on RUclips.

  • @chovbee
    @chovbee 3 года назад +2

    The timing of your videos are so perfect!

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

    Pictures the whole idea just as expected, thanks man! 🎉

  • @KochharAmandeep
    @KochharAmandeep 3 года назад +24

    A video on Subscriptions would be Great Kyle. Please do this if you can using React and node.

  • @anhxel
    @anhxel 3 года назад

    Finally the updated tutorial I have been waiting for 2 years 😭😭😭😭😭

  • @spreadItWide
    @spreadItWide 2 года назад +3

    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.

  • @PrinceRk_
    @PrinceRk_ 2 года назад +33

    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

  • @ronnexwataya1204
    @ronnexwataya1204 2 года назад

    Give me my certificate now...watching this is attending to a whole course man, great thanks

  • @wkn3445
    @wkn3445 2 года назад

    Thank you. A lot of programming during these 23 minutes.

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

    the best video on strip on RUclips

  • @2012rnr
    @2012rnr Год назад +1

    So simple yet profound explanation..Thank you

  • @jakef1416
    @jakef1416 2 года назад

    Smooth as butter tutorial.

  • @VimalKanth-rw9si
    @VimalKanth-rw9si 5 месяцев назад +1

    Bro you are the greatest of all time ....spent entire day to get this video😂 anyways thank you

  • @ninjamer2233
    @ninjamer2233 2 года назад

    Very easy to understand, the process is pretty simple, shout out to this guy !

  • @edgarasben
    @edgarasben 3 года назад +6

    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!

  • @sophiali-CBR-AU
    @sophiali-CBR-AU 2 года назад +2

    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!

  • @nikhilpokharel3682
    @nikhilpokharel3682 3 года назад +3

    I understand why you used HTML instead of react for this project this makes things really simplified

  • @romank6713
    @romank6713 2 года назад +2

    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+

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

      how did you get you api key? did you saved it to your env folder?

  • @scottl.696
    @scottl.696 2 года назад

    This guy is motivating! +1 to your sales for the class mentioned in the beginning.

  • @LIGeorgij7
    @LIGeorgij7 3 года назад +1

    Kyle is the encyclopedia of web development

  • @Tommy-jn9ps
    @Tommy-jn9ps 3 года назад +19

    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.

    • @WebDevSimplified
      @WebDevSimplified  3 года назад +30

      I wish that was the case. Any mistakes I make are real actual mistakes.

    • @Tommy-jn9ps
      @Tommy-jn9ps 3 года назад +3

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

  • @everything_Ola
    @everything_Ola 4 месяца назад

    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

  • @unhandledexception1948
    @unhandledexception1948 5 месяцев назад

    great video.... amazed with the pace of your coding, I almost need to slow u down

  • @souhardabiswas970
    @souhardabiswas970 3 года назад +3

    Last night a Full Stack Developer saved my life 🔥.
    I exactly wanted this for my internship . Thanks Kyle . You helped me a lot.

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

    You are a great teacher. Thank you.

  • @sahaneakanayaka3394
    @sahaneakanayaka3394 2 года назад +1

    Man what a tutorial this is.. thanks a lot ❤❤

  • @Marcosmapf
    @Marcosmapf 3 года назад +3

    I recommend adding links to tool documentations in the next video, such as stripe's documentation, CORS, express and such

  • @alessandrorotondo1906
    @alessandrorotondo1906 2 года назад

    You're the best coding youtuber, gg for you bro!

  • @moek0850
    @moek0850 3 года назад +1

    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.

  • @devindias9515
    @devindias9515 5 месяцев назад

    Great video. your execution was flawless

  • @JamesQQuick
    @JamesQQuick 2 года назад

    Top notch as always!

  • @ogkun12
    @ogkun12 2 года назад

    Yooo! This is dope! You man! Big thank you for your effort and for sharing the knowledge

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

    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

  • @mparop9831
    @mparop9831 4 месяца назад

    Just clear and concise ❤

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

    Always simplified tutorial, thanks.

  • @sinnvollerkommentar263
    @sinnvollerkommentar263 3 года назад +15

    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

    • @ChristopherPhillipsDev
      @ChristopherPhillipsDev 2 года назад +1

      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?

    • @ShufflePetro
      @ShufflePetro 2 года назад +2

      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

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

    Dude if you ever do a php course I'll also buy it!. Amazing. Thanks a ton

  • @shsh01212
    @shsh01212 2 года назад

    Really covering everything that needs to, much thanks

  • @OzShurki
    @OzShurki 2 года назад +2

    Thanks alot again Kyle! amzaing video. Can you please consider make a video using React, stripe and Node?

  • @bahaagirga1985
    @bahaagirga1985 3 года назад

    A great tutorial about payment method .. It helps me a lot

  • @Mazadri
    @Mazadri 2 года назад

    Thank you so nuch for your work on these videos, you rock man 💪

  • @ashishkumari-yg4gn
    @ashishkumari-yg4gn Год назад

    Thank you so much. The explanation was very nice

  • @MdNaimurRahmanHera
    @MdNaimurRahmanHera 11 месяцев назад

    This video was awesome man.

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

    This guy is gold

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

    Really good tutorial!!! Must watch

  • @NorteXGame
    @NorteXGame 3 года назад +3

    I'm so glad you made this! What about integrating PayPal too in the future?

    • @nymrinae
      @nymrinae 3 года назад

      PayPal is even easier they have a whole SDK and 1 click checkout button

    • @AchwaqKhalid
      @AchwaqKhalid 3 года назад +1

      #FuckPayPal

    • @elendil4543
      @elendil4543 2 года назад

      Their commission is crazy

  • @alimirhashimli2727
    @alimirhashimli2727 2 года назад

    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.

  • @maxivy
    @maxivy 3 года назад

    Traversy Media brought me here. Just subbed!

  • @transcendcapitalism
    @transcendcapitalism 2 года назад

    Would you mind doing a video re: setting up Stripe Customer Portal specifically?

  • @yuno2857
    @yuno2857 2 года назад

    Thank you so much the time I spent here waas so valuable

  • @dhyan7156
    @dhyan7156 6 месяцев назад

    thanks bro u saved a lot of my time

  • @VitaminDe3
    @VitaminDe3 3 года назад +1

    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

  • @brandonz404
    @brandonz404 3 года назад

    Thank you for the updated tutorial ❤

  • @helloworld7404
    @helloworld7404 3 года назад

    Nice vid man I just needed that !!!

  • @ramendrasoni3368
    @ramendrasoni3368 2 года назад

    Really It was easy...Supercool Stuff...Thank you...🌹🌹🌹🌹

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

    Great video, thanks. Where should you store the stripe API keys if you can’t commit and push to git?

  • @jasonappiatu9712
    @jasonappiatu9712 2 года назад

    Thank you very much. Amazing tutorial🔥🔥🔥🔥

  • @MicahFishel
    @MicahFishel 2 года назад

    Could we get a tutorial on the homepage/template store at the beginning? That looks fire.

  • @datistpham1317
    @datistpham1317 2 года назад

    detail and useful , admire u

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

    Thank you very much! It was really helpful!

  • @ChrisAthanas
    @ChrisAthanas 3 года назад

    Very clear and succinct as usual

  • @allesterjones9380
    @allesterjones9380 3 года назад

    Thanks Kyle for the awesome video, kindly consider creating one for handling payments with flutterwave as well

  • @IshanKesharwani
    @IshanKesharwani 3 года назад

    Gotta try this. Always wanted to know how to integrate payment gateway

  • @nithigd1014
    @nithigd1014 3 года назад

    Thank you so much sir, i learnt so much from you.

  • @mookiiie7889
    @mookiiie7889 2 года назад

    Thank you so much !! Your videos are amazing for their clarity :-)

  • @nagrajankola1323
    @nagrajankola1323 3 года назад

    I am working on the sameeee currently!! Thanks

  • @siasquad7360
    @siasquad7360 3 года назад

    You are the best sir love from India
    Mission passed subscriber +❤️🔥🔥

  • @ccusonline
    @ccusonline 2 года назад

    Hi Web Dev Simplified, any chance you build a tutorial on creation of Connected Account with Stripe?

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

    You are the best, Thanks a lot

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

    nice tutorial, by the way is your electric guitar brand Jackson?

  • @transcendcapitalism
    @transcendcapitalism 2 года назад

    Super helpful. I appreciate you!

  • @izakdavis
    @izakdavis 3 года назад

    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 😅

  • @Ahmed-my4tl
    @Ahmed-my4tl 3 года назад

    could you do a series about Symfony? that would be great !

  • @tedthetutor4587
    @tedthetutor4587 2 года назад

    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?

  • @americatoken3334
    @americatoken3334 2 года назад +1

    You explain this so fast, either am too old or too dumb 🤨

  • @ameenschools
    @ameenschools 2 года назад

    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

  • @mehdi5455
    @mehdi5455 3 года назад

    Very well done, thank you!

  • @canaldoues
    @canaldoues 3 года назад +1

    I love this channel, thank you very much for spending your time to produce such amazing contents!

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

    your videos are great

  • @_xwtk
    @_xwtk 2 года назад +2

    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.

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

    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

  • @shannoncole6425
    @shannoncole6425 2 года назад

    Great video! Would you be able to do one that shows setting up subscriptions with node and stripe? Thanks

  • @alanye7542
    @alanye7542 2 года назад

    Thank you so much man!!!

  • @tube-rp1nb
    @tube-rp1nb 9 месяцев назад

    it is good tutorial. how do we know if the payment is completed from the backend to update database?

    • @ivodelev9794
      @ivodelev9794 8 месяцев назад

      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

  • @MuliarAndrew
    @MuliarAndrew 2 года назад

    Very clean thank you

  • @TempUser-oy6de
    @TempUser-oy6de Год назад

    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?

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

    Nice vid my guy

  • @Skylla54
    @Skylla54 3 года назад

    This video is 1-2months too early. But I will come back here.

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

    I have never seen a good tutorial on payouts... everyone just make tutorial on payments

  • @TheLoGgIDK
    @TheLoGgIDK 3 года назад

    I have to copy this project ^^. Everybody wants to buy Yellow

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

    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?

  • @medAmineRg
    @medAmineRg 2 года назад

    thanks man thats really helpfyl

  • @lexiriam
    @lexiriam 5 месяцев назад

    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?