Stripe does a great job of making things simple for us. This video shows how to set up Stripe’s front end so that the credit card data never touches the back 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.…That's going to require the Secret key.…
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: Stripe front end