From the course: Adding Stripe Payments to Your Ruby on Rails Application

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Signing up for Stripe

Signing up for Stripe

- [Instructor] So now it's time to start by creating your own Stripe account. So you can go create your account, I'm going to log in to mine and what we'll do is we'll set up our Stripe account, grab our keys for Stripe, and then begin by implementing the JavaScript to capture credit cards on our site. So once you get your Stripe account set up, you'll be presented with the Stripe dashboard, and here's where you can view all of the real payments and transactions that happen in live mode, but you can also toggle this to look over at test mode, which will show you all the test transactions and customers, and everything that you want to do in testing. So we'll be looking at the test mode specifically here, and when you're ready to go into production, you can change your API keys, which will allow you to capture real credit card payments when you deploy your app into production. So we'll be looking at test mode for all of this, and you will just toggle that over to live and switch your…

Contents