From the course: Building a Paid Membership Site with Django

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Process payment

Process payment

From the course: Building a Paid Membership Site with Django

Start my 1-month free trial

Process payment

- [Instructor] I would consider this to be - [Instructor] I would consider this to be the crown jewel of the course the crown jewel of the course because what we're going to do here is because what we're going to do here is create a subscription and charge our customer. create a subscription and charge our customer. A whole lot is going on here, A whole lot is going on here, but Stripe makes it very simple. but Stripe makes it very simple. Let's go ahead and move into our post part of this function. Let's go ahead and move into our post part of this function. We've done everything for the get, We've done everything for the get, but it's time to talk about the post. but it's time to talk about the post. So the first thing that we want to do is So the first thing that we want to do is we want to make a customer in Stripe, we want to make a customer in Stripe, so I'm going to make a variable to hold this. so I'm going to make a variable to hold this. I'm going to call this Stripe…

Contents