No other option here but to leave a comment and a thumbs up. Amazing job!
@pil_low3 жыл бұрын
Pyplane and the JustDjango are truly amazing. Lot's of respect for all the great contents.
@adilmohak3 жыл бұрын
I haven't seen a video of youtube covering a lot of strip content with django like this, Thanks a lot!
@csuzukib3 жыл бұрын
One of the best Django videos I've seen in my life, great job and thank you for teaching the community, I've learned a lot.
@anthonymwangi68893 жыл бұрын
You are The GOAT of Django. RESPECT
@codewithluq3 жыл бұрын
For sure, this is the best content for stripe integration
@pypro4 жыл бұрын
this came out 3 months later, than I needed hahaha, thanks very much dude!!! =) you rock
@chrschoeni Жыл бұрын
Thank you very much for your really good video. I love it when not just one function is shown, but everything that can be done right away. You have a USP here.
@gavinwiener3 жыл бұрын
A focus on subscriptions would be awesome as well
@ashadashraf105 ай бұрын
Thank you Matt Freire for this amazing video
@PedroHenrique-fz7fv Жыл бұрын
Show de bola o vídeo com Django e Stripe. Já estou um ano usando Django, me identifico muito. 🚀🚀🚀
@bicboi90062 жыл бұрын
if your watching this as of now dont waste your time its already outdated
@supriyomitra61352 жыл бұрын
Great content! Cleared quite a few concepts on stripe payment GW for me. Thanks.
@ermtly2 жыл бұрын
Thank you bro. Your mentoring skills are excellent. I have learned a lot.
@fransubaru3 жыл бұрын
Amazing tutorial, exactly what I needed!!!! You are the best!
@mdnazmulh.89083 жыл бұрын
Cool tutorial man 💖
@mattfreire3 жыл бұрын
Most up to date tutorial: justdjango.com/blog/django-stripe-payments-tutorial Hey everyone. Stripe updates their docs more times than I can keep count. I've updated the blog post to follow the latest documentation. So this video now uses a slightly older version of their documentation. But the concepts that are taught are still relevant.
@duongbui89983 жыл бұрын
So, when Stripe updates the document. Does your system have to change the code?
@duongbui89983 жыл бұрын
I'm reading the document and found that next to the checkout.session.completed event. Stripe also has checkout.session.async_payment_succeeded and checkout.session.async_payment_failed. Do you know when the 2 events happend?
@shporsoftcodingteam43884 жыл бұрын
Oh very good. Thanks. Can you make a Subscription tutorial with Stripe?
@bsmaheshkumar53284 жыл бұрын
A much needed project for me... Tqs a ton 🙏
@gauravsingh-qt2zo3 жыл бұрын
Hey brother can u help me in solving some problem related to m Django project???
@King_of_far_away3 жыл бұрын
I really love ur work , such an in depth explaination . Can you please show how to integrate google pay
@vladusa2 жыл бұрын
Does anybody know how to save the data from the webhook to the database? This doesn't work for me and I've tried literally every database saving alternative. Send_email is the only function that even quasi-saves (it isn't really saving anything, more just doing an action).
@llina52824 Жыл бұрын
Thanks for tutorial! Excellent content!
@AllthingsFoodieTX2 жыл бұрын
question if We wanted to add multiple Products instead of the Product.objects.get(name="productname") , How would we do it in that view with the queryset instead to be Product.objects.all() , when i do that i get a no reverse with arguments. Thanks how would i implement that in the Class based view thanks
@vladvlad35442 жыл бұрын
You got it do it?
@bellosegun4 жыл бұрын
OK first here... Thanks for this... On it Django Pirate
@tevhidigenc25023 жыл бұрын
You are an amazing man. I appreciate you
@Rajnishdangar3 жыл бұрын
One Of Best I ever Watch thank's
@franciscmoldovan21532 жыл бұрын
Very helpful sir, keep up the good work, we thank you!
@aminulc2 жыл бұрын
Excellent Tutorial. Very well explained.
@dr.jamesross10243 жыл бұрын
I have always wanted to learn that ,, thanks 😘😘😘😘😘
@ammarjamil24673 жыл бұрын
Bro, your video is very informative kindly make one video on how to configure firebase push notification in Django
@HanzoEsenov2 күн бұрын
thanks for your labour
@enesyurtsever4 жыл бұрын
I was wait for this
@looneytoons20064 жыл бұрын
thanks a lot !!! question about production with stripe !? do i need to maintain thread for run the listener. or it better to make script that at transaction will be activated 47:30
@amirhosseinebneroomi72802 жыл бұрын
it saved my life :) Thanks
@JohnEstherGeocreatives3 жыл бұрын
Also in this example how would you loop through all the products and display the prices with checkout on all of them?
@oldelkhot Жыл бұрын
Thanks Matt! I can't follow you, because I think the docs are changed. I did the first 30 minutes, but I can't find the JS part
@itsnevertoolatetolearn4875 Жыл бұрын
right
@Ali-kx7jf3 жыл бұрын
Bestestest Everrr❤️!! please can you make one for paypal with django.
@shohanurnishad2801 Жыл бұрын
if the webhook CLI is not running, will the send email function work?
@gabrielreyes83243 жыл бұрын
Dude you saved my life!
@АнтонКородян Жыл бұрын
Could you please tell me, I installed stripe cli but I can't find status commands, what could be the problem?
@sifathasan27553 жыл бұрын
Very informative and really good tutorial
@karimkohel32404 жыл бұрын
awesome i have always wanted to learn that!!
@raindrop5573 жыл бұрын
hey matt i created an eccomerce site with your eccomerce series..it is working fine but now i am trying to incoporate stripe connect but every video of yours on stripe connect only deals with one item..any idea on how to use stripe connect where a person can checkout multipe items..please help i am at a loss..
@Iamklif3 жыл бұрын
This isn't that hard to do, have you solved it yet?
@raindrop5573 жыл бұрын
@@Iamklif i did
@Ali-kx7jf3 жыл бұрын
it's what I'm looking for can you please help me.
@serawit25 ай бұрын
Sensational 😂
@JohnEstherGeocreatives3 жыл бұрын
what is the importance of the custom payment method and can I use just the checkout without the custom payment?
@VirelMontes Жыл бұрын
I'm making a mexican restaurant website. How would I replace test product with actual menu items I have on my menu page. Instead of going from landing.html page go to menu add to cart then create a checkout session with stripe? Also if you could show an example of how to customize ingredients of each menu item before it goes into the cart.
@Jose-ol5xk2 жыл бұрын
VERY GOOD MY FRIEND THANK YOU!!
@atulsharma39934 жыл бұрын
Superb sir 🙏🙏🙏🙏🙏🙏
@yoonkahchong19133 жыл бұрын
Thanks for the tutorial
@axeljacobo44533 жыл бұрын
could you make a django tutorial with cryptocurrency payment methods?
@ChristianHaugland744 жыл бұрын
great work. so easy to follow. thanks
@mattfreire4 жыл бұрын
You're welcome. Thanks for watching!
@ngawangg927 Жыл бұрын
idk whats wrong but my starter branch repo isnt even showing the blank django prj can any one help me plz
@igorkulibaba72874 жыл бұрын
Super! Hi in Russia!
@CodeWithTomi4 жыл бұрын
Nice tutorial
@DarshModi-il5et3 жыл бұрын
I got 403 error in webhook and in terminal it shows Forbidden (CSRF cookie not set) . But I did exactly same as this video and I have also passed pk in stripe intent url Like , create-payment-intent// So do I have to pass pk in webhook url too ? If I try by providing static pk like , stripe listen --forward-to localhost:8000/payments/webhook/5/ Then it works fine but how can I pass dynamic id if I'm on the correct way ..? Please help
@shporsoftcodingteam43883 жыл бұрын
Can you please make a video about the video conversion in Django? Like KZbin site clone where you can choose the quality of the playing video.
@iamdemon83044 жыл бұрын
Can you make a tutorial for building a helpdesk and issue tracking system?? Anyways loved the tutorial
@najwanalharbi2 жыл бұрын
(index):1 You may test your Stripe.js integration over HTTP. However, live Stripe.js integrations must use HTTPS. How can i solve this ?
@sharhanalhassan73523 жыл бұрын
This is a great tutorial. The first method of using a prebuilt checkout page is straightforward and simpler. Is there any reason why someone will opt for the custom payment flow as it's cumbersome and still does the same thing
@flaviusteodorof26013 жыл бұрын
Because they might have different needs, or just for the sake of customization.
@Rabekkarabe10 ай бұрын
Django ക്ലാസ്സ് എടുക്കുമോ? Stripe വച്ചു djangoyil എങ്ങനെ payment gateway പോസ്സിബിൾ ആകാമെന്നും ക്ലാസ്സ് എടുക്കുമോ? അതുപോലെ തന്നെ otp send ആകുന്ന django ലൈബ്രറി കൂടി പഠിപ്പിക്കുമോ?. പിന്നെ django വഴി create ചെയ്ത django പ്രൊജക്റ്റ് എങ്ങനെ റിയൽ ടൈമിൽ host purchase ചെയ്തു ആ hosthum നമ്മുടെ django പ്രൊജക്റ്റ് എങ്ങനെ കണക്ട് നൽകാം എന്നുള്ളതിന്റെ കുറിച്ചും വീഡിയോ ചൈയ്യുമോ?
@Migler13 жыл бұрын
I'd really like to know how to empty that cart after the payment is done.
@CesarBArts Жыл бұрын
You're amazing.
@mr-engin3er4 жыл бұрын
I followed your tutorial but card-element(cart input) not showing. Then i clone your repository and still same error. I searched it on Google but can't solve this issue. I'm not good at front end.
@BhatiJhabarSingh3 жыл бұрын
It shows 200 OK but no payment is done? I don't have enough amount so why is it not throwing an error instead.
@dennielluissadian50263 жыл бұрын
Hi! How can we make a withdraw process using stripe? Like the site pays the user. How can we do that?
@gabrielpasv Жыл бұрын
Could you please create a video tutorial of the following django packages django-tenants django-tenants-url django-tenants-users django rest framework Thanks
@johnjim37413 жыл бұрын
Can you make a video on how to integrate Stripe connect, Django and react? Not many videos on this
@khannakhanna8153 жыл бұрын
Sir How do I pay someone from my stripe to another customer bank account it is possible in the stripe or not
@crishl192 жыл бұрын
need some help . i got this : No module named 'stripe'
@fine-vine3 жыл бұрын
problem when u have multiple products is that the product id can be cheated in the front. If you change the product id of the button clicked. You can get the premium plan for the price of a basic one... In your case, if you change in the js product.id from 1 to 2, you get product 2 for the price of product 1
@Ali-kx7jf3 жыл бұрын
could you solve that ? I need solutions :(
@cesaraugusto9109 Жыл бұрын
@@Ali-kx7jf block in the server side .
@alinandrei65553 жыл бұрын
Hi. First thanks for the tutorials, really breaks down to bits my mind can process I have an issue I implemented both options with one of your older tuts (building an ecommerce website with django). Both work just fine, I've messed up a bit the urls but that's fine. My problem is that the stripe webhooks are not called anymore after implementing the custom flow payment option. Could I ask, how is the webhook view called while the checkout process, in detail? What are the steps behind the scene? Thanks
@alinandrei65553 жыл бұрын
Okay so it seems that I should've just run over stripe webhooks docs for a few minutes to understand that these are requests sent by stripe to my app. The reason these were not working was that I have forgot to forward these requests to my url..
@maxmeza43504 жыл бұрын
Nice video. What VSCode theme are you using for Python's semantic color?
@usaava4 жыл бұрын
Thanks for your video :)
@mattfreire4 жыл бұрын
Thanks for watching :)
@aashayamballi4 жыл бұрын
Thank you!
@davidbayo42433 жыл бұрын
Is stripe working in Nigeria??
@rafaelsoteldosilva7 ай бұрын
good!
@mostnotoriouspinpin75812 жыл бұрын
is there a way to collect commision fees from sellers on your platform?
@vladusa2 жыл бұрын
very difficult implementation bro. You could set this up in Stripe manually, I reckon
@mostnotoriouspinpin75812 жыл бұрын
@@vladusa thanks but i already did it. Used paypal and set the merchant it and stuff
@Systemx934 жыл бұрын
Next Video Handle Files, Images, Videos, and maps
@rifathbinhossain22334 жыл бұрын
please make projects like creating website like udemy or coursera. thank you
@Temea-pw5bv3 жыл бұрын
please come back to the chanel 😢😭
@erfandjango89764 жыл бұрын
Best
@donotlook60483 жыл бұрын
To anyone doing it by by these dates the docs have already changed a lot. I could do this without any javascript in the html template
@ebbevandijk80692 жыл бұрын
I’ve spent a good few hours debugging just to find out the api doesn’t accept floats as amounts fml
@nourelhoudazemni74043 жыл бұрын
oui
@caglargulucan2 жыл бұрын
well done, but the document is out of date.
@andremaia40402 жыл бұрын
Unfortunately, it is now out of date. It seems that Stripe changes fast.
@humayunkabir-jl9tj2 жыл бұрын
25:50
@norbertocammayo23343 жыл бұрын
Your content are very good. Hope you could support Purchasing Power Parity on your courses to make it affordable for us low income countries.
@dziurappa4 жыл бұрын
.
@mastertys30593 жыл бұрын
I have this error: price_id = intent["metadata"]["price_id"] KeyError: 'price_id'