Accounting Integrations stay in sandbox

Good day. I need some help. Codex has been helping me create a Saas Platform for subscribers to use in the solar industry in south africa. I have a few things that are breaking my brain, as I am not a developer by trade, just a fedup employee and admin gremlin in need of something that will work.

  1. So here is the thing: I created the API keys/APPS on intuit for quickbooks, Zoho, Sage. I just want the subscribers to login to their accounts and then have the system pull their data such as clients, invoices, stock and quotes.

I am running through vercel, have all the enviroments setup codex and chatgpt asked for, yet I can’t seem to get this integrations to work LIVE. I am missing something somewhere. Any help for this newbie will be appreciated.

  1. I want the camera on my phone to open up in the PWA and scan barcodes and qr codes, so we can pickup serial numbers or direct to jobcards etc. How do I get the camera to work. I have run 5 chat gpt made prompts, but still nothing.

Thank you

I hope someone can give me some guidance.

Kind Regards

Admin Gremlin

Hi @Sorted11 and welcome to the community.

Sounds like you have some security issues that you need to deal with.

There are some Codex gurus on this forum that may be able to help you.

The usual issue is OAuth setup: the live callback/redirect URL in the provider dashboard must match your Vercel production URL exactly, and your production environment variables must be set in Vercel, not only locally + Also, your subscribers should not paste API keys. They should click “Connect QuickBooks/Zoho/Sage”, log into their own account, and your app stores their access/refresh tokens

Thank you very much. I really appreciate the answer.

Thank you. I will keep a look out and follow the advice.

It is connecting now. Awesome!! Now for the other little gremlins.