QuickBooks Desktop Integration required in php

434 Views Asked by At

I am using QuickBooks PHP DevKit. I want to integrate QuickBooks Desktop with web service. I will be getting customers, invoices and sales receipts. I am trying to get customers using this file. \dev\dev_ids_customers.php I am worried how to get token and realmID.

Can you please help me?

1

There are 1 best solutions below

2
On

Start with this quick-start guide:

Using this code from GitHub:

Specially, you should be using the files in the docs/web_connector/ folder:

The file that you mention:

  • /dev/dev_ids_customers.php

Is not related to QuickBooks desktop at all, and will not work. That file is for QuickBooks Online, which you are not using. Do not use this file. Use the files in the docs/web_connector/ folder that I have linked to above.

QuickBooks desktop files do not have realm IDs or tokens. You do not need them.