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.

Stripe front end

Stripe front end

From the course: Building a Paid Membership Site with Django

Start my 1-month free trial

Stripe front end

- [Instructor] So while we're on the subject of API keys, - [Instructor] So while we're on the subject of API keys, I'd like to go ahead and talk about the Secret key I'd like to go ahead and talk about the Secret key that's listed here. that's listed here. So, the Publishable key is what you put inside of that form So, the Publishable key is what you put inside of that form to say, hey, if somebody submits a credit card payment to say, hey, if somebody submits a credit card payment with the following key, with the following key, it needs to be connected to this account. it needs to be connected to this account. Now, when you're going to make some API calls like, Now, when you're going to make some API calls like, hey, I want to make a new customer, hey, I want to make a new customer, and I want to subscribe them to the following product, and I want to subscribe them to the following product, or I want to cancel that. or I want to cancel that. That's going to require the Secret key…

Contents