How to connect the quickbook pos with the asp.net using SDK

119 Views Asked by At

I have to connect the quickbooks pos with the asp.net web apps. And also how to connect the quick book pos with the .net using the sdk.
I have to use the quickbooks api with web apps.

1

There are 1 best solutions below

1
chintan123 On

You can use Official QuickBooks POS SDK for integration. here is basic information https://developer.intuit.com/app/developer/qbdesktop/docs/get-started/get-started-with-the-quickbooks-pos-sdk

Alternatively you can export the End of the Day Summary in CSV / EXCEL file and then import them via windows service to your asp.net web server.

Kindly share if you are facing any specific error in connecting with quickbooks POS. happy to help.!