Great in depth explanation. But seems to be creating two payments by the end of the video. One incomplete and the other new one seems to be succeeding. Please check in the subscription workflow of stripe. There is no need to create paymentIntent at the very start. It's automatically created after invoice is created. That's why there is one complete and one incomplete payment.
@shubhamnaik42054 жыл бұрын
Sir , please make videos on django one to one chat . Please sir because you teach hard concepts in much easier way.
@actionphotopassion50824 жыл бұрын
Thank you for the deep walk-through. I however have a question regarding the subscriptions. Following the steps we end-up with the paymentintent in status "incomplete" because no payment method has been associated to it. And the subscription is succeeded and the client is active. Is it normal to have the payment intent in incomplete in the dashboard? I succeeded to have it associated to the customer and the payment method but then I have the feeling that there are 2 payments executed 🤔?
@olivercadman11332 жыл бұрын
i know I'm late in this, but according to the Stripe docs, the payment intent is flagged as incomplete until the first invoice is paid
@NvmThemHereIAm2 жыл бұрын
@@olivercadman1133 but isn't the client being charged twice here? once through subscription creation and once again through the payment intent?
@naveenkurukooti99984 жыл бұрын
Great Content
@gamingllama74644 жыл бұрын
I have a bug in my code where it says that there is a key error when i try and retrieve the customer subscription. The error says that there is no key called "subscriptions". If you could help with this that would be great.
@jaynguyen93413 жыл бұрын
Does anyone get this error? InvalidRequestError at /account/card Request req_mKF2wGqLXxhoXE: You cannot confirm this PaymentIntent because it has already succeeded after being previously confirmed.