-1

I want to integrate Quickbook using php.

I downloaded php coding from https://github.com/pleslie/phpaggcat/

Also i downloaded http://simplesamlphp.org/download and OAuth files.

I have linked Private key and certificate. And also i have sepecified the OAUTH_CONSUMER_KEY and OAUTH_SHARED_SECRET

I want to specify the SAML_IDENTITY_PROVIDER_ID

I dont know where i get this PROVIDER ID.

Code : define('SAML_IDENTITY_PROVIDER_ID', 'PLEASE FILL IN');

Can anyone tell, where i get this ID?

1 Answers1

1

CustomerAccountData(AggCat) API and QB REST APIs are two different service.

Ref - https://developer.intuit.com/docs

AggCat - Private Key, Certificate , SAML all these are related to AggCat. If you want an AggCat integration, then refer the following link.

For Aggcat integraion, you should test all keys before integrating those with your application. It will help you to bring the application in running state quickly. To test these keys, you can use apiexploler tool as mentioned in the following docs.

QB - if you interested in integration with QB, then please refer

Thanks

Manas Mukherjee
  • 5,270
  • 3
  • 18
  • 30
  • i successfully got the response for my test account. In aggcat they have mentioned the url "financialdatafeed.platform.intuit.com", How do i get the details of the account and customer details. Where should i change it. – user2462414 Sep 16 '13 at 11:33
  • Since you're using PHP, you might want to check out our open-source PHP QuickBooks framework. http://consolibyte.com/quickbooks-open-source/ There's a quick-start example app for IPP/Intuit Anywhere here: http://www.consolibyte.com/docs/index.php/PHP_DevKit_for_QuickBooks_-_Intuit_Partner_Platform_Quick-Start – Keith Palmer Jr. Sep 19 '13 at 11:09