Quick Start
Get started with Money Fast in 3 steps.
Step 1: Add Your Website
- Log in to the Dashboard and click Add Website.
- Enter your website domain (e.g.
example.com). - Select the timezone for date aggregation in reports.
Step 2: Connect Your Payment Provider
Connect your payment provider so Money Fast can receive payment events. Currently supported: Stripe (more coming soon).
Recommended: API Key — Provide a Restricted Key with read-only permissions. Money Fast automatically creates the webhook endpoint and enables historical data import.
Alternative: Manual Webhook — Manually create a webhook endpoint in your payment provider and paste the signing secret. See Connect Payment Provider for detailed steps.
Step 3: Install Attribution Script (Optional)
To track where your revenue comes from (UTM source, referrer, device, etc.), add a single script tag to your website:
<script defer src="https://moneyfa.st/js/script.min.js"></script>Then pass the attribution data as metadata when creating checkout sessions. See Install Script for framework-specific guides and Attribution for code examples.
What's Next
Once connected, every payment event appears in your Money Fast dashboard in real time. From here you can:
- Import historical data — If you used an API key, go to Settings > Import to pull in existing orders and subscriptions.
- Explore the dashboard — View revenue trends, order breakdowns, subscription metrics, and attribution data on the Overview page.
- Review events — Check the Events page to see raw webhook events as they arrive.