PHP, MySQL & Stripe API Payment App - Part 3

Поделиться
HTML-код
  • Опубликовано: 15 ноя 2024

Комментарии • 62

  • @irwinpalomo7212
    @irwinpalomo7212 6 лет назад +13

    I'm going to spend my whole saturday night watching this series.

  • @2ravenrick
    @2ravenrick 4 года назад

    I enjoyed the series. It made sense out of the Stripe documents. One thing that is not covered and maybe a part 4 would cover it is when the card is declined. The try and catch statements to handle it are not that hard but that would make this series complete. The key is to put the try for both the customer creation as well as the charge attempt.

  • @mahmudulhassan9043
    @mahmudulhassan9043 6 лет назад +2

    Thank you For your Video.......And i bought you PDO Course it is a very good tutorial to learn pdo ...i learn so many things from your channel ..again many many thankxxxxxxxxxxxxx keep it up ...........

  • @kyleberean1129
    @kyleberean1129 4 года назад

    Thank you for the 3 series! You are great at explaining the whole process with reasoning! I really appreciate the time you took making the 3 separate videos! I will be watching your other tutorials!

  • @zanarkandmusic
    @zanarkandmusic 6 лет назад +1

    You could not have timed this tutorial better! I've literally just started looking at the stripe docs for my own app. Thanks Brad! 😁

  • @BobDoe_69
    @BobDoe_69 3 года назад +1

    I learnt alot from this series even though its out of date now, I hope to see an updated one with php and new api and advanced implementations.

  • @howimetmycompany230
    @howimetmycompany230 4 года назад

    It was really GREAT ! THANK YOU A LOT ! VERY VERY easy to understand if you have the required knowledge of php.

  • @farmlancer6556
    @farmlancer6556 4 года назад

    This is Gold.
    Appreciate your work Brad!

  • @FirozBaksh
    @FirozBaksh 6 лет назад +5

    Your code is easy to understand thanks👍

  • @woltah7122
    @woltah7122 4 года назад

    Thank you so much! I have your course on Udemy and it's great. I learned so much from you!

  • @jasenmichael
    @jasenmichael 6 лет назад +1

    Thanks for this! I would love to see a node-epress stripe guide.

  • @ernestassimutis6239
    @ernestassimutis6239 6 лет назад

    One of the best project videos! Keep going please! Thank you so much!

  • @JasonPurkiss
    @JasonPurkiss 5 лет назад +3

    Great video, could you do a video on upgrading this code to the latest stripe API, please? to include the new Strong Customer Authentication

    • @JoshuaTMagee
      @JoshuaTMagee 4 года назад

      I second this! Would love to see your take on it, Brad. Thank you!

  • @designbox6166
    @designbox6166 6 лет назад

    This is great. Thank you. I've watched all three parts of the series and ended up buying your course on Udemy. I would love the see the login authentication of this project. Would you please consider making a video on it? :)

  • @lajosgy3062
    @lajosgy3062 6 лет назад

    Thank you for preparing me to get a new job!

  • @catonchronic5354
    @catonchronic5354 6 лет назад +2

    Fatal error: Uncaught Error: Call to a member function prepare() on null in C:\xampp\htdocs\paypage\lib\pdo_db.php:37 Stack trace: #0 C:\xampp\htdocs\paypage\models\Customer.php(10): Database->query('INSERT INTO cus...') #1 C:\xampp\htdocs\paypage\charge.php(45): Customer->addCustomer(Array) #2 {main} thrown in C:\xampp\htdocs\paypage\lib\pdo_db.php on line 37

  • @blakelarson5005
    @blakelarson5005 6 лет назад +1

    Great mini series.

  • @4seth
    @4seth 6 лет назад

    This is great but how would we validate the form fields? I know we sanitize the input, but how would we further elaborate on that in the charge.php page.

  • @pattendenwebdevelopmentcan8042
    @pattendenwebdevelopmentcan8042 6 лет назад

    Hey Brad Traversy, @ Traversy Media
    Thank you for creating this video! All I need to learn now, is how to install Microsoft Visual Studio. :p lol.. Do you have a video on that by chance? Windows 10 64bit system is what I'm using on my PC. I am also looking for a How to video on installing Composer. Hint ;)
    Cordially,
    Garrick Pattenden

  • @eveilboss
    @eveilboss 6 лет назад

    Hey, Brad. I've recently switched to WebStorm by Intellij Idea and got rid of Visual Studio Code. Feels a lot more mature as IDE. Not sure if you heard of it, you should check it out

  • @a1appbuilder
    @a1appbuilder 2 года назад

    Can u do a video on - adding to a already working web-site with a shopping cart but no working payment gateway. preferably on with a admin and category section

  • @kevinurielfonseca
    @kevinurielfonseca 6 лет назад

    Great stuff as always Brad, keep up the good job!!

  • @sweetiei.8403
    @sweetiei.8403 2 года назад

    your course is last updated in 2017 on Udemy..any fresh one? thanks

  • @michaelfragiskatos9743
    @michaelfragiskatos9743 4 года назад +1

    After completing a transaction, I get this message "Fatal error: Uncaught Error: Call to a member function prepare() on null in C:\xampp\htdocs\paypage\lib\pdo_db.php:40 Stack trace: #0 C:\xampp\htdocs\paypage\models\transaction.php(34): Database->query('SELECT * FROM t...') #1 C:\xampp\htdocs\paypage\transactions.php(10): Transaction->getTransactions() #2 {main} thrown in C:\xampp\htdocs\paypage\lib\pdo_db.php on line 40"
    This is referring to the part in the pdo_db.php page where I prepare this statement: public function query($query) {
    $this->stmt = $this->dbh->prepare($query); }
    Any idea what could be causing this? The payment can be seen in my Stripe dashboard but the backend isn't picking it up

    • @adrianagapi9814
      @adrianagapi9814 2 года назад

      Same here! Please provide solution if you fixed it!!

  • @terje-andreriis55
    @terje-andreriis55 5 лет назад

    great video, if you do an follow up, please add refund stripe order....

  • @piotrkuziak4760
    @piotrkuziak4760 6 лет назад

    Awesome tutorial. How about HTML5 drag&drop crash course? Maybe drag&drop file upload with custom styling?

  • @sensouna36
    @sensouna36 6 лет назад

    thank you for that, i have a question, can we make many transactions by one customer ?

  • @konraduczak170
    @konraduczak170 6 лет назад +4

    You've had a busy week.

    • @TraversyMedia
      @TraversyMedia  6 лет назад +1

      haha yep. I usually take a break between Udemy courses and push out the RUclipss :)

    • @konraduczak170
      @konraduczak170 6 лет назад +2

      Good job sir.

  • @mohmmadse1565
    @mohmmadse1565 3 года назад

    So wonderfull my friend

  • @chadwittman6292
    @chadwittman6292 6 лет назад

    your aswsone man thanks for all your videos ive learned some much

  • @luisavilesromero4735
    @luisavilesromero4735 5 лет назад

    Epic tutorial, my dude.

  • @aymen3943
    @aymen3943 6 лет назад

    thank you so much i like your series

  • @arr-trtxtxqz0.a.ts-y3-dllj32
    @arr-trtxtxqz0.a.ts-y3-dllj32 3 года назад

    .so amazing friends ..

  • @onosekewenu
    @onosekewenu 4 года назад

    Thanks Brad!

  • @AbhishekKumar-mq1tt
    @AbhishekKumar-mq1tt 6 лет назад +2

    Thank u for this awesome video. Can u make same project with nodejs and mongodb

    • @TraversyMedia
      @TraversyMedia  6 лет назад +2

      I was thinking about that, shouldn't be difficult

  • @ruffneck718
    @ruffneck718 6 лет назад +1

    Awesome man. Thank you.

  • @mdksecrets
    @mdksecrets 6 лет назад

    this is so helpful, thanks a lot..

  • @anaselkrauni3097
    @anaselkrauni3097 5 лет назад

    please i had this error "" Invalid API Key provided: pk_**************EKEY stripe php "" what i should do .... pls answer me

  • @ahgiynq
    @ahgiynq 4 года назад

    Thank you

  • @IamAWildMan
    @IamAWildMan 6 лет назад

    Hey, man. Do you have any intention to making Dart crash course?

  • @jonitan4590
    @jonitan4590 6 лет назад

    Sir, Please make tutorial using PayPal with pdo .. and like thia video

  • @RoosterIDK
    @RoosterIDK 6 лет назад

    Can you do a tutorial on Paymentwall api

  • @milosmisic8333
    @milosmisic8333 6 лет назад +1

    Great stuff!

  • @BalaMuruganKamaraj
    @BalaMuruganKamaraj 6 лет назад

    bro i am new to php i dont know how to put my php files online in the webhost pls can you create a video on that,
    i also need to know which hosting site are you using

  • @AndryRoby
    @AndryRoby 6 лет назад +1

    Hello, please do Hotel Website Tutorial pls :D

  • @bosunjohnson
    @bosunjohnson 6 лет назад

    Great video.

  • @Kodeispoetry
    @Kodeispoetry 4 года назад

    Stripe API has changed a lot, sir. is this still relevant?

  • @willonedision
    @willonedision 6 лет назад

    where is the part 2?

  • @mnmnaveed1319
    @mnmnaveed1319 6 лет назад

    Hey sir Can you make django videos their is no good videos of django

  • @h4xOffPls
    @h4xOffPls 5 лет назад

    thanks bro

  • @shivamchhetri9893
    @shivamchhetri9893 6 лет назад

    Here it's me the first one.
    #JosephGraham

  • @matthewthemobiledj
    @matthewthemobiledj 5 лет назад

    🔥

  • @The67Crucible
    @The67Crucible 6 лет назад

    I'd love to see code for a customer facing card update form, that's super important for clients on recurring subscriptions. here is stripe doc on it stripe.com/docs/recipes/updating-customer-cards

  • @satellitesage2487
    @satellitesage2487 3 года назад

    What if I want to send money to a specific person, and not just accept payments? How would I do that?

  • @ahgiynq
    @ahgiynq 3 года назад

    Thank You