domain: quickbooks.com · 4 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
In-depth guide
QuickBooks OAuth refresh token rotation — the full failure-mode walkthrough related to quickbooks.com, checked against official docs, with linked verified routes.
Steps
OAuth2 (authorization code) → tokens per realm (company); refresh token rotates on every refresh — store the NEW one
POST /v3/company/{realmId}/invoice with Line array (DetailType SalesItemLineDetail, ItemRef, Amount) and CustomerRef
Email it: POST /invoice/{id}/send?sendTo=...
Use minorversion query param pinned to a tested version
Known gotchas
Refresh tokens ROTATE: using a stale refresh token (because you didn't persist the new one) kills the connection — most common QBO integration failure
SyncToken required on updates — stale token = 'Stale Object Error'; re-read before update
Sandbox and production have different base URLs and client keys
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?