Setting up the Stripe integration
- If you haven’t already, create a Stripe account
- Make sure your Stripe account has been given an Adminstrator or Developer role
- Go to Stripe’s API Keys page
- You have a choice of keys to create. A Secret key is quick and simple, while a Restricted key offers more security controls
- For a secret key:
- Click Create Secret key
- Enter a name in the Key name field
- Click Create
- Click on the key that appears to copy it to your clipboard.
- For a restricted key:
- Click the Create restricted key
- Enter a name in the Key name field
- Select the API resources and permissions for the key.
- Read and Write
- Customers
- Invoices
- Read
- Charges
- Read and Write
- Click Create key
- For a secret key:
- After creation, click the new key to copy it to your clipboard.
- Go to FlowEQ > Integrations Lab > Stripe , or click here
- Paste the key you copied in step 5 into the API key field, then click Save
- The FlowEQ/Stripe integration is now set up