All Collections
Nodes
QuickBooks Online
QuickBooks Online
Daniel Chilcott avatar
Written by Daniel Chilcott
Updated over a week ago

Provides integration into QuickBooks Online via it's RESTful API (documented at https://developer.intuit.com/docs/0050_quickbooks_api).


Properties

Connection

Type: Connection Input

AccessToken
Type: String

AccessSecret
Type: Password

CompanyID
Type: String

Provides an account for accessing the QuickBooks API. See Remarks for details.

Action

Type: List Input
Create
Read
Delete
FullUpdate
SparseUpdate
Send
Void
Query
The Action Property

Module

Type: List Input
Account
Bill
BillPayment
Budget
Class
CompanyCurrency
CreditMemo
Customer
Department
Deposit
Employee
Estimate
Invoice
Item
JournalEntry
Payment
PaymentMethod
Purchase
PurchaseOrder
RefundReceipt
SalesReceipt
TaxAgency
TaxCode
TaxRate
TaxService
Term
TimeActivity
Transfer
Vendor
VendorCredit
The Module Property

Parameters

Type: Xml Input
The Parameters Property

Query

Type: Multiline Text Input
The Query Property

RequestXml

Type: Xml Input
The RequestXml Property

ResponseXml

Type: Xml Output
The ResponseXml Property

Remarks

Setting up a Connection

Click the Connect your Account button in the Flowgear Connection screen to initiate account authorization. On completion of this process, AccessToken and AccessSecret will be automatically populated for you.

Most integrations are associated with a specific QuickBooks company. The appropriate CompanyID should be specified in the Connection. To locate the ID of the company you want to integrate:

  • Sign in to QuickBooks Online

  • Click your company name in the top-right of the screen

  • Choose account and settings from the menu

  • Click the Billing & Subscription tab

  • Copy the number next to Company ID and paste into the CompanyID property on the Flowgear connection (be sure to remove all spaces).

Did this answer your question?