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 includeAdministrator, Super Administrator, and Developer.
(Option 1: Stripe Marketplace App) Integerate via the Stripe Marketplace
- Go to the Slicker App page in the Stripe Marketplace.
- Click on the
Installbutton. - Follow the instructions to authorize Slicker to access your Stripe account.
- Once authorized, you will be able to use click the
Linkbutton in the Slicker app page to link your Stripe account to your Slicker instance.
(Option 2: API Key) 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:
ReadonAll core resources

ReadonAll Connect resources

ReadonAll Reporting resources

Readon allBillingresources, withWriteonInvoices.

- (Optional)
WriteonSubscriptions.AddWriteonSubscriptionsonly if you want Slicker’s Grace Period Manager to cancel subscriptions when their grace period ends. Marking invoices uncollectible is already covered by theWriteonInvoicespermission above. Cancelling subscriptions is the one grace-period action that needs this extra scope.
-
Click the
Create keybutton. If prompted confirm your password. Copy the generated key - we will need it later.
(Option 2: API Key) Create integration in Slicker
- Go to the Slicker’s new integration page.
- Select
Stripefrom 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
Submitbutton to create the integration.
(Optional) Enable real-time webhooks
By default Slicker keeps your data in sync by polling the Stripe API on a schedule. Adding a webhook lets Stripe push changes to Slicker the moment they happen, for near real-time recovery tracking. For Stripe Billing this is especially valuable: Stripe’s API has no “updated since” filter for invoices and subscriptions, so webhooks are the most reliable way to capture later status changes — a payment that finally succeeds, an invoice that’s voided, a subscription that cancels — as soon as they occur.Webhooks are configured per Stripe account, in that account’s own Stripe Dashboard. They’re optional and can be added at any time after the integration is created.
- In your Slicker integration settings, turn on Webhooks and copy the Webhook URL Slicker shows you. This URL is unique to your integration.
- In the Stripe Dashboard, go to Developers → Webhooks and click Add endpoint.
- Paste the Slicker Webhook URL into the Endpoint URL field.
-
Under Select events, subscribe to only the events Slicker uses (below). You can pick All events to get started, but on high-volume accounts we recommend selecting just these — Slicker ignores anything else, so extra events are only wasted webhook traffic:
- Invoices —
invoice.created,invoice.finalized,invoice.updated,invoice.paid,invoice.payment_succeeded,invoice.payment_failed,invoice.payment_action_required,invoice.marked_uncollectible,invoice.voided - Subscriptions —
customer.subscription.created,customer.subscription.updated,customer.subscription.deleted,customer.subscription.paused,customer.subscription.resumed - Payments —
payment_intent.succeeded,payment_intent.payment_failed,payment_intent.processing,payment_intent.requires_action,payment_intent.canceled - Customers —
customer.created,customer.updated,customer.deleted
- Invoices —
- Click Add endpoint to save it.
-
Open the endpoint you just created, reveal its Signing secret (it starts with
whsec_), and copy it. - Back in Slicker, paste the signing secret into the Webhook Signing Secret field and save.
(Optional) Let Slicker manage the grace period
Slicker’s Grace Period Manager keeps recovering failed payments on your own schedule and decides what happens when that window ends. There are two things to set up: turn the grace period settings on in Slicker, and stop Stripe from ending the subscription itself.The order does not matter. Slicker measures each grace period from the invoice’s first failed payment, not from when you turn the feature on, so if you switch Stripe to leave invoices overdue first, they simply wait until Slicker takes over. Its next run then closes anything already past its grace period, so the backlog is handled either way.
Turn on grace period management in Slicker
In your Slicker integration settings, enable the grace period manager, then set the grace period length and the actions to apply when it expires.
If you do not see these settings, let us know and we will enable the feature for your account.
Turn off Stripe’s automatic cancellation
Stop Stripe from ending the subscription itself, so Slicker owns the recovery window. Otherwise Stripe cancels or writes off the invoice once its own retries run out, before your grace period is up.- Open your Stripe retries and recovery settings.
- Set every failed-payment outcome to leave the invoice overdue. Do not cancel the subscription, mark it unpaid, or mark the invoice uncollectible.

Write on Subscriptions permission described above.
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.