π Quickstart
Connect to Quickbooks with Nango and see data flow in 2 minutes.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Quickbooks.
Authorize Quickbooks
Go to Connections -> Add Test Connection -> Authorize, then log in to Quickbooks. Later, youβll let your users do the same directly from your app.
Call the Quickbooks API
Letβs make your first request to the Quickbooks API. Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials with the Node SDK or API.β
Youβre connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
π Quickbooks Integration Guides
Nango maintained guides for common use cases.-
How to register your own Quickbooks OAuth app
Register an OAuth app with Quickbooks and obtain credentials to connect it to Nango -
How do I link my Quickbooks account?
Learn how to authenticate with Quickbooks and link your account
π§© Pre-built syncs & actions for Quickbooks
Enable them in your dashboard. Extend and customize to fit your needs.Accounts
| Function name | Description | Type | Source code |
|---|---|---|---|
create-account | Creates a single account in QuickBooks. | Action | π Github |
update-account | Updates a single account in QuickBooks. | Action | π Github |
accounts | Fetches all accounts in QuickBooks. Handles both active and archived accounts, saving or deleting them based on their status. | Sync | π Github |
Bill Payments
| Function name | Description | Type | Source code |
|---|---|---|---|
bill-payments | Fetches all QuickBooks bill payments | Sync | π Github |
Bills
| Function name | Description | Type | Source code |
|---|---|---|---|
create-bill | Creates a single bill in QuickBooks. | Action | π Github |
bills | Fetches all QuickBooks bills | Sync | π Github |
Credit Memos
| Function name | Description | Type | Source code |
|---|---|---|---|
create-credit-memo | Creates a single credit memo in QuickBooks. | Action | π Github |
update-credit-memo | Updates a single credit memo in QuickBooks. | Action | π Github |
credit-memos | Fetches all QuickBooks credit memos | Sync | π Github |
Customers
| Function name | Description | Type | Source code |
|---|---|---|---|
create-customer | Creates a single customer in QuickBooks. | Action | π Github |
update-customer | Update a single customer in QuickBooks. | Action | π Github |
customers | Fetches all QuickBooks customers. Handles both active and archived customers, saving or deleting them based on their status. | Sync | π Github |
Deposits
| Function name | Description | Type | Source code |
|---|---|---|---|
deposits | Fetches all QuickBooks deposits | Sync | π Github |
Invoices
| Function name | Description | Type | Source code |
|---|---|---|---|
create-invoice | Creates a single invoice in QuickBooks. | Action | π Github |
update-invoice | Updates a single invoice in QuickBooks. | Action | π Github |
invoices | Fetches all invoices in QuickBooks. Handles both active and voided invoices, saving or deleting them based on their status. | Sync | π Github |
Items
| Function name | Description | Type | Source code |
|---|---|---|---|
create-item | Creates a single item in QuickBooks. | Action | π Github |
update-item | Update a single item in QuickBooks. | Action | π Github |
items | Fetches all items in QuickBooks. Handles both active and archived items, saving or deleting them based on their status. | Sync | π Github |
Journal Entries
| Function name | Description | Type | Source code |
|---|---|---|---|
create-journal-entry | Creates a single journal entry in QuickBooks. | Action | π Github |
update-journal-entry | Update a single journal entry in QuickBooks. | Action | π Github |
journal-entries | Fetch all journal entries in QuickBooks | Sync | π Github |
Payments
| Function name | Description | Type | Source code |
|---|---|---|---|
create-payment | Creates a single payment in QuickBooks. | Action | π Github |
payments | Fetches all payments in QuickBooks. Handles both active and voided payments, saving or deleting them based on their status. | Sync | π Github |
Purchase Orders
| Function name | Description | Type | Source code |
|---|---|---|---|
create-purchase-order | Creates a single purchase order in QuickBooks. | Action | π Github |
Purchases
| Function name | Description | Type | Source code |
|---|---|---|---|
purchases | Fetches all QuickBooks purchases | Sync | π Github |
Transfers
| Function name | Description | Type | Source code |
|---|---|---|---|
transfers | Fetches all QuickBooks transfers | Sync | π Github |