- Setting Up Your Stripe Account
- Getting the Stripe API Keys
- Creating A Stripe Webhook
- Setting Up You Go Invoice It Payment Settings
To begin accepting payments on your invoices and recording them with Stripe you need to have a Stripe account.
If you already have a stripe account you may skip this step.
Getting the Stripe API Keys
In this step, we will be getting the Stripe API keys to allow us to allow our customers to make a payment from the Invoices we email them, also this will allow us to accept payments on our invoice while logged in to our account.
Creating A Stripe Webhook
In this step, we will be setting up a stripe webhook. This will allow us to record payments on invoices that are emailed to customers.
Setting Up You Go Invoice It Payment Settings
In this step, we will be adding our Stripe API Keys to our account and testing out the payments.
**This post is incomplete and will be updated soon! Please check back often.