Using Stripe API in NextJs

preview_player
Показать описание
Processing payments in NextJs using the Stripe API.

➡️ The Ultimate NextJs Course
Рекомендации по теме
Комментарии
Автор

Hey Hamed thank you for this tutorial, I'm looking for a tutorial that covers subscriptions. I can't find a good video that explains it as detailed and organized as you do. Please do consider making one about integrating subscriptions! It would be greatly appreciated, even if it's paid, I bought your NextJS 14 course and it's awesome 😄

pablofernandezruiz
Автор

Thank you for the great tutorial, do you have an updated course or online tutorial that explains Nextjs and Stripe integración further? Like self hosted checkout, etc

RaulReyesOnline
Автор

Thank you. can we integrate our own html, css checkout page. I have seen many videos but didn't find any where they have integrated their own checkout page rather pre-build checkout page is used

HigherStudyAspirant
Автор

thanks alot well done
but i have a question how can use payxpert instead od strip ?

nogafouz
Автор

Can you make a video about stripe elements?

eucheckout
Автор

So, support I want to use the NextAuth In which I allowed user to authenticate with Google. And used the database MongoDb to store the information of authenticated user.

Then after successful checkout I need to store the session id into the MongoDb user details.

And when user again login then based on stored sessions I can fetch his/her subscriptions from the Stripe right?

Is this the right way to connect Stripe + MongoDb + NextAuth on NextJs?

mahesh-waghmare
Автор

Thank you. I had a problem in stripe Checkout payment intent. By completing your video i have solve my problem. Thank you again.

tajwarsaiyeedabid
Автор

Thanks for video! Im using Auth0, how can i actually recognize and make some others actions such as add 'virtual funds' to logged user that paid? (How can I recognize logged user with his payment)?

drapbeats
Автор

Thank you so much sir nobody telling how can we get user details after payment succeed by just using client side thanks again ❤

Nitin_saini
Автор

Hey, it would really be interesting to add authentication to your app! Maybe also an order history for each user. Great video!

ledoublez
Автор

thanks for your response
I'm looking forward to going through the code😊

jackhump
Автор

Well done! Great breakdown of the process and clean code organization.

RayTawil-enws
Автор

I really like your way of working and explaining. Is it safe to use your stripe secret key in your client side code?

berendvanbeerschot
Автор

when I go and type
import "Stripe" from stripe;

my nextjs can't resolve this module. I have triple checked my pkg json and all the pkgs you installed are there.

so I don't know what's going on.

any idea how to fix this?

codewithfarhad
Автор

looks good just what I'm after
but any chance of seeing all the code

jackhump
Автор

This is really good tutorial, Thanks for sharing.

tjana-pengar-online
Автор

great video man 🐐, can i get source code ?

quizguy
Автор

where do you include your publishableKey?

clipartinc
Автор

Nice video, the way how you explain is clear as well 👍

ВиталийВвв-жо
Автор

very helpful! How can I make it so I can add the same product multiple times in the cart? to update the quantity
thanks!

p_nik