Stripe
Connect Stripe to pull subscription and revenue data directly from your payment processor — useful for apps that handle their own billing outside the App Store.
What it pulls
Stripe integration syncs subscription and payment data into Fload's revenue engine. This is particularly useful for:
- Apps with web-based subscriptions (billed through Stripe, not through App Store/Play Store)
- SaaS tools that have a companion mobile app
- Hybrid monetization (some users pay via app store, some via web)
| Data | Description |
|---|---|
| MRR / Revenue | Monthly recurring revenue from Stripe subscriptions |
| Active subscriptions | Current active subscription count |
| New trials | Trial subscriptions started |
| Active trials | Currently active trial subscriptions |
| Trial conversion rate | Percentage of trials that convert to paid |
| Subscription retention rate | Retention rate across subscription cohorts |
Setup
Stripe uses an API key — no OAuth flow required.
Steps
- In Fload, go to Connectors → Add connector → Stripe.
- Go to your Stripe Dashboard.
- Copy your Secret key (
sk_live_...for production,sk_test_...for testing). - Paste it into Fload and click Connect.
API key notes
Fload requires a secret key (sk_live_... or sk_test_...). Restricted keys (rk_live_...) are also supported if they have read access to Customers, Subscriptions, Charges, and Products/Prices.
What features this enables
- Revenue data in your asset dashboard
- Subscription metrics (active subs, MRR)
- AI chat — "what's my MRR?" "how many active subscribers do I have?"
- Valuation engine uses Stripe MRR for tier detection
Notes
- Fload uses your Stripe data to determine your pricing tier. See Pricing & Credits.
- Stripe metrics appear under the asset they're linked to. If you have multiple apps sharing one Stripe account, contact support for help linking correctly.
- Test mode keys (
sk_test_...orrk_test_...) will only import test data.
Troubleshooting
"Invalid API key" error Make sure you're using a live key (not test) for production data. Also verify the key wasn't revoked in your Stripe dashboard.
No revenue data after connecting Fload needs to perform an initial backfill. This can take a few minutes. If data still doesn't appear after 30 minutes, check that the restricted key has permission to read Subscriptions and Charges.
Duplicate connector error Each Stripe API key can only be connected to one Fload organization. If you see a duplicate error, the key is already connected — possibly by a previous account.