I have never seen anybody use such a similar workflow and method of coding as myself. Wonderful tutorial, and easy for me to understand, because the tutor works in the same way i do. Stripe also connects very well with Woo Commerce and Ecwid.
Can you make a video covering how to fetch products from an API, and create a checkout method with items added to a local state cart? I would like to build a stripe checkout process with similar ease of effort, from say a Content Management System and let stripe handle the details.
Thankyou for the guide. I have 1 question: Im making a food order app, where when the user clicks place order button -> they pay via stripe checkout -> now on the success page I want to add this order (along with total money to charge) to my firebase DB. How can I do this?
Note that when the user gets to the success page, the charge already went through. You could add the checkout id in the query url as a ref and fetch the checkout details via Stripe API. To add data to Firebase, use Stripe webhook to call to your backend server, it's safer and will be called once only. Hope this helps.
Can i know how to change price? . In time to time change the customer payment amount. So how to change this amount. Because every payment shows same amount
I love how a part of this video was made at 4am. True devs over here
Truth! Time just flies by when you're having fun :)
Thankyou I have been struggling for 3days with integrating stripe in my app. You have helped so much!!!
I have never seen anybody use such a similar workflow and method of coding as myself. Wonderful tutorial, and easy for me to understand, because the tutor works in the same way i do. Stripe also connects very well with Woo Commerce and Ecwid.
Great tutorial, thanks very much. But, how do we deliver content ONLY after successful payment and how to handle unsuccessful payments?
Thank you so much, it's been 5H of deadly trying before turning into your video 💔💔
Thank you, it worked perfectly. As described! But how do we deliver content after payment and how to handle failed payments?
Can you make a video covering how to fetch products from an API, and create a checkout method with items added to a local state cart? I would like to build a stripe checkout process with similar ease of effort, from say a Content Management System and let stripe handle the details.
thanks for the great video but can you please tell me how to add shipping adress ..... and also apple pay doesnt show for me
Straight to the point, that's perfect thanks !
Thanks so much for this tutorial.
Any time!
Great video!
Glad you enjoyed it
do you also cover the webhook argoument? cause i'm having some trouble and asking how to fix it! BTW very nice video, thank you so much!
Hey Daniele, I cover webhook in my Nike Clone tutorial. It's on the Ms. Cloner youtube channel.
Excellent ... thank you
Our pleasure!
Thank you very much. 🙏
Is using both return value from stripe and updating my backend + using webhooks as a redundant a good solution?
Thank you very much! Great tutorial!
Thankyou for the guide.
I have 1 question: Im making a food order app, where when the user clicks place order button -> they pay via stripe checkout -> now on the success page I want to add this order (along with total money to charge) to my firebase DB. How can I do this?
Note that when the user gets to the success page, the charge already went through. You could add the checkout id in the query url as a ref and fetch the checkout details via Stripe API. To add data to Firebase, use Stripe webhook to call to your backend server, it's safer and will be called once only. Hope this helps.
thanks dear
Why all of that whrn a with the payment link di the same...
thank you really helpful
You're welcome!
Great tutorial. Easy to listen to. But why don't you use webhooks? :) Just want to say congrats :)
I have implemented stripe in my project, I'm getting incomplete status in stripe payment dashboard, what should I do
Can i know how to change price? . In time to time change the customer payment amount. So how to change this amount. Because every payment shows same amount
Will you help me Actually my CardElement is showing only after i refresh the page
Thank you!
One question is if I want to send the payment details to backend on click of "pay" button. Will it be possible?
I am using the default stripe checkout form ... i want active second Bank Payment on modal load instead of first tabs Card Payment .. how to do it??
hello, i want to update in mongod payment information after checkout stripe payment comfirmed in react
Anyone else get the error: IntegrationError: Invalid value for Stripe(): apiKey should be a string.
I did. [SOLVED]: loadStripe(`${process.env.REACT_APP_STRIPE_KEY}`)
It didn't work with localhost:3000 :(