Learn how to wrap up the payments with the user. This video shows how to create a checkout page for a given subscription.
- [Instructor] Now the next thing that we want to…- [Instructor] Now the next thing that we want to…work on is our checkout page.…work on is our checkout page.…Now you can see we can clearly access it here.…Now you can see we can clearly access it here.…One thing that I want to mention is let's say that we are…One thing that I want to mention is let's say that we are…logged out and we decide that, hey, I want to get a Premium…logged out and we decide that, hey, I want to get a Premium…Account, and I'm going to click on this yearly option here.…Account, and I'm going to click on this yearly option here.…We shouldn't be able to see this checkout page unless…We shouldn't be able to see this checkout page unless…we are signed in, or else we won't know who to attribute…we are signed in, or else we won't know who to attribute…the Premium subscription to.…the Premium subscription to.…So let's go ahead and move back to our code…So let's go ahead and move back to our code…and let's move into our views.py.…and let's move into our views.py.…
Released
3/1/2019- Using APIs
- Leveraging the Stripe dashboard
- Building a checkout page
- Configuring payment periods
- Working with the Stripe frontend
- Handling data
- Implementing a coupon system
- Processing payments
- Analyzing Stripe data
- Creating user models
- Allowing for subscription cancellations
Share this video
Embed this video
Video: Checkout page