-
Notifications
You must be signed in to change notification settings - Fork 32
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
Transactions/Subscriptions/Orders Data not coming through #19
Comments
I had the same error. I think the root cause is that our Chargebee account doesn't have orders enabled, which is causing the API call to fail. Transactions, Subscriptions, Plans, and other models follow Orders alphabetically, and so are extracted after Orders in Stitch; the error on Orders prevents the other models from syncing. After I deselected the As a solution, either:
|
Thanks @tconbeer! I just disabled |
Hi, I have been using |
Maybe the issues with Orders is related to / solved by #25? |
We've been successful with Customers and Invoices, but the three schema's above aren't working. Get the following error for Orders, unsure if the same error is impacting subscriptions and transactions:
tap - ERROR 400 Client Error: Bad Request for url: https://acloudguru-us.chargebee.com/api/v2/orders?include_deleted=True&limit=100&updated_at%5Bafter%5D=1532822400
Looks like others aren't getting populated because the tap process stops after this error and exits out.
Worth noting I'm coming from the Stitch Beta if that helps.
The text was updated successfully, but these errors were encountered: