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!
@anthonymwangi68893 жыл бұрын
You are The GOAT of Django. RESPECT
@codewithluq3 жыл бұрын
For sure, this is the best content for stripe integration
@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.
@gavinwiener3 жыл бұрын
A focus on subscriptions would be awesome as well
@ashadashraf104 ай бұрын
Thank you Matt Freire for this amazing video
@bsmaheshkumar53283 жыл бұрын
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???
@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?
@PedroHenrique-fz7fv Жыл бұрын
Show de bola o vídeo com Django e Stripe. Já estou um ano usando Django, me identifico muito. 🚀🚀🚀
@mdnazmulh.89083 жыл бұрын
Cool tutorial man 💖
@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.
@pypro3 жыл бұрын
this came out 3 months later, than I needed hahaha, thanks very much dude!!! =) you rock
@shporsoftcodingteam43883 жыл бұрын
Oh very good. Thanks. Can you make a Subscription tutorial with Stripe?
@looneytoons20063 жыл бұрын
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
@King_of_far_away3 жыл бұрын
I really love ur work , such an in depth explaination . Can you please show how to integrate google pay
@Rajnishdangar3 жыл бұрын
One Of Best I ever Watch thank's
@bicboi90062 жыл бұрын
if your watching this as of now dont waste your time its already outdated
@ermtly2 жыл бұрын
Thank you bro. Your mentoring skills are excellent. I have learned a lot.
@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
@vladvlad3544 Жыл бұрын
You got it do it?
@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.
@JohnEstherGeocreatives3 жыл бұрын
Also in this example how would you loop through all the products and display the prices with checkout on all of them?
@fransubaru3 жыл бұрын
Amazing tutorial, exactly what I needed!!!! You are the best!
@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
@dr.jamesross10243 жыл бұрын
I have always wanted to learn that ,, thanks 😘😘😘😘😘
@VirelMontes11 ай бұрын
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.
@tevhidigenc25023 жыл бұрын
You are an amazing man. I appreciate you
@supriyomitra61352 жыл бұрын
Great content! Cleared quite a few concepts on stripe payment GW for me. Thanks.
@Ali-kx7jf3 жыл бұрын
Bestestest Everrr❤️!! please can you make one for paypal with django.
@shohanurnishad280111 ай бұрын
if the webhook CLI is not running, will the send email function work?
@amirhosseinebneroomi72802 жыл бұрын
it saved my life :) Thanks
@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.
@ammarjamil24673 жыл бұрын
Bro, your video is very informative kindly make one video on how to configure firebase push notification in Django
@aminulc2 жыл бұрын
Excellent Tutorial. Very well explained.
@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.
@vladusa Жыл бұрын
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).
@franciscmoldovan2153 Жыл бұрын
Very helpful sir, keep up the good work, we thank you!
@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..
@АнтонКородян Жыл бұрын
Could you please tell me, I installed stripe cli but I can't find status commands, what could be the problem?
@gabrielpasv11 ай бұрын
Could you please create a video tutorial of the following django packages django-tenants django-tenants-url django-tenants-users django rest framework Thanks
@bellosegun3 жыл бұрын
OK first here... Thanks for this... On it Django Pirate
@gabrielreyes83243 жыл бұрын
Dude you saved my life!
@Jose-ol5xk2 жыл бұрын
VERY GOOD MY FRIEND THANK YOU!!
@JohnEstherGeocreatives3 жыл бұрын
what is the importance of the custom payment method and can I use just the checkout without the custom payment?
@atulsharma39933 жыл бұрын
Superb sir 🙏🙏🙏🙏🙏🙏
@johnjim37413 жыл бұрын
Can you make a video on how to integrate Stripe connect, Django and react? Not many videos on this
@sifathasan27553 жыл бұрын
Very informative and really good tutorial
@enesyurtsever3 жыл бұрын
I was wait for this
@axeljacobo44533 жыл бұрын
could you make a django tutorial with cryptocurrency payment methods?
@maxmeza43503 жыл бұрын
Nice video. What VSCode theme are you using for Python's semantic color?
@karimkohel32403 жыл бұрын
awesome i have always wanted to learn that!!
@ChristianHaugland743 жыл бұрын
great work. so easy to follow. thanks
@mattfreire3 жыл бұрын
You're welcome. Thanks for watching!
@yoonkahchong19133 жыл бұрын
Thanks for the tutorial
@serawit24 ай бұрын
Sensational 😂
@Migler13 жыл бұрын
I'd really like to know how to empty that cart after the payment is done.
@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 .
@ngawangg92711 ай бұрын
idk whats wrong but my starter branch repo isnt even showing the blank django prj can any one help me plz
@dennielluissadian50263 жыл бұрын
Hi! How can we make a withdraw process using stripe? Like the site pays the user. How can we do that?
@CodeWithTomi3 жыл бұрын
Nice tutorial
@khannakhanna8153 жыл бұрын
Sir How do I pay someone from my stripe to another customer bank account it is possible in the stripe or not
@igorkulibaba72873 жыл бұрын
Super! Hi in Russia!
@CesarBArts Жыл бұрын
You're amazing.
@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
@iamdemon83043 жыл бұрын
Can you make a tutorial for building a helpdesk and issue tracking system?? Anyways loved the tutorial
@usaava3 жыл бұрын
Thanks for your video :)
@mattfreire3 жыл бұрын
Thanks for watching :)
@najwanalharbi Жыл бұрын
(index):1 You may test your Stripe.js integration over HTTP. However, live Stripe.js integrations must use HTTPS. How can i solve this ?
@davidbayo42433 жыл бұрын
Is stripe working in Nigeria??
@mostnotoriouspinpin75812 жыл бұрын
is there a way to collect commision fees from sellers on your platform?
@vladusa Жыл бұрын
very difficult implementation bro. You could set this up in Stripe manually, I reckon
@mostnotoriouspinpin7581 Жыл бұрын
@@vladusa thanks but i already did it. Used paypal and set the merchant it and stuff
@crishl192 жыл бұрын
need some help . i got this : No module named 'stripe'
@Systemx933 жыл бұрын
Next Video Handle Files, Images, Videos, and maps
@rafaelsoteldosilva6 ай бұрын
good!
@mr-engin3er3 жыл бұрын
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.
@aashayamballi3 жыл бұрын
Thank you!
@Rabekkarabe8 ай бұрын
Django ക്ലാസ്സ് എടുക്കുമോ? Stripe വച്ചു djangoyil എങ്ങനെ payment gateway പോസ്സിബിൾ ആകാമെന്നും ക്ലാസ്സ് എടുക്കുമോ? അതുപോലെ തന്നെ otp send ആകുന്ന django ലൈബ്രറി കൂടി പഠിപ്പിക്കുമോ?. പിന്നെ django വഴി create ചെയ്ത django പ്രൊജക്റ്റ് എങ്ങനെ റിയൽ ടൈമിൽ host purchase ചെയ്തു ആ hosthum നമ്മുടെ django പ്രൊജക്റ്റ് എങ്ങനെ കണക്ട് നൽകാം എന്നുള്ളതിന്റെ കുറിച്ചും വീഡിയോ ചൈയ്യുമോ?
@Temea-pw5bv3 жыл бұрын
please come back to the chanel 😢😭
@rifathbinhossain22333 жыл бұрын
please make projects like creating website like udemy or coursera. thank you
@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
@erfandjango89763 жыл бұрын
Best
@nourelhoudazemni74043 жыл бұрын
oui
@ebbevandijk80692 жыл бұрын
I’ve spent a good few hours debugging just to find out the api doesn’t accept floats as amounts fml
@caglargulucan2 жыл бұрын
well done, but the document is out of date.
@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.
@andremaia40402 жыл бұрын
Unfortunately, it is now out of date. It seems that Stripe changes fast.
@dziurappa3 жыл бұрын
.
@mastertys30592 жыл бұрын
I have this error: price_id = intent["metadata"]["price_id"] KeyError: 'price_id'