Hello,
I have been able to fetch (get) info such as taxAgency, taxRate, invoice, customers from my sandbox which is in OAuth2. However, when I switch over to fetching this same data from a live QBO account which is in OAuth1, I keep getting the same error message:
QuickbooksException: Error returned with status code '500': {"warnings":null,"intuitObject":null,"fault":{"error":[{"message":"message=InternalServerError; errorCode=003100; statusCode=500","detail":null,"code":"3100","element":null}],"type":"SERVICE"},"report":null,"queryResponse":null,"batchItemResponse":[],"attachableResponse":[],"syncErrorResponse":null,"requestId":null,"time":1519164488680,"status":null,"cdcresponse":[]}
I have found nothing out there (including the QBO developer site) that has been useful in helping me debug this. Does anyone have any ideas? Am I setting something up wrong? Thank you!
Hello, I have been able to fetch (get) info such as taxAgency, taxRate, invoice, customers from my sandbox which is in OAuth2. However, when I switch over to fetching this same data from a live QBO account which is in OAuth1, I keep getting the same error message:
QuickbooksException: Error returned with status code '500': {"warnings":null,"intuitObject":null,"fault":{"error":[{"message":"message=InternalServerError; errorCode=003100; statusCode=500","detail":null,"code":"3100","element":null}],"type":"SERVICE"},"report":null,"queryResponse":null,"batchItemResponse":[],"attachableResponse":[],"syncErrorResponse":null,"requestId":null,"time":1519164488680,"status":null,"cdcresponse":[]}
Here is how I set up my session:
I have found nothing out there (including the QBO developer site) that has been useful in helping me debug this. Does anyone have any ideas? Am I setting something up wrong? Thank you!