Question

I have been doing a lot of research on QuickBooks Web Connector. I have to integrate QuickBooks with my website's SQL Server. I will be coding this in PHP. What I need to it do is when a member completes a form online I want the web connector to create an Invoice or account if it is a new account. What I can't seem to find out is if I use QuickBooks Web Connector can the following:

Questions: 1. Can the web connector create a new account in Quickbooks? (I believe this is possible)

  1. What happens if this account is already created in QuickBooks can I just create/add an invoice to this account then?

The follow resources just show you kind of how to setup the Connector with QuickBooks:

http://wiki.consolibyte.com/wiki/doku.php/quickbooks_web_connector?

http://whiterabbitservices.com/2011/11/19/quickbooks-web-connector-when-to-use-it/

Thanks, Frank

Was it helpful?

Solution

  1. Can the web connector create a new account in Quickbooks?

Yes.

You can find the full list of things that the QuickBooks SDK (and thus the Web Connector) supports here:

It's probably worth noting that in QuickBooks an Account is an account in the accounting sense of the word - for example, a "bank account", a "checking account", a "credit card account", an "accounts receivable account", etc.

It sounds like you're probably talking about a Customer, not an account.

You might also find these qbXML example requests helpful:

What happens if this account is already created in QuickBooks can I just create/add an invoice to this account then?

It's really up to you. You could certainly just add an invoice to the existing customer, sure. Alternatively, if you wanted to do something else (throw an error, create a duplicate customer, etc.), you could do something else too.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top