Connect Stripe
See MRR, daily revenue, and recent charges in your dashboard.
Create a Restricted Key
Click the button below to open Stripe with the exact permissions pre-filled. Just name the key and save it.
Create Key on StripeThis creates a restricted key with read-only access to Charges and Balance. Nothing else. Never use your secret key.
Or create the key manually
| Resource | Permission |
|---|---|
| Charges | Read |
| Balance | Read |
| Everything else | None |
Paste It in Settings
Open your site in the dashboard, click the Settings tab, and paste your restricted key in the Stripe field. Hit Save.
Each site has its own Stripe key — you can connect different Stripe accounts to different sites in your workspace.
See Revenue Data
Revenue data appears on your site dashboard immediately. You'll see daily revenue, MRR, and recent charges.
Security
How is my key stored?
Your Stripe key is encrypted with AES-256-GCM before it touches the database. It never appears in client-side code or logs.
Can Pulse Tower charge my customers?
No. With a read-only restricted key, Pulse Tower can only read charge and balance data. It cannot create charges, refunds, or modify anything.
Can I revoke the key?
Yes. Delete the restricted key in Stripe at any time and Pulse Tower will simply stop showing revenue data.