Paste rk_live_. Get the checklist Stripe Dashboard does not dollarize.
We inventory webhook / event-destination config against a SaaS billing checklist, measure failed-payment and cancel event volume, and estimate dollars sitting in open failed subscription invoices. HTML + PDF. Optional weekly re-scan. We never write. We never email your customers. We cannot see your server code.
- Checklist vs
enabled_events(must-subscribe types from Stripe's subscription webhook table) - 90-day open attempted subscription invoice stock — labeled estimate
- Weekly delta if you take Watchdog
Stripe Workbench already shows Delivered / Pending / Failed for recent deliveries. We do not claim Stripe hides webhook failures. Our wedge is checklist + open-invoice dollars + 90-day window + weekly.
Pricing
HTML + PDF report. Key discarded after the job.
Weekly re-scan of checks 1–9. Encrypted key at rest. Unsubscribe deletes the key.
Try without keys (FREE_COHORT dogfood)
Runs the committed sandbox-fail fixture (disabled endpoint, missing customer.subscription.deleted, open attempted sub invoice $49). Same report UI as a paid scan. Merchant Checkout is not configured until TARS provides keys.
Run a scan (FREE_COHORT)
Restricted key permissions (Read only)
Create a Restricted API Key in Stripe Dashboard. Set Write to None on every resource. We only GET. Stripe RAK guide.
| Dashboard resource | Access | Why |
|---|---|---|
| Events | Read | List/retrieve events (GET /v1/events) |
| Webhook Endpoints | Read | List webhook endpoints and event destinations. Never Write. |
| Subscriptions | Read | GET /v1/subscriptions |
| Invoices | Read | GET /v1/invoices |
| Customers | Read | Retrieve customer when expanding |
| Charges | Read | charge.failed volume via Events (optional Charges Read) |
Trust
rk_live_only.sk_*rejected.rk_test_rejected for live reports.- GET-only against your Stripe account. No webhookEndpoints.create/update/del. No invoice writes.
- One-shot: key in memory (or 15-min encrypted row). Deleted on done/timeout. Log line: key_discarded.
- No dunning. No Connect. No emails to your customers.