-
Notifications
You must be signed in to change notification settings - Fork 308
Errors with Bulk Tip API #1104
Comments
Try |
Also, I was seeing float rounding errors, if you see that then do |
Aaaaaaand |
Looked into the |
Okay, fixed it up. Now
|
Make sure the `curl` code example works and mention a couple of the gotchyas.
Thank you for the fixes and clarification, Chad! I tweaked the docs some more to make the example work, as well (by default curl uses "application/x-www-form-urlencoded", which is what made me so confused). I just tried running my script and it works great! If others ever run across this ticket and are interested, this is how you would do the POST using node.js and the request lib.
|
Yay! Yeah, sorry, forgot to mention the curl default. :( |
I'm hitting some weird errors with the bulk tip API (see #1084).
Specifically I'm doing a request that looks like:
(Where API_KEY is replaced with the API key.) I get back an empty body with no error message. Any insight into what might be going wrong?
The text was updated successfully, but these errors were encountered: