Stripe
What Plutus imports
Section titled “What Plutus imports”- Processing/platform fees by fee type
Connecting
Section titled “Connecting”Method: Restricted API Key
- In the Stripe Dashboard, go to Developers > API keys, then click Create restricted key.
- Grant the key Read access to Balance and Balance Transactions. No other permissions are needed.
- Copy the generated key (it starts with
rk_live_...) and paste it into the Restricted API Key field in Plutus.
A key scoped to only Balance and Balance Transactions is strongly preferred over your full Stripe secret key.
This tracks what Stripe charges you (processing fees) as a cost, not your own customers’ payments. To overlay subscription created/canceled events on your cost charts instead, connect the separate “Stripe Subscriptions” event source.