Nice tutorial !! Easy to understand... I want to know how to implement multiple payment gateways.. just want to know database details if more payment gateways in future and also what is database design for recurring payment.. just want to think process .. basically I am laravel developer. Your videos very useful to understand the concept
Sir razorpay is asking for KYC for using test mode , and for doing kyc its asking business details and documents, but i dont have any business i wanna just test it for my web dev project.. what to do plz help
@fortunately it got resolved btw , i logged in into my razorpay account using mobile .. there it was showing test mode is on , i dont know why .. on laptop it was turned off.. then i again tried to test the payment using razorpay test mastercard .. the payment was executed successfully this time
Bhaiya man lo me ek merchant hu mere pass dusre logo ka payments ata hai fir me usko age kese automate karke un logo tak bhej sakta. Eg:Udemy me log course kharid te hai fir wo payment udemy ke pass jata hai fir wo educator ke pass jata hai esa razorpay me kese kare
Bhai me jab api keys par ja rha hu to waha pr key nhii dikh rhi hai. Or website add krne ko bol rha hai jo ki mere paas hai nhii abhi.. localhost accept nhii kr rha. Please reply bro 🙏
Guys i m not able to start test mode .. its asking for kyc .. and for kyc its asking the details of business but i do not have any business.. what to do plz help
@@sandeepdev0 pan card add krne par Tax se related koi legal issues to nahi hoga na? Because mere father ko 80k fine vej deya IT walo ne. Aadhar se Pan link nahi tha isliye
If for any reason the payment got stuck, then there is a concept of transaction we have to implement that in our backend. Basically we can use transaction concept for DBs so that they only save data whenever a whole transaction completed. Well will talk about this in upcoming videos and also will cover how to make it super secure.
Kya to kharab h razorpay. 1 month se upper hogya but they are unable to give me production api key. Pahale 3-4 terms and conditions me change karate h. Fir ab pata ni kyo hold kare h for 2 weeks. Everytime i check in website bs date bhadate rahte h...
Video is good but you think it's possible if user inspect element and change html elements values only and client get data by any document.getElement or query selector then data send to payment gateway server no one do this type of implementation. If any site use payment gateway so developer always store data in state or any constant variable in JavaScript. By the way it's not good idea because for example maybe any item price is changed suddenly and user not refresh page and user send data to payment gateway directly with old data like old price so use server and fetch data from database it's always getting updated data with update price discount. thanks for making the video
You are absolutely right bro, but it looks like You haven't watched the full video, Because I explicitly mentioned that setting up price in frontent is not a good practice and also explained in the video what you have said there. This video is just for tutorial purpose and I explicitly mentioned that there are not good practices followed in this video because the main intention of this video was to make payment integrations easily understandable for absolute beginners. Thanks for commenting but it is recomended to watch full video carefully.
@@sandeepdev0 Yes i not watch full tutorial because I started the video late night but I finish full tutorial Sunday with fresh mind. By the way Redis and Big files upload with AWS tutorial it's very good Keep it up sir
Yes bro, Its absolutely free of cost. but before receiving actual payments on your Razorpay account you have to complete KYC which generally takes 2-3 business days
Amazing Man!
Crystal clear❤🎉
Mai jo toturial kehta hu wo banaye aur fir dekhe view ki barish 😊👍
Jaisa aap kahe bhai😊👌
Thank you so much ❤
Thank you bro 😊
Nice tutorial !! Easy to understand... I want to know how to implement multiple payment gateways.. just want to know database details if more payment gateways in future and also what is database design for recurring payment.. just want to think process .. basically I am laravel developer. Your videos very useful to understand the concept
Sir razorpay is asking for KYC for using test mode , and for doing kyc its asking business details and documents, but i dont have any business i wanna just test it for my web dev project.. what to do plz help
Same problem bro!
Have u solve that problem ?
@fortunately it got resolved btw , i logged in into my razorpay account using mobile .. there it was showing test mode is on , i dont know why .. on laptop it was turned off.. then i again tried to test the payment using razorpay test mastercard .. the payment was executed successfully this time
Bhaiya man lo me ek merchant hu mere pass dusre logo ka payments ata hai fir me usko age kese automate karke un logo tak bhej sakta. Eg:Udemy me log course kharid te hai fir wo payment udemy ke pass jata hai fir wo educator ke pass jata hai esa razorpay me kese kare
Bhai me jab api keys par ja rha hu to waha pr key nhii dikh rhi hai. Or website add krne ko bol rha hai jo ki mere paas hai nhii abhi.. localhost accept nhii kr rha. Please reply bro 🙏
Make sure you are in test mode. In test mode they won't ask for any website
@@sandeepdev0 bhai test mode pr hi hu fir bhi
@@sandeepdev0 bro mera ko bhi test mode pe hi website add karne bolraha hai , generate api key kahi nahi hai
Guys i m not able to start test mode .. its asking for kyc .. and for kyc its asking the details of business but i do not have any business.. what to do plz help
@@moderntech6751I hope u already completed this but If u not go with test mode cauz it's not required kyc and u can easily use test mode
please create video on next js
Bhai ek tutorial stripe integration with nodejs pher be bana do with webhooks.
Thank you 😊💚
Stripe invite only in India since 24 may 2024.
Process will be same in next js?
Yes the process will be same, just way of writing code in nextjs backend is little bit different, but its almost exactly same
Bro Please give the source code in the description
Bhaiya test mood par bhe full complete KYC krne ko keh raha hai 😢
Govt ekdm c hai 🤧
Koi baat nhi bhai😅, KYC krlo ek baar Razorpay ke andr, easy process hai bahut
@@sandeepdev0 pan card add krne par Tax se related koi legal issues to nahi hoga na? Because mere father ko 80k fine vej deya IT walo ne. Aadhar se Pan link nahi tha isliye
next video on HLS per please sir
Noted✅
What about security? Aur agar payment atak jaaye to recover kaise hoga? Aur yeh payment atak kyun jata hai?
If for any reason the payment got stuck, then there is a concept of transaction we have to implement that in our backend. Basically we can use transaction concept for DBs so that they only save data whenever a whole transaction completed. Well will talk about this in upcoming videos and also will cover how to make it super secure.
@@sandeepdev0 ok I subscribed your channel.
Kya to kharab h razorpay.
1 month se upper hogya but they are unable to give me production api key.
Pahale 3-4 terms and conditions me change karate h.
Fir ab pata ni kyo hold kare h for 2 weeks.
Everytime i check in website bs date bhadate rahte h...
Let me know or kon sa payment integration gateway can be used other than razorpay.
Payment ke samay woh sare errors kyun aa rahe hai?
Some default errors in Razorpay's scripts.
Video is good but you think it's possible if user inspect element and change html elements values only and client get data by any document.getElement or query selector then data send to payment gateway server no one do this type of implementation. If any site use payment gateway so developer always store data in state or any constant variable in JavaScript. By the way it's not good idea because for example maybe any item price is changed suddenly and user not refresh page and user send data to payment gateway directly with old data like old price so use server and fetch data from database it's always getting updated data with update price discount. thanks for making the video
You are absolutely right bro, but it looks like You haven't watched the full video, Because I explicitly mentioned that setting up price in frontent is not a good practice and also explained in the video what you have said there.
This video is just for tutorial purpose and I explicitly mentioned that there are not good practices followed in this video because the main intention of this video was to make payment integrations easily understandable for absolute beginners.
Thanks for commenting but it is recomended to watch full video carefully.
@@sandeepdev0 Yes i not watch full tutorial because I started the video late night but I finish full tutorial Sunday with fresh mind. By the way Redis and Big files upload with AWS tutorial it's very good Keep it up sir
Thank you man☺️
Complete subscription api bano. Node with razorp 🙏👍
Yeah next video wahi ayegi bro 💓,
@@sandeepdev0 with all advanced techniques
Bhayya is this method free of cost i want to integrate this method in my project!!
Yes bro, Its absolutely free of cost. but before receiving actual payments on your Razorpay account you have to complete KYC which generally takes 2-3 business days
Secure wala video kab ayega?
After the next video bro✅
next video on HLS per @sandeep dev
Noted✅
bro apki voice hrithik roshan jaisi kyu lg ri h 😄
😂, woh recording time thodi health theek nhi thi, thats why voice aisi aa rhi hai....
But its a good compliment😅
First❤
💓💓💓