https://github.com/stripe/stripe-pyth...
I was having a tough time figuring out how to add credit card payments to my ecommerce project maximizing automation and minimizing JavaScript. This solution leverages Stripe's API to avoid handling credit card numbers ourselves. There aren't actually many services that let you process credit cards so maybe in 5 years a startup will exist solely to process cards in a better way than stripe and will also help businesses process cards themselves at a certain point.
00:00 Introduction
00:40 Prerequisites
01:25 Stripe Dashboard
03:50 Boilerplate code
06:30 Stripe part of code
10:40 Demoing the code
13:45 Verify Payment to Stripe