Search code examples
quickbooksquickbooks-online

Quickbook online auto-login


We have a user dashboard and we are using QuickBooks PHP DevKit (https://github.com/consolibyte/quickbooks-php) to add invoices in QuickBook.

We want to have a link in our user dashboard clicking which the user will auto-login to QuickBooks Online. Let us know how this can be done.


Solution

  • It can't.

    QuickBooks Online does not offer a way to automatically log in to it.

    The closest you get is OpenID (which allows single-sign-on across QuickBooks Online and your app), which is documented here:

    And the "Connect to QuickBooks" button, which makes you click a button ONCE to get connected to QuickBooks Online, after which you can exchange data with QuickBooks Online without having to have the user log in from that point forward.

    If you follow the quick-start it shows you how to do this: