Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can i get a connection ticket to quickbooks online for dev/testing a one off web app?

I'm trying to build a one off webapp that will communicate with our business QuickBooks Online account. Most of the research I've found says for development and testing, use the "desktop" way of connecting (to avoid cert headaches). So I've registered an app and got the id from here:

appreg.intuit.com/

The problem is, everywhere I've seen tell me then to go here to get a connection ticket

login.ptc.quickbooks.com/j/qbn/sdkapp/confirm?serviceid=2004&appid=YOUR-APPLICATION-ID-HERE

When I do that however, it redirects me to here

qbo.intuit.com/c1/v60.147/0/login?redirect=true

I mucked around with and finally find some way to access the "old" quick books stuff, when i went to setup a test company it sent me here

ptc.qbo.intuit.com/c1/v0/offline.shtml

which tells me

"The QBO PTC environment is no longer available, and was replaced by the new E2E environment. Please go to https://e2e.qbo.intuit.com/ going forward. We are very sorry for any inconvenience and confusion. If you have questions, please reach out to Eric Bullen"

How can I get a connection to a test account to do some development?

like image 797
VTTom Avatar asked Oct 04 '22 10:10

VTTom


1 Answers

How can I get a connection to a test account to do some development?

Unless you're an Intuit employee, you can't get a test account.

With that said, you don't need to.

Just use your live QuickBooks Online account. You can sign up on their website to get a 30-day free trial if you need to.

When you register at https://appreg.intuit.com new link - http://developer.intuit.com/Application/Create/QBOE, make sure you register in DESKTOP mode, for the PRODUCTION environment.

Then use the production URL to get your connection ticket:

  • https://login.quickbooks.com/j/qbn/sdkapp/confirm?appid=YOUR-APPLICATION-ID-HERE&serviceid=2004&appdata=1

(substitute in your application ID that you get back from appreg)

More info and examples on our QuickBooks integration wiki.

like image 127
Keith Palmer Jr. Avatar answered Oct 19 '22 13:10

Keith Palmer Jr.