Stripe Online Payments In Next JS 14 - Full Guide

preview_player
Показать описание


📖Chapters:
0:00:00 Into
0:00:51 Purchase Subscription
0:03:19 Subscription Page
0:16:30 Integrating Stripe
0:21:20 Payment Intent
0:24:19 Payment Form
0:37:48 Confirm Payment
0:49:04 Save Purchased Subscription By The User In Data Base
0:58:52 Fetch and Show Purchased Subscription in User Profile
1:02:48 Conclusion
1:03:24 Next Video

Join this channel to get access to perks:

#nextjs14 #stipe #nextjstutorial
Рекомендации по теме
Комментарии
Автор

Thanks for that such great and useful video! I appreciated if you add video to the list show how to deploy this project to free domain like vercel and another for deploying on paid domain "real one" and how to deal with database in each state.

samehrefaay
Автор

Very good projets sir. How to deploy it sir

cryptoinnovation
Автор

i had a problem after the payment is successful the mutation doesn't work
like this:
```
if (result.error) {

} else {
const addressElement =

console.log('error')
if (!addressElement) {
setLoading(false);
setError("Address information is missing.");
return;

}

}
```
it renders me to successful page only

mahmoudsamir
Автор

GOD bless you my bro!! this series was awesome! so happy i subscribed to this channel, can this be labeled as part 10?

stanleychukwu
Автор

Thank you for you boss, I seriously like the way you explain things.

MolamikeDevs
Автор

Helpful 🎉🎉
We need other video for How we can use stripe webhooks to save subscription instead of what did you do on the tutorial.

omarouzzin
Автор

its been an awesome learning experience i have just started learning nextjs but i am stuck at one thing that on property details page i want to show and update the checkboxes value of hasGarden and hasSwimmingPool so when i edit the property to cahnge the checkbox
so whle first attempting to edit if i leave the checkbox as it is the value is taken from the previous data for example :
while adding the property if garden was checked to true and while editing the checkbox is left untouched and unchecked it doesnt sets to false it stays as it is if it was true earlier so could you tell us the handling f checkboxes

_yourselfthere
Автор

That was a useful video! how can we add google and apple pay and cashapp
?

setupfile-fv
Автор

Thanks for the tutorial, i learned from this

smartdriver
Автор

thank you, this was a very useful toturial

hosseinmiri
Автор

hey sakura. first of all, i'm grateful for such a great work. i just wanted to ask question about prisma. is it appropriate for huge data and how is it as security?

easyitlearn-gk
Автор

How can we store data with online database??

renchandara