Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server to server token #503

Open
matll42 opened this issue Oct 20, 2023 · 3 comments
Open

Server to server token #503

matll42 opened this issue Oct 20, 2023 · 3 comments

Comments

@matll42
Copy link

matll42 commented Oct 20, 2023

Hi, I have a project to interconnect my CRM with quickbook, but I don't want to do any human action to do this sync.

From what I saw, everytime I want to make an action, I have to go through the auhentication process (stored in session).
But in my case I want all action to run server side without human to log in.

Is there a way to achieve it with API Key or something else?

@SolveASAP
Copy link

You can try accessing through QBWC plugin:
https://developer.intuit.com/app/developer/qbdesktop/docs/get-started/get-started-with-quickbooks-web-connector
I personally created a robot using Python that posts transactions from a spreadsheet at lightning speed
Here is a sample video:
https://www.linkedin.com/posts/solveasap_accounting-automation-robotics-activity-7115803143845642240-CNFi/

@Warface
Copy link

Warface commented May 9, 2024

Isn't the token supposed to be good for 100 days?

I'm building a plugin on WP to create a form that will create a customer in QB and having to make the handshake between the website and QB for authentification is a pain.

What's the point to have and API with ids and secrets keys that need a modal to make an authentifation on QB each time you need a new token

@matll42
Copy link
Author

matll42 commented May 13, 2024

yes, we lost all the interest of the API in case of a server side usage (like me). I had to recreate a manual trigger by user to authenticate him/her so the server can do its process. For that intuit is not that _intuit_ive 😢
My project is still halfway done, on hold because of that painful authentication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants