Stripe Billing
Learn how to connect Stripe Billing to Slicker
Prerequisites
Slicker integrates with Stripe via an API key. Creating a Stripe API key requires a Stripe user enough permissions to do so.
Stipe user roles that have this permission include Administrator
, Super Administrator
, and Developer
.
Create credentials
-
Go to the Stripe dashboard to create a new restricted API key here.
-
Give the key a name like
Slicker
. -
For permissions select the following:
Read
onAll core resources
Read
onAll Connect resources
Read
onAll Reporting resources
Read
on allBilling
resources, withWrite
onInvoices
.TheWrite
permission onInvoices
is required for Slicker to retry failed transactions and recover revenue.
-
Click the
Create key
button. If prompted confirm your password. Copy the generated key - we will need it later.
Create integration in Slicker
- Go to the Slicker’s new integration page.
- Select
Stripe
from the list of integrations. - Give the integration a name and description to help you identify it later.
- Enter the API key you copied earlier.
- Make sure to select this integration is for Stripe Billing. Otherwise, Slicker will only sync payment data, without managing failed billing attempts.
- Click the
Submit
button to create the integration.
Troubleshooting
On integration creation, Slicker will attempt to connect to Stripe using the provided API key. If the connection fails, you will see an error message like the one below. Please double-check the API key, make sure it has the correct permissions, and try again.