Тёмный

Stripe Payment Intents Overview (API DIAGRAM + DEMO PROJECT) 

Подписаться
Просмотров 17 тыс.
% 321

Diagram:
www.jessym.com/content/2020-stripe-payment-intents.png
Project Source Code (GitHub):
github.com/jessym/tutorial-stripe-payment-intents
Educadia:
www.educadia.com

Опубликовано:

 

21 июн 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 27   
@kiantatchong4978
@kiantatchong4978 Год назад
Thanks for the great tutorial. Your diagram really help to explain the overview and what required to integrate Stripe Intents payment to web project. Your explaining is clear and concise with good pacing.
@mznunaya
@mznunaya Год назад
Are you dutch? Your accent... I can't quiet pin point where you're from. Great video by the way. I've watched it three times. You're very informative. Thanks for taking the time to make this video.
@damienbriggs879
@damienbriggs879 Год назад
Stunning! Excellent demo. Much appreciated.
@papajohnsuk5965
@papajohnsuk5965 3 года назад
Thank you, was just looking for how the payment flow works with payment intent. Best explanation!
@JonhyyyPistoleiro134
@JonhyyyPistoleiro134 Год назад
Thanks for the great tutorial.
@ahmedelgaidi
@ahmedelgaidi Год назад
Extraordinary, thank you a lot. Very consie, clear explanation.
@praveensequeira1525
@praveensequeira1525 3 года назад
Awesome and end-to-end presentation! Thank you!
@milendimitrov6503
@milendimitrov6503 Год назад
Very good tutorial. Good job!
@joshbaker5566
@joshbaker5566 2 года назад
Phenomenal job, my dude!
@disturb16
@disturb16 Год назад
Wonderful tutorial, thank you.
@nazimvenutti
@nazimvenutti 2 года назад
Thank you very much for this very thorough and helpful video!
@coreyamccoy
@coreyamccoy 3 года назад
Great video! Very helpful. I'm still looking for insight on how to create a "checkout" with a variable (not hard-coded) amount.
@maikoduarte9223
@maikoduarte9223 2 года назад
Thank you, very useful.
@nehajain7720
@nehajain7720 2 года назад
Awesome and end-to-end presentation! Thank you Very Much! Really very helpful. I need one more help to implemented prebuild checkout page. If you can demonstrate will be a great help!! Thanks in advance.
@sarathrj10
@sarathrj10 3 года назад
bro.. After confirmation of payment from the client-side, how does the back-end know about this? we need to use webhook?
@ameenschools
@ameenschools 2 года назад
thanks for the video.... I had to watch a lot of one to figure out how to make a tripe payment...I have even made a video about it to make things more simplified for beginners on my channel
@ahmadjaber2940
@ahmadjaber2940 Год назад
Is using both return value from stripe and updating my backend + using webhooks as a redundant a good solution?
@umairghouri1718
@umairghouri1718 3 года назад
Very good video brother
@ermiyasb1453
@ermiyasb1453 Год назад
I am getting 'resource missing' after confirmation. Message: no such payment intent. What am I doing wrong?
@fxstreamer238
@fxstreamer238 2 года назад
so server never knows if the client actually pays or not. you have to manually go to stripe dashboard to confirm that? what a stupid way
@josuedr4528
@josuedr4528 2 года назад
You can configure a webhook in stripe to send you an event for every successful charge and that way you can keep track off it i guess they made it like that because after creating the payment intent you won't be sure if the client will pay, close the tab or leave
@蹦太君-o4d
@蹦太君-o4d 2 года назад
👍🏻👍🏻👍🏻
@theinvestingcouch6883
@theinvestingcouch6883 2 года назад
I am getting a 404 on /payments What is this? Is it a folder within the project or folder hosted on stripe?
@3dux128
@3dux128 2 года назад
Thank you!
@alexi_space
@alexi_space 2 года назад
iam trying to use payment element, but after confirming payment Iam getting error that payment method is missing, but It should be taken from payment element ...
@loicwarisse4610
@loicwarisse4610 2 года назад
how to have a invoice for after paymet with payment intent
@aatmiksanghvi6486
@aatmiksanghvi6486 Год назад
bro can you please please make the same for Laravel. I can't find any tutorial explaining about laravel