Fondo Install & Auth
Overview
Set up Fondo for automated startup bookkeeping, tax filing, and R&D tax credits. Fondo is a managed platform (not an API-first service) that integrates with payroll providers, banks, and expense tools. Configuration happens through the Fondo dashboard and OAuth connections.
Prerequisites
- US-incorporated startup (C-corp or LLC)
- Fondo account at fondo.com
- Active payroll provider (Gusto, Rippling, ADP, etc.)
- Business bank account
Instructions
Step 1: Create Fondo Account
- Sign up at fondo.com
- Select your plan: TaxPass (bookkeeping + taxes + R&D credits)
- Complete company profile (EIN, incorporation date, state)
Step 2: Connect Payroll Provider
| Provider |
Connection Type |
Data Synced |
| Gusto |
OAuth 2.0 |
Payroll runs, employee data, tax filings |
| Rippling |
OAuth 2.0 |
Payroll, benefits, headcount |
| ADP |
API key |
Payroll summaries, tax deposits |
| Justworks |
OAuth 2.0 |
PEO payroll, contractor payments |
| QuickBooks Payroll |
OAuth 2.0 |
Payroll journal entries |
| Paychex |
Manual upload |
Pay stubs, tax forms |
Navigate to Fondo Dashboard > Integrations > Connect Payroll and authorize.
Step 3: Connect Bank Accounts
Fondo Dashboard > Integrations > Banking
→ Connect via Plaid (most banks)
→ Or manual CSV upload for unsupported banks
→ Mercury, SVB, Brex, Chase all supported via Plaid
Step 4: Connect Expense Tools
| Tool |
What It Provides |
| Brex |
Corporate card transactions |
| Ramp |
Card spend, reimbursements |
| Expensify |
Receipt data, categorized expenses |
| Bill.com |
AP/AR, vendor payments |
| Stripe |
Revenue data, payouts |
Step 5: Verify Connection
After connecting, verify in Dashboard > Integrations:
- Green check = connected and syncing
- Yellow warning = needs re-authorization
- Red X = connection failed, re-connect needed
Error Handling
| Issue |
Cause |
Solution |
| OAuth expired |
Token expiry (90 days typical) |
Re-authorize in Dashboard > Integrations |
| Missing transactions |
Bank feed lag |
Wait 24h or upload CSV manually |
| Duplicate entries |
Multiple connections to same account |
Remove duplicate connection |
| Sync paused |
Provider API change |
Contact Fondo support |
Resources
Next Steps
After setup, proceed to fondo-hello-world to verify your first financial sync.
Source: jeremylongshore/claude-code-plugins-plus-skills → skills/.curated/fondo-install-auth/SKILL.md
Also appears in: jeremylongshore/claude-code-plugins-plus-skills/plugins/saas-packs/fondo-pack/skills/fondo-install-auth/SKILL.md
1---2name: fondo-install-auth3description: 'Set up Fondo account and configure integrations with Gusto, QuickBooks, and bank accounts for automated startup bookkeeping and R&D tax credits. Trigger: "setup fondo", "fondo account", "fondo integrations", "connect fondo". '4---56# Fondo Install & Auth78## Overview910Set up Fondo for automated startup bookkeeping, tax filing, and R&D tax credits. Fondo is a managed platform (not an API-first service) that integrates with payroll providers, banks, and expense tools. Configuration happens through the Fondo dashboard and OAuth connections.1112## Prerequisites1314- US-incorporated startup (C-corp or LLC)15- Fondo account at [fondo.com](https://fondo.com)16- Active payroll provider (Gusto, Rippling, ADP, etc.)17- Business bank account1819## Instructions2021### Step 1: Create Fondo Account22231. Sign up at [fondo.com](https://fondo.com)242. Select your plan: **TaxPass** (bookkeeping + taxes + R&D credits)253. Complete company profile (EIN, incorporation date, state)2627### Step 2: Connect Payroll Provider2829| Provider | Connection Type | Data Synced |30|----------|----------------|-------------|31| Gusto | OAuth 2.0 | Payroll runs, employee data, tax filings |32| Rippling | OAuth 2.0 | Payroll, benefits, headcount |33| ADP | API key | Payroll summaries, tax deposits |34| Justworks | OAuth 2.0 | PEO payroll, contractor payments |35| QuickBooks Payroll | OAuth 2.0 | Payroll journal entries |36| Paychex | Manual upload | Pay stubs, tax forms |3738Navigate to Fondo Dashboard > Integrations > Connect Payroll and authorize.3940### Step 3: Connect Bank Accounts4142```43Fondo Dashboard > Integrations > Banking44 → Connect via Plaid (most banks)45 → Or manual CSV upload for unsupported banks46 → Mercury, SVB, Brex, Chase all supported via Plaid47```4849### Step 4: Connect Expense Tools5051| Tool | What It Provides |52|------|------------------|53| Brex | Corporate card transactions |54| Ramp | Card spend, reimbursements |55| Expensify | Receipt data, categorized expenses |56| Bill.com | AP/AR, vendor payments |57| Stripe | Revenue data, payouts |5859### Step 5: Verify Connection6061After connecting, verify in Dashboard > Integrations:6263- Green check = connected and syncing64- Yellow warning = needs re-authorization65- Red X = connection failed, re-connect needed6667## Error Handling6869| Issue | Cause | Solution |70|-------|-------|----------|71| OAuth expired | Token expiry (90 days typical) | Re-authorize in Dashboard > Integrations |72| Missing transactions | Bank feed lag | Wait 24h or upload CSV manually |73| Duplicate entries | Multiple connections to same account | Remove duplicate connection |74| Sync paused | Provider API change | Contact Fondo support |7576## Resources7778- [Fondo](https://fondo.com)79- [Fondo R&D Credits FAQ](https://fondo.com/blog/fondo-rd-credits-faq)80- [TaxPass Overview](https://fondo.com/taxpass)8182## Next Steps8384After setup, proceed to `fondo-hello-world` to verify your first financial sync.8586---8788**Source:** [`jeremylongshore/claude-code-plugins-plus-skills`](https://github.com/jeremylongshore/claude-code-plugins-plus-skills) → `skills/.curated/fondo-install-auth/SKILL.md`8990**Also appears in:** `jeremylongshore/claude-code-plugins-plus-skills/plugins/saas-packs/fondo-pack/skills/fondo-install-auth/SKILL.md`