Python Connector for QuickBooks Online

Connection parameters - Python Connector for QuickBooks Online

Connection parameters

The following table describes the QuickBooks Online connection parameters you can use in the connect() module method.

Parameter Description

CompanyId

The company ID.

If you know your company ID, pass it to this parameter. Otherwise, follow the instructions in Using the module to retrieve this value.

RefreshToken

The refresh token.

Follow the instructions in Using the module to obtain a refresh token.

Sandbox

Specifies whether you're using a sandbox company.

The possible values are True and False. The default value is False.

Proxy parameters

ProxyHostName

The hostname or IP address of the proxy server

ProxyPort

The proxy port

ProxyUserName

The username for proxy authentication

ProxyPassword

The password for proxy authentication

Other parameters

PoolId

The ID of a connection pool that will be used for a particular connection

DisablePooling

Disables connection pooling for a particular connection.

The possible values are True and False. The default value is False.

© 2022-2025 Devart. All Rights Reserved. Request Support Python Connectors Forum Provide Feedback