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.
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 ...........
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!
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? :)
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
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.
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
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
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
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
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
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
I'm going to spend my whole saturday night watching this series.
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.
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 ...........
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!
You could not have timed this tutorial better! I've literally just started looking at the stripe docs for my own app. Thanks Brad! 😁
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.
It was really GREAT ! THANK YOU A LOT ! VERY VERY easy to understand if you have the required knowledge of php.
This is Gold.
Appreciate your work Brad!
Your code is easy to understand thanks👍
Thank you so much! I have your course on Udemy and it's great. I learned so much from you!
Thanks for this! I would love to see a node-epress stripe guide.
One of the best project videos! Keep going please! Thank you so much!
Great video, could you do a video on upgrading this code to the latest stripe API, please? to include the new Strong Customer Authentication
I second this! Would love to see your take on it, Brad. Thank you!
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? :)
Thank you for preparing me to get a new job!
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
Any fix??? I’m so stuck!
Great mini series.
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.
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
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
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
Great stuff as always Brad, keep up the good job!!
your course is last updated in 2017 on Udemy..any fresh one? thanks
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
Same here! Please provide solution if you fixed it!!
great video, if you do an follow up, please add refund stripe order....
Awesome tutorial. How about HTML5 drag&drop crash course? Maybe drag&drop file upload with custom styling?
thank you for that, i have a question, can we make many transactions by one customer ?
You've had a busy week.
haha yep. I usually take a break between Udemy courses and push out the RUclipss :)
Good job sir.
So wonderfull my friend
your aswsone man thanks for all your videos ive learned some much
Epic tutorial, my dude.
thank you so much i like your series
.so amazing friends ..
Thanks Brad!
Thank u for this awesome video. Can u make same project with nodejs and mongodb
I was thinking about that, shouldn't be difficult
Awesome man. Thank you.
this is so helpful, thanks a lot..
please i had this error "" Invalid API Key provided: pk_**************EKEY stripe php "" what i should do .... pls answer me
Thank you
Hey, man. Do you have any intention to making Dart crash course?
Sir, Please make tutorial using PayPal with pdo .. and like thia video
Can you do a tutorial on Paymentwall api
Great stuff!
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
Hello, please do Hotel Website Tutorial pls :D
Great video.
Stripe API has changed a lot, sir. is this still relevant?
where is the part 2?
Hey sir Can you make django videos their is no good videos of django
thanks bro
Here it's me the first one.
#JosephGraham
🔥
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
What if I want to send money to a specific person, and not just accept payments? How would I do that?
Thank You