Amit
Amit

Reputation: 606

Unable to get quickbooks connection ticket

We have a Quickbooks online account and another application which connects with Quickbooks online using qbxml. We added a new company recently and need to get the connection ticket. But the connection ticket url : https://login.quickbooks.com/j/qbn/sdkapp/confirm?serviceid=2004&appid= seems to have stopped working. Could this be due to the deprecation of the qbxml api? Is there another way to get the connection ticket?

Upvotes: 0

Views: 59

Answers (1)

Keith Palmer Jr.
Keith Palmer Jr.

Reputation: 27962

The API is deprecated, and new connections can no longer be established.

You have to use the new v3 REST APIs instead.

Upvotes: 1

Related Questions