Is there any way to import data from Google Checkout into Quickbooks? (Or another accounting package)?
Asked
Active
Viewed 2,505 times
3 Answers
3
Yep - you can export CSV from Google and import that into Quickbooks (and presumably into other accounting packages):
2
You could also use the QuickBooks SDK to build an integrated application that could automatically push data into QuickBooks.
You can use the Google Checkout API to suck data out, and then QuickBooks SDK qbXML requests to push data into QuickBooks. You could automate it/schedule it so you don't have to do manual CSV imports everyday.
Open-source QuickBooks PHP framework

Keith Palmer Jr.
- 27,666
- 16
- 68
- 105
1
I found a site http://www.ktsolutionsllc.com that states to have a integration component that integrates google checkout and quickbooks. I would give that a try!
Thanks.

Jason Quentez
- 11
- 1