Check out my Complete Django course! https://dub.sh/NvGboTI
Paypal API integration with Django. This video covers client side integration with the checkout API
Follow me on Twitter: https://twitter.com/dennisivy11
Source Code: https://dennis-sourcecode.herokuapp.com/39/
Starter code to follow along with: https://github.com/divanov11/djangopaypal_startfiles
Time Stamps:
- 00:00 - Introduction
- 1:36 - PayPal documentation
- 3:43 - Create sandbox account
- 9:09 - Adding PayPal buttons
- 15:14 - Styling buttons
- 17:35 - Checkout process
- 29:40 - Process payment
Helpful Links:
- https://developer.paypal.com/classic-home/
- https://developer.paypal.com/docs/checkout/#how-the-buttons-work
- https://developer.paypal.com/demo/checkout/#/pattern/client
- https://docs.djangoproject.com/en/3.0/ref/csrf/