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-fv5ne4 жыл бұрын
After 3 useless tutorials on adding payment gateway in react node , this is the one valuable , thnx Hitesh sir
@felixnkongho64404 жыл бұрын
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-lz1zq3 жыл бұрын
Hey , can you tell me how to get success message in mail after payment ?
@usamab7754 жыл бұрын
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-lz1zq3 жыл бұрын
Hey , can you tell me how to get success message in gmail after payment ?
@franciszekuczak35694 жыл бұрын
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!
@Baiterade3 жыл бұрын
Wonderful tutorial! Thorough without being over-complicated. You are very skilled as an educator!
@Stingfury_here9 ай бұрын
please make a updated video on this topic
@VishalMishra-qg6zn4 жыл бұрын
Wish we have more elite-class Crash Course like this from this channel. The best programming channel in KZbin. Love this channel 😘
@yogendrasaxena22394 жыл бұрын
not the best, but one of the best
@PIYUSH-lz1zq3 жыл бұрын
Hey , can you tell me how to get success message in gmail after payment ?
@_juliettech3 жыл бұрын
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.
@abdirahmanburyar4 жыл бұрын
thanks a lot mr Hitesh, this channel been my reference as building real apps with the modern technology
@meganbyrne65464 жыл бұрын
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!
@shivamverma-mt6kp3 жыл бұрын
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
@CheragAli694 жыл бұрын
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 💖💖💖
@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
@HiteshCodeLab Жыл бұрын
Thank you so much 😀
@vishalmishra19374 жыл бұрын
at 21:53 for inr also we have to multiply by 100
@jujhaarsingh78894 жыл бұрын
Bro, can you do a video on paytm integration with the MERN stack please...
@divyakumarithathera74743 жыл бұрын
I need that too
@prithviraj25803 жыл бұрын
Yes sir ^ infinity 😇..... We love you every course sir, they have more quality than premium courses
@ricksondmanix37604 жыл бұрын
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
@saurabh17454 жыл бұрын
Please make video on implementation of razorpay in mern project.
@anubhavjain19973 жыл бұрын
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.
@zohaibramzan78864 жыл бұрын
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.
@rohanshetty1194 жыл бұрын
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.
@barman4984 жыл бұрын
on Razorpay please 🙏🙏🙏
@rahavareddy55104 жыл бұрын
Best KZbin channel,content is awesome Need more from you sir.....
@sumitkumar-tj8wq4 жыл бұрын
Why is it so that LCO is powered by php not by node or danjgo?
@manpreetbedi22914 жыл бұрын
I just admire your way of doing sessions and speaking and guiding and what not. Much love and respect❤
@PIYUSH-lz1zq3 жыл бұрын
Hey , can you tell me how to get success message in gmail after payment ?
@markemerson983 жыл бұрын
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.
@kaushalyadav78712 жыл бұрын
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?
@BobbyBundlez4 жыл бұрын
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 ...
@snghnishant4 жыл бұрын
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
@yogeshvishnole12644 жыл бұрын
yes sir more payment gateway integrations and sir please also on integrating other important parts Thankyou sir The best youtube channel
@mahit-m3 жыл бұрын
The keys are not hidden on the front end, before React App builds, it injects the keys into the code.
@kunalkathe31984 жыл бұрын
Any guesses about that Vs Code theme? I loved that :)
@TechwithLaughter4 жыл бұрын
Yes which theme
@danianiazi82293 жыл бұрын
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
@satyakidesarkar67774 жыл бұрын
Thank you so much ...I am really about this course because this payment gateway was really hard for me to get ...thak you sir... 🙏🙏
@rishijain71714 жыл бұрын
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.
@chetan95333 жыл бұрын
Maybe that's why I'm getting so many vulnerabilities here
@crazyshala45714 жыл бұрын
What theme are you use in VS code Hitesh sir
@Mysterious_debris_11114 жыл бұрын
why do we have to return the stripe.customers.create() promise from the "/payment" request handler function ?
@tzvetanmarinov58434 жыл бұрын
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."
@aryanshmahato4 жыл бұрын
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 😀
@bhuwanadhikari67324 жыл бұрын
What's the color theme that you are using? I would love to use it too.
@hozas85534 жыл бұрын
RGB(59,40,0)
@TechwithLaughter4 жыл бұрын
Which theme
@PIYUSH-lz1zq3 жыл бұрын
@@TechwithLaughter Hey , can you tell me how to get success message in mail after payment ?
@PIYUSH-lz1zq3 жыл бұрын
@@hozas8553 Hey , can you tell me how to get success message in mail after payment ?
@rajarshikesh8593 жыл бұрын
What vs code theme is he using? It's great.
@MOHITRANA-to7rf2 жыл бұрын
try theme - shades of purple with peacock extension - red colour
@SuccessRedefined_14 жыл бұрын
Please make Payment Integration video on Node.js - ReactJS - PayTM/Razorpay.
@MrMarcoAlvarado3 жыл бұрын
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?
@siddhartk22154 жыл бұрын
This is at the next level, awesome
@mickey-thirty34 жыл бұрын
This is a great tutorial on Stripe. It would be awesome if you did a node react tutorial on subscription payments too. 😁
@sandeeppareek4204 жыл бұрын
Kk
@rahulbera4544 жыл бұрын
Exactly when i needed it 🤩 what a timing sirji 😅🙏🙏
@PIYUSH-lz1zq3 жыл бұрын
Hey , can you tell me how to get success message in gmail after payment ?
@arvindshukla1147 ай бұрын
Tell me information of office between the later off making in records for in js was noting
@newpattern22082 жыл бұрын
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
@aristotlecarrasquillo-ande14834 жыл бұрын
This was great Hitesh! Do you have resources for Stripe Payout and NODE, if so, please lmk! Tysss for this.
@outdated77424 жыл бұрын
Best video ever but question why the balance dont show the money i got like yours?Did you find out?
@nileshhazra3 жыл бұрын
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 ."
@ibrarramzanmalik76634 жыл бұрын
Thank you Hitesh for this video! :)
@RahulAhire4 жыл бұрын
Which theme are you using for vscode?
@shadabanwar21014 жыл бұрын
we want more payment gateway video. thank you...
@shivanshmehrotra49234 жыл бұрын
Sir please also try to update to your existing react course . It is bit out dated.
@dollartracker2 жыл бұрын
Thanks. I implemented it. Working awesome-ly
@stiphenrobert44693 жыл бұрын
Is it possible to integrate stripe net banking woth node ... you showed us only card integration
@AbhinavRanjan4 жыл бұрын
Can you please make a video on kubernetes, just as you made one on docker. It was very easy to understand.
@PIYUSH-lz1zq3 жыл бұрын
Hey , can you tell me how to get success message in gmail after payment ?
@sayyamabbasi18394 жыл бұрын
I am getting stripeauthentication error , I have pasted secrete key on backend and publish key on front end but still getting the error
@Vindicator764063 жыл бұрын
This was a lot of help. Thanks!
@aishwaryasingh15913 жыл бұрын
Can you guide similarly for airpay, please?
@crazyshala45714 жыл бұрын
Please do google and facebook authentication with react with outh
@aman.tyagi1124 жыл бұрын
Waiting For React Crash Course Sir thx for giving this vedio Love From Delhi Ncr Sir
@rajatsingh57144 жыл бұрын
Reactjs crash course is already there. kzbin.info/www/bejne/pKerlnVpZ652eq8
@vaibhavmavani10714 жыл бұрын
Where is the GitHub Repository
@mohdsahil2264 жыл бұрын
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
@unknownman14 жыл бұрын
hello sir, what will you say about headless wordpress with react??
@adityamenon3444 жыл бұрын
47:00 Could you please explain why the payments are not reflecting in the stripe dashboard? Another one of my test projects are logged as v1/charges, while this project simply logs as v1/tokens
@tutunew20104 жыл бұрын
Change currency from ''USD'' to '' INR''
@shahadathimel86294 жыл бұрын
which VSCODE theme you are using ???
@zakirhassan49114 жыл бұрын
can you make a crash course on quickbooks?
@musicloverz90164 жыл бұрын
can you make some video on GoCardless with Node and React
@biswajeetpadhi57134 жыл бұрын
Sir, Which theme you are using in vscode?
@ziamohe-uddin21783 жыл бұрын
Hi, I am not able to find the code files.
@vanshvarshney4 жыл бұрын
Hey Hitesh, How to Get This VSC Theme its Dope.
@stolensentience4 жыл бұрын
Is the express.json() thing the same as body parser?
@harshpatel23192 жыл бұрын
How to implement for 3D secure card?
@asheeshsharma97063 жыл бұрын
Make a video on Salesforce
@nagashishsv8434 жыл бұрын
Why I can't see any option to create a new key
@chihabahmed52074 жыл бұрын
How do you save card for later use? thanks
@theshree71424 жыл бұрын
Next... Facebook and Google login page tutorial...
@sumitmehra51193 жыл бұрын
How can we set that the price is to finalized by user.
@shalombloodman7903 жыл бұрын
Can you push your application to heroku from a private github repository?
@shanthib37013 жыл бұрын
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.
@iliyasmohammed61924 жыл бұрын
can make a video on RazorPay with ReactJS and NodeJS
@SamareshMaity2314 жыл бұрын
make a video on reactstrap vs react-bootstrap
@Connected_Chronicles4 жыл бұрын
Can you please also make react firebase stripe integration. Thanks in advance
@rohankhullar23802 жыл бұрын
Does somebody have a different link to download this project as the link mentioned above in the description is not working?
@chetan95333 жыл бұрын
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 ?
@GeekySatyam4 жыл бұрын
What is the name of your vs code theme
@muditagarwal60452 жыл бұрын
guys i had hosted my website but it is showing error in stripe as it is in localhost what to do
@soumadip_banerjee4 жыл бұрын
Hey Hitesh Sir! Lovely video once again! I would really appreciate if you make a crash course on DATA STRUCTURES! Plzzz. 💜
@ABHI432183 жыл бұрын
which theme he is using in vs code ?
@MenaseDebelАй бұрын
can you make the chapa payment gateway??
@vikas60244 жыл бұрын
emmet in jsx ? what extension it is hitesh ?
@dwaipayanray66434 жыл бұрын
I need a help and advice. The Stripe plugin by Woocommerce do not accept International Payments for Indian merchants. Payment Intent failure is coming. I contacted Stripe and they adviced to add some coding lines for Indian export. 1. Is it possible to edit php file of stripe plugin made by woocommerce and run it successfully and accept international payments? 2. I do not know coding. Then how to do that. Both woocommerce and stripe told me that they will not do any coding help for me. 3. I cannot accept payment through Wpform and Stripe integration as I sell ebooks through woocommerce which will only be availabe to download after payments, automatically. 4. Though I use Paypal but many countries do not have PayPal and some do not have PayPal account also. 5. Stripe is the best option. Believe me it is a serious problem for Indian merchants who want to accept International Payments. And the interesting part is even the Stripe support do not have proper idea about the problem I am talking about. I will be obliged of anyone help or give me proper advice for Stripe. Regards
@laxy10704 жыл бұрын
code is not available on that link
@bestoos20994 жыл бұрын
sir please make a video on razorpay,react and node
@montezmusic3 жыл бұрын
Bro, I need this video on Android studio Make a video o this as soon as possible
@asifahmed61504 жыл бұрын
Sir, please make a video on cloud AWS career
@jd12345-m4 жыл бұрын
Thank you very much for this. Please can you do a crash course on Paypal integration into React and Node.js
@hamzamehboob33413 жыл бұрын
Hey Ritesh! Very nice video helped a lot. Can you make a video on paytrail as well.
@PoojaSharma03104 жыл бұрын
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.