Pajoem
Pajoem

Reputation: 9

Python and Quickbooks API

I am wondering if someone has sample code of a working python connection to the Quickbooks API. From the documentation of Intuit-Oaut, Python-Intuit, or intuit developer docs I cant figure out how to connect. Would like to connect and then post sample JSON (for example a sales receipt), but cant seem to connect.

I am new to python and new to quickbooks api so apologies if this seems basic or am missing a step.

Followed steps on: -https://oauth-pythonclient.readthedocs.io/en/latest/user-guide.html#authorize-your-app

-https://github.com/intuit/oauth-pythonclient

-https://github.com/sidecars/python-quickbooks

-https://developer.intuit.com/app/developer/qbo/docs/develop/authentication-and-authorization

Upvotes: 0

Views: 387

Answers (1)

HaPsantran
HaPsantran

Reputation: 6267

Check out the fo_qbo repo. You need an Intuit developer account and (perhaps obviously but for the avoidance of doubt, Admin-level access to a QBO comapny instance) to use it.

Upvotes: 0

Related Questions