Skip to main content

Overview

Pre-built tooling

ToolsStatus
Pre-built authorization (OAuth)
Credentials auto-refresh
Pre-built authorization UI
Custom authorization UI
End-user authorization guide
Expired credentials detection
ToolsStatus
Pre-built integrations
API unification
2-way sync
Webhooks from Nango on data modifications
Real-time webhooks from 3rd-party API🚫 (time to contribute: <48h)
Proxy requests
ToolsStatus
HTTP request logging
End-to-type type safety
Data runtime validation
OpenTelemetry export
Slack alerts on errors
Integration status API
ToolsStatus
Create or customize use-cases
Pre-configured pagination🚫 (time to contribute: <48h)
Pre-configured rate-limit handling🚫 (time to contribute: <48h)
Per-customer configurations

Pre-built integrations

EndpointDescriptionReadme
POST /accountsCreates a single account in QuickBooks.🔗
PUT /accountsUpdates a single account in QuickBooks.🔗
GET /accountsFetches all accounts in QuickBooks. Handles both active and archived accounts, saving or deleting them based on their status.🔗
EndpointDescriptionReadme
GET /bill-paymentsFetches all QuickBooks bill payments🔗
EndpointDescriptionReadme
POST /billsCreates a single bill in QuickBooks.🔗
GET /billsFetches all QuickBooks bills🔗
EndpointDescriptionReadme
POST /credit-memosCreates a single credit memo in QuickBooks.🔗
PUT /credit-memosUpdates a single credit memo in QuickBooks.🔗
GET /credit-memosFetches all QuickBooks credit memos🔗
EndpointDescriptionReadme
POST /customersCreates a single customer in QuickBooks.🔗
PUT /customersUpdate a single customer in QuickBooks.🔗
GET /customersFetches all QuickBooks customers. Handles both active and archived customers, saving or deleting them based on their status.🔗
EndpointDescriptionReadme
GET /depositsFetches all QuickBooks deposits🔗
EndpointDescriptionReadme
POST /invoicesCreates a single invoice in QuickBooks.🔗
PUT /invoicesUpdates a single invoice in QuickBooks.🔗
GET /invoicesFetches all invoices in QuickBooks. Handles both active and voided invoices, saving or deleting them based on their status.🔗
EndpointDescriptionReadme
POST /itemsCreates a single item in QuickBooks.🔗
PUT /itemsUpdate a single item in QuickBooks.🔗
GET /itemsFetches all items in QuickBooks. Handles both active and archived items, saving or deleting them based on their status.🔗
EndpointDescriptionReadme
POST /journal-entriesCreates a single journal entry in QuickBooks.🔗
PUT /journal-entriesUpdate a single journal entry in QuickBooks.🔗
GET /journal-entriesFetch all journal entries in QuickBooks🔗
EndpointDescriptionReadme
POST /paymentsCreates a single payment in QuickBooks.🔗
GET /paymentsFetches all payments in QuickBooks. Handles both active and voided payments, saving or deleting them based on their status.🔗
EndpointDescriptionReadme
POST /purchase-ordersCreates a single purchase order in QuickBooks.🔗
EndpointDescriptionReadme
GET /purchasesFetches all QuickBooks purchases🔗
EndpointDescriptionReadme
GET /transfersFetches all QuickBooks transfers🔗
Not seeing the integration you need? Build your own independently.

Access requirements

Pre-RequisitesStatusComment
Paid dev account
Paid test account
Partnership
App review
Security audit

Setup guide

No setup guide yet.
Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Contribute useful links by editing this page

API gotchas

  • QuickBooks requires a company ID/realmId for each API request. To obtain this when creating a new connection on Nango, go to Settings and select Your Account and Settings. On the Your Account page, your Company ID (found under the Billing & Subscription tab) will be displayed at the top. Nango can automatically retrieve this for you, or you can manually override it by specifying the realmId when creating a new connection.
  • You can use getConnection in your integration function to retrieve it, or when you fetch the Connection credentials with the REST API or SDK
Contribute API gotchas by editing this page

Going further

Connect to Quickbooks (Sandbox)

Guide to connect to Quickbooks (Sandbox) using Connect UI
I