logoalt Hacker News

cpursley06/29/20251 replyview on HN

How's it working with the Quickbook API - any tips?


Replies

chidog1206/29/2025

Pretty smooth once you respect the limits: 500 calls/min + 10 concurrent per realm. We run a per-realm token bucket and queue work; If you throttle and batch, you won’t hit 429s, but I talked to a few QB app owners and bigger apps tend to find it restrictive.

show 1 reply