0

I am integrating quickbook online API using PHP but we are facing many problems in it. First, I am not able to connect with quickbook using my demo API. I have found token and access key but still i am not able to connect.

Second, there is no any sample code for php and there is no any online support team. Can any help me to connect with quick book API?

I have created developer account from below link

Bartłomiej Semańczyk
  • 59,234
  • 49
  • 233
  • 358
iLaxo Mit
  • 77
  • 6

1 Answers1

0

Since you didn't post your code, or any error messages, or really much of any details at all, no one is really going to be able to help you. Post your code and the error messages if you want a good answer.

In the meantime, I'm not sure which PHP code you're using, but if you're using this one:

Then there's tons of examples here:

And a quick-start guide you should have followed here:

Keith Palmer Jr.
  • 27,666
  • 16
  • 68
  • 105
  • I have follewed this step , its working fine.. http://stackoverflow.com/questions/20393709/quickbooks-api-php-integration http://stackoverflow.com/questions/14988649/what-is-the-real-quickbooks-online-api From GIT https://github.com/consolibyte/quickbooks-php https://developer.intuit.com/blog/2014/02/25/quickbooks-oauth-php-example https://intuitdeveloper.lc.intuit.com/questions/772099-quickbooks-online-integration-php-using-qbxml-not-functional – iLaxo Mit Nov 16 '15 at 12:56