Stripe with React and node crash course

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

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

  • @Wandering_BI
    @Wandering_BI 4 месяца назад +3

    4 years old video and it still gives a super useful introduction to how this works! Especially because it will help you to understand the official Stripe provided integration code with backend and frontend.
    I followed the steps, and everything is still valid (Only thing i had to modify was const { v4: uuid } = require("uuid"); in backend).
    Perfect balance between teaching what's going on and follow along coding. Also like that you point the learner to the npm package documentations. It helps a lot to read those even if its just a short peek!

  • @AdityaVerma-fv5ne
    @AdityaVerma-fv5ne 4 года назад +3

    After 3 useless tutorials on adding payment gateway in react node , this is the one valuable , thnx Hitesh sir

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

    Most complete and simple tutorial on Stripe Payment Gateway you can ever find covering each bit of things. Thank u so much, sir. You earned my respect.

    • @PIYUSH-lz1zq
      @PIYUSH-lz1zq 3 года назад

      Hey , can you tell me how to get success message in gmail after payment ?

  • @felixnkongho6440
    @felixnkongho6440 4 года назад +5

    this is the most simplified reaction and stripe tutorial i have ever seen. the other teachers i have encountered make it so complex over nothing. thanks a lot hitesh

    • @PIYUSH-lz1zq
      @PIYUSH-lz1zq 3 года назад

      Hey , can you tell me how to get success message in mail after payment ?

  • @VishalMishra-qg6zn
    @VishalMishra-qg6zn 4 года назад +15

    Wish we have more elite-class Crash Course like this from this channel. The best programming channel in RUclips.
    Love this channel 😘

    • @yogendrasaxena2239
      @yogendrasaxena2239 4 года назад

      not the best, but one of the best

    • @PIYUSH-lz1zq
      @PIYUSH-lz1zq 3 года назад

      Hey , can you tell me how to get success message in gmail after payment ?

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

    Wonderful tutorial! Thorough without being over-complicated. You are very skilled as an educator!

  • @franciszekuczak3569
    @franciszekuczak3569 4 года назад +2

    Hey man just wanted to say that this video saved my life. Tried to get a grasp of backend development simultaneously making a project where some kind of credit card payment was necessary, yet really struggled in the process, this really helped to brighten everything up. Thank you very very much!

  • @Stingfury_here
    @Stingfury_here 8 месяцев назад +3

    please make a updated video on this topic

  • @abdirahmanburyar
    @abdirahmanburyar 4 года назад +5

    thanks a lot mr Hitesh, this channel been my reference as building real apps with the modern technology

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

    Ohh bahi.. This is the best video on React. I was struggling to find right video which explains end to end even if it means simple feature implementation. Tired of those videos that explain just loops, keywords, etc

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

    Very nicely done! Congrats. Easy to implement and clear right from the start. Your video helped me tons in implementing Stripe in a similar fashion.

  • @CheragAli69
    @CheragAli69 4 года назад

    Good timing , I'm also included to you seen 4+ years, last completed react.js studying react native, Next node.js for backend. Today's Designed a react native app. I wanna say that it’s a serprize tutorial for me, thanks a lot sir 💖💖💖

  • @shivamverma-mt6kp
    @shivamverma-mt6kp 3 года назад

    Thanks hitesh
    Watched many videos on integration of stripe with react and express
    but this only works and doesn't give any errors
    Thankyou
    Subscribed

  • @snghnishant
    @snghnishant 4 года назад

    Finally something I wanted much at this time,i am already working on a restaurant website and only work left was to integrate payment gateway option. This will help me a lot. I thank you

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

    Yes sir ^ infinity 😇..... We love you every course sir, they have more quality than premium courses

  • @manpreetbedi2291
    @manpreetbedi2291 4 года назад

    I just admire your way of doing sessions and speaking and guiding and what not. Much love and respect❤

    • @PIYUSH-lz1zq
      @PIYUSH-lz1zq 3 года назад

      Hey , can you tell me how to get success message in gmail after payment ?

  • @ricksondmanix3760
    @ricksondmanix3760 4 года назад +8

    Sir your videos are really helpful and content-rich. It would be great if you can make a video on RazorPay with ReactJS and NodeJS

    • @saurabh1745
      @saurabh1745 4 года назад

      Please make video on implementation of razorpay in mern project.

  • @rohanshetty119
    @rohanshetty119 4 года назад

    I think for developers in India, you need to use 'inr' for currency. If you choose to use 'usd' you will have to add few more details for the customer ( name and address). If you proceed with 'inr', you will be able to see a successful payment in your dashboard.

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

    Cool, i have to integrate stripe in one of project, so i need to do a POC on stripe. Thanks a lot man for that such kind of cool video. This help me alot to understand stripe.

  • @meganbyrne6546
    @meganbyrne6546 4 года назад +2

    This video is really helpful and exactly what I needed to get started on this, thank you for the clear explanations and hard work put into this!

  • @satyakidesarkar6777
    @satyakidesarkar6777 4 года назад

    Thank you so much ...I am really about this course because this payment gateway was really hard for me to get ...thak you sir...
    🙏🙏

  • @yogeshvishnole1264
    @yogeshvishnole1264 4 года назад

    yes sir more payment gateway integrations and sir please also on integrating other important parts Thankyou sir The best youtube channel

  • @zohaibramzan7886
    @zohaibramzan7886 4 года назад

    you can create the react app after creating the folder.. just go into that folder and give this command "create-react-app . " (with just a dot after it) and it will create all node_module and stuff on the current dir without creating a new dir.

  • @rishijain7171
    @rishijain7171 4 года назад +1

    I would suggest watchers use "react-stripe-js" instead of "react stripe checkout" since the latter is not the official library and its latest version was published 3 years ago (so expect no support). React stripe js is the official library developed and maintained by stripe devs. Hitesh should have made us aware of the official react library for stripe instead of getting away with a cheaper library just because its syntax is easy.

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

      Maybe that's why I'm getting so many vulnerabilities here

  • @rahavareddy5510
    @rahavareddy5510 4 года назад +1

    Best RUclips channel,content is awesome
    Need more from you sir.....

    • @sumitkumar-tj8wq
      @sumitkumar-tj8wq 4 года назад

      Why is it so that LCO is powered by php not by node or danjgo?

  • @akshayjadhav8116
    @akshayjadhav8116 4 года назад +1

    Just completed ReactJs and this comes thanks, sir

  • @evan.mcpheron
    @evan.mcpheron 4 года назад +1

    This is a great tutorial on Stripe. It would be awesome if you did a node react tutorial on subscription payments too. 😁

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

    Sir your explanation is good but to secure your payments , you have to store product price not at a client client but on the server side

  • @jujhaarsingh7889
    @jujhaarsingh7889 4 года назад +12

    Bro, can you do a video on paytm integration with the MERN stack please...

  • @aryanshmahato
    @aryanshmahato 4 года назад +1

    Good choice sir, I really love this video... Hope you will make these type of project based courses..
    Paid or free.. no problem.. take my money 😀

  • @yogendrasaxena2239
    @yogendrasaxena2239 4 года назад

    commenting here even before watching the video, Sir you are genius

  • @aman.tyagi112
    @aman.tyagi112 4 года назад

    Waiting For React Crash Course Sir thx for giving this vedio Love From Delhi Ncr Sir

    • @rajatsingh5714
      @rajatsingh5714 4 года назад

      Reactjs crash course is already there.
      ruclips.net/video/nvHeB32ICDM/видео.html

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

    Thanks, really helpful. btw you need not to delete the stripefrontend folder...you could have have just cd into it and run "npx create-react-app ."

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

    great job. to add, are you are that the stripe customers api doesn't self check if the customer already exists, wether it does on not stripe creates another customer with he same email address..... this is more a burden if you use the stripe prebuilt checkout version.

  • @theshree7142
    @theshree7142 4 года назад +2

    Next... Facebook and Google login page tutorial...

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

    Hi Hitesh, I'm very happy to say that I have explored more things from your vedios. It's really awesome. Can you please make vedio for bluesnap payment gateway for Local bank transfer, credit card, debit card in NodeJs with express JS. I have searched a lot but still I can't get the exact idea about it. So can you please make vedio for bluesnap based payment gateway in NodeJs with ReactJS,Thank you.

  • @aristotlecarrasquillo-ande1483
    @aristotlecarrasquillo-ande1483 3 года назад

    This was great Hitesh! Do you have resources for Stripe Payout and NODE, if so, please lmk! Tysss for this.

  • @shadabanwar2101
    @shadabanwar2101 4 года назад +1

    we want more payment gateway video. thank you...

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

    Your comment are highlighted and in written in a specific format
    Can you make a crash course how to comment , document nodejs app/routws and react app as well

  • @rahulbera454
    @rahulbera454 4 года назад

    Exactly when i needed it 🤩 what a timing sirji 😅🙏🙏

    • @PIYUSH-lz1zq
      @PIYUSH-lz1zq 3 года назад

      Hey , can you tell me how to get success message in gmail after payment ?

  • @soumadip_banerjee
    @soumadip_banerjee 4 года назад +1

    Hey Hitesh Sir! Lovely video once again! I would really appreciate if you make a crash course on DATA STRUCTURES! Plzzz. 💜

  • @kunalkathe3198
    @kunalkathe3198 4 года назад +3

    Any guesses about that Vs Code theme? I loved that :)

  • @BobbyBundlez
    @BobbyBundlez 4 года назад +1

    how can you undersatnd all this from reading the documentation. great easy video but i really want to start reading the docs to these things better and i don't really see ANY results on the documentation that look ANYTHING like this code ...

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

    lmao i just spent an hour trying to figure why my api keys werent working only to realize that you swapped and that if i just watched a few more minutes then i would of realized

  • @SuccessRedefined_1
    @SuccessRedefined_1 4 года назад +2

    Please make Payment Integration video on Node.js - ReactJS - PayTM/Razorpay.

  • @outdated7742
    @outdated7742 4 года назад

    Best video ever but question why the balance dont show the money i got like yours?Did you find out?

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

    Thanks. I implemented it. Working awesome-ly

  • @alexyambao6115
    @alexyambao6115 4 года назад

    if anyone is trying to get the payment to show up in the stripe dashboard. Remove the shipping and address lines from index.js. That did it for me. I also changed the :
    // .then(result => res.status(200).json(result))
    to:
    .then(result => res.status(200).send({ success: result }))
    in the same file.

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

    Hey Ritesh! Very nice video helped a lot. Can you make a video on paytrail as well.

  • @bhuwanadhikari6732
    @bhuwanadhikari6732 4 года назад +5

    What's the color theme that you are using? I would love to use it too.

    • @hozas8553
      @hozas8553 4 года назад

      RGB(59,40,0)

    • @TechwithLaughter
      @TechwithLaughter 4 года назад

      Which theme

    • @PIYUSH-lz1zq
      @PIYUSH-lz1zq 3 года назад

      @@TechwithLaughter Hey , can you tell me how to get success message in mail after payment ?

    • @PIYUSH-lz1zq
      @PIYUSH-lz1zq 3 года назад

      @@hozas8553 Hey , can you tell me how to get success message in mail after payment ?

  • @barman498
    @barman498 4 года назад +24

    on Razorpay please 🙏🙏🙏

  • @Mysterious_debris_1111
    @Mysterious_debris_1111 4 года назад +1

    why do we have to return the stripe.customers.create() promise from the "/payment" request handler function ?

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

    STRIPE API AUTHENTICATION ERROR
    I used to get a stripe API key authentication error => StripeInvalidRequestError: You cannot accept payments using this API as it is no longer supported in India. How can I solve this one?

  • @80Vikram
    @80Vikram 4 года назад

    Thanks a ton for your efforts, where are you located in India or USA ?

  • @michaldanco2848
    @michaldanco2848 4 года назад

    Why did you use react-stripe-checkout which is very old library. There is a new stripe library with hooks for dealing with that. Anyway awesome video ;)

  • @ibrarramzanmalik7663
    @ibrarramzanmalik7663 4 года назад

    Thank you Hitesh for this video! :)

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

    Can you please make a video on kubernetes, just as you made one on docker. It was very easy to understand.

    • @PIYUSH-lz1zq
      @PIYUSH-lz1zq 3 года назад

      Hey , can you tell me how to get success message in gmail after payment ?

  • @jd12345-m
    @jd12345-m 4 года назад

    Thank you very much for this. Please can you do a crash course on Paypal integration into React and Node.js

  • @crazyshala4571
    @crazyshala4571 4 года назад +1

    What theme are you use in VS code Hitesh sir

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

    The keys are not hidden on the front end, before React App builds, it injects the keys into the code.

  • @nehat786
    @nehat786 4 года назад

    Yes please add indian payment gateway like ccavenue payu or stripe with python. Please sir if its paid we are ready to buy the content.

  • @tzvetanmarinov5843
    @tzvetanmarinov5843 4 года назад

    On the Front-End the "react-stripe-checkout" library is legacy and I get a Warning in the console "You’re using the legacy version of Stripe Checkout."

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

    This was a lot of help. Thanks!

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

    There is one thing I don't understand. We sperate the frontend and the backend so that we protect our data in the backend. How can we protect the data from the backend when we inject the frontend data vai req into our backend?

  • @siddhartk2215
    @siddhartk2215 4 года назад

    This is at the next level, awesome

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

    Make a video on Salesforce

  • @BobbyBundlez
    @BobbyBundlez 4 года назад

    if anyone has problems they changed uuid... referring to first ten minutes
    const { uuid } = require('uuidv4');

    • @ahrafali-fg3bi
      @ahrafali-fg3bi Год назад

      const { v4: uuidV4 } = require('uuid'); its working with newer versions now

  • @mohdsahil226
    @mohdsahil226 4 года назад

    Please make some videos on payment gateway like GPay and Paytm. if possible please make on Reactjs. There is no video that is working correctly. all of them are outdated. even 2 months back. Paytm has updated their API. for me it is difficult to understand

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

    at 21:53 for inr also we have to multiply by 100

  • @shivanshmehrotra4923
    @shivanshmehrotra4923 4 года назад

    Sir please also try to update to your existing react course . It is bit out dated.

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

    Tell me information of office between the later off making in records for in js was noting

  • @RahulAhire
    @RahulAhire 4 года назад

    Which theme are you using for vscode?

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

    What vs code theme is he using? It's great.

    • @MOHITRANA-to7rf
      @MOHITRANA-to7rf 2 года назад

      try theme - shades of purple
      with
      peacock extension - red colour

  • @vishal_sharma_rha
    @vishal_sharma_rha 4 года назад

    Sir please upload more vedio related stripe connect transfer

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

    Great Video! I see you use Learn Code Online to share the Source code. But it does not work. How about you use World Class Code instead. Safe, and you will more easily build customer relations.

  • @MukeshKumar-vy6ep
    @MukeshKumar-vy6ep 3 года назад

    Hi sir
    Please upload some reactjs tutorials functional components videos for begginers,like you uploaded javascript videos its Awesome.

  • @unknownman1
    @unknownman1 4 года назад +1

    hello sir, what will you say about headless wordpress with react??

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

    Is it possible to integrate stripe net banking woth node ... you showed us only card integration

  • @asifahmed6150
    @asifahmed6150 4 года назад

    Sir, please make a video on cloud AWS career

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

    Sir pls do video on Neptune community (PL9)

  • @biswajeetpadhi5713
    @biswajeetpadhi5713 4 года назад

    Sir, Which theme you are using in vscode?

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

    Bro, I need this video on Android studio
    Make a video o this as soon as possible

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

    Hi Hitesh, thanks for this video. I have gone through the steps you have mentioned in it but getting 404 error. Response is being shown in console but status is undefined. I tried to check your file on your site but could not find them. Please provide exact path. I want to verify my code to know the gap. One question, how stripebackend is connected with stripefronend project? I set log in app.post in stripebackend but it is not appearing in log. Seems not hitting this method. Thanks.

  • @Connected_Chronicles
    @Connected_Chronicles 4 года назад

    Can you please also make react firebase stripe integration. Thanks in advance

  • @bestoos2099
    @bestoos2099 4 года назад

    sir please make a video on razorpay,react and node

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

    After installing "react-stripe-checkout" terminal is showing critical and high vulnerabilities in packages (even npm audit fix doesn't help). Is it really safe ?

  • @sayyamabbasi1839
    @sayyamabbasi1839 4 года назад

    I am getting stripeauthentication error , I have pasted secrete key on backend and publish key on front end but still getting the error

  • @80Vikram
    @80Vikram 4 года назад

    Can you please make a video on mobile + OTP based sign up ? Thanks in advance

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

    Can you guide similarly for airpay, please?

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

    Thanks, Hitesh 👍

  • @alvynabranches1214
    @alvynabranches1214 4 года назад

    Can you do a video of Django and payment gateways and Android apps and payment gateways using java or Kotlin

  • @SamareshMaity231
    @SamareshMaity231 4 года назад

    make a video on reactstrap vs react-bootstrap

  • @j.i.m6980
    @j.i.m6980 2 года назад

    Great explanation

  • @akshitagarg5914
    @akshitagarg5914 4 года назад

    Payment gateway integration with flutter

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

    Sir please a video how to create refund payment in stripe

  • @zakirhassan4911
    @zakirhassan4911 4 года назад

    can you make a crash course on quickbooks?

  • @shahadathimel8629
    @shahadathimel8629 4 года назад

    which VSCODE theme you are using ???

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

    I feel like I need an even more basic version. Coding is haaaard :'(

  • @nagashishsv843
    @nagashishsv843 4 года назад

    Why I can't see any option to create a new key

  • @adityasoni1639
    @adityasoni1639 4 года назад

    Sir I really wanted to know your marketing strategy behind providing crash courses for free. !!!😅
    U could've upload in lco app with charges...

    • @devilhunter2943
      @devilhunter2943 4 года назад

      It is also available in LCO app for free

    • @adityasoni1639
      @adityasoni1639 4 года назад

      @@devilhunter2943 I think u didn't understood my question.... never mind....have some 'Chai'....