API & Account Integrations

Configure API credentials and OAuth tokens for both Wave Apps and QuickBooks Online.

Active Invoicing Engine

Choose which service dispatches your single and bulk invoices.

1. Wave Apps Integration (Personal Access Token)

GraphQL API

Generated in Wave Developer Portal → Manage Applications → Create Token.

2. QuickBooks Online Integration (OAuth 2.0)

REST API v3
Connection Status: Not Connected

Deploying to Vercel (Production Env Variables)

You can set these Environment Variables directly in your Vercel Project Settings:

# Wave Credentials
WAVE_API_TOKEN=your_wave_token_here
# QuickBooks Credentials
QBO_CLIENT_ID=your_qbo_client_id
QBO_CLIENT_SECRET=your_qbo_client_secret
QBO_ENVIRONMENT=production