Questions tagged [xero-api]

If you have any inquiries regarding Xero's API, the cloud-based accounting software designed for small and medium-sized businesses, please feel free to ask.

"Encountering an Invalid Grant Problem with Xero API Integration in NodeJS

I am currently developing an application for Xero using NodeJS and the xero-node module. Interestingly, all my requests for a refresh token are returning as "invalid grant" for some unknown reason. I even tried adjusting the code to immediately fetch the ...

Continuously encountering the error code 0906D06C related to PEM routines and encountering issues with reading the start line from the BIO

Struggling to troubleshoot an error in my Node.js project while trying to connect with the Xero API. I've experimented with various combinations of '.cer', '.crt', and '.pem' files. I've followed suggestions from multiple users on StackOverflow. Node.js ...