Quickbook Intergration Using PHP

喜夏-厌秋 提交于 2019-12-16 18:03:07

问题


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:


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.

  • Devkit & Sample apps - https://developer.intuit.com/docs/0020_customeraccountdata/devkits

  • Docs - https://developer.intuit.com/docs/0020_customeraccountdata

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.

  • https://developer.intuit.com/docs/0020_customeraccountdata/007_firstrequest

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

  • Devkit & Sample apps - https://developer.intuit.com/docs/0025_quickbooksapi/0055_devkits Docs - https://developer.intuit.com/docs/0025_quickbooksapi

  • Docs - https://developer.intuit.com/docs/0025_quickbooksapi

Thanks



来源:https://stackoverflow.com/questions/18802391/quickbook-intergration-using-php

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!