2

Is there any way to import data from Google Checkout into Quickbooks? (Or another accounting package)?

Pete
  • 10,310
  • 7
  • 53
  • 59
steve
  • 1,545
  • 4
  • 18
  • 28

3 Answers3

3

Yep - you can export CSV from Google and import that into Quickbooks (and presumably into other accounting packages):

Google Checkout - Reporting and reconciliation

QuickBooks - Tools for importing Excel and CSV files

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.

QuickBooks SDK

QuickBooks Web Connector

Open-source QuickBooks PHP framework

Open-source QuickBooks .NET framework

QuickBooks and Ruby

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.