Introduction
Section titled Stripe%20Account%20Setup
Stripe Account Setup
We will need a stripe account to use for our application.
If you have one, login now because we will need our API keys coming up soon. If you don’t, go create one on the registration page.
Section titled Test%20it%20out
Test it out
To test it out, let’s install the stripe CLI which we’ll use to receieve webhooks from stripe later. Follow the directions here to install and login.
To test that you have it installed properly, try and look at the logs for your account:
stripe logs tail
You should see a Ready!
message if you correctly installed the CLI and logged into your stripe account.
Ctrl+c
out of that command, and lets continue 👍🏼
Finished application on github.