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

Accounts

Function nameDescriptionTypeSource code
create-accountCreates a single account in QuickBooks.Action🔗 Github
update-accountUpdates a single account in QuickBooks.Action🔗 Github
accountsFetches all accounts in QuickBooks. Handles both active and archived accounts, saving or deleting them based on their status.Sync🔗 Github

Bill Payments

Function nameDescriptionTypeSource code
bill-paymentsFetches all QuickBooks bill paymentsSync🔗 Github

Bills

Function nameDescriptionTypeSource code
create-billCreates a single bill in QuickBooks.Action🔗 Github
billsFetches all QuickBooks billsSync🔗 Github

Credit Memos

Function nameDescriptionTypeSource code
create-credit-memoCreates a single credit memo in QuickBooks.Action🔗 Github
update-credit-memoUpdates a single credit memo in QuickBooks.Action🔗 Github
credit-memosFetches all QuickBooks credit memosSync🔗 Github

Customers

Function nameDescriptionTypeSource code
create-customerCreates a single customer in QuickBooks.Action🔗 Github
update-customerUpdate a single customer in QuickBooks.Action🔗 Github
customersFetches all QuickBooks customers. Handles both active and archived customers, saving or deleting them based on their status.Sync🔗 Github

Deposits

Function nameDescriptionTypeSource code
depositsFetches all QuickBooks depositsSync🔗 Github

Invoices

Function nameDescriptionTypeSource code
create-invoiceCreates a single invoice in QuickBooks.Action🔗 Github
update-invoiceUpdates a single invoice in QuickBooks.Action🔗 Github
invoicesFetches all invoices in QuickBooks. Handles both active and voided invoices, saving or deleting them based on their status.Sync🔗 Github

Items

Function nameDescriptionTypeSource code
create-itemCreates a single item in QuickBooks.Action🔗 Github
update-itemUpdate a single item in QuickBooks.Action🔗 Github
itemsFetches all items in QuickBooks. Handles both active and archived items, saving or deleting them based on their status.Sync🔗 Github

Journal Entries

Function nameDescriptionTypeSource code
create-journal-entryCreates a single journal entry in QuickBooks.Action🔗 Github
update-journal-entryUpdate a single journal entry in QuickBooks.Action🔗 Github
journal-entriesFetch all journal entries in QuickBooksSync🔗 Github

Payments

Function nameDescriptionTypeSource code
create-paymentCreates a single payment in QuickBooks.Action🔗 Github
paymentsFetches all payments in QuickBooks. Handles both active and voided payments, saving or deleting them based on their status.Sync🔗 Github

Purchase Orders

Function nameDescriptionTypeSource code
create-purchase-orderCreates a single purchase order in QuickBooks.Action🔗 Github

Purchases

Function nameDescriptionTypeSource code
purchasesFetches all QuickBooks purchasesSync🔗 Github

Transfers

Function nameDescriptionTypeSource code
transfersFetches all QuickBooks transfersSync🔗 Github

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