What changed
YepAPI disclosed and fixed a billing-layer defect on August 22, 2026. Every endpoint using flat-rate pricing had been falling through to a $0.01-per-call default instead of charging the price listed in its documentation. The company says current requests now bill at the documented rate and that it will not rebill historical usage. Volume-priced endpoints were not affected by the defect; YepAPI also added worked pricing tables for those endpoints and now shows per-call cost in dashboard API logs.
Why it matters
For affected customers this is not a cosmetic documentation correction: an endpoint documented at $0.05 per call but historically billed at $0.01 now costs five times as much per successful call. Builders who inferred their production unit economics from actual invoices rather than the published price can therefore see an immediate margin or budget change without any API behavior changing. The no-retroactive-charge decision removes historical liability, while the added per-request cost visibility makes it easier to detect future discrepancies.
The bug affected the whole flat-rate pricing path
YepAPI says the billing layer ignored each flat-rate endpoint’s configured price and applied the $0.01 default instead. The company describes the defect as affecting every flat-rate endpoint, not a handful of products or customer accounts. Endpoints priced according to rows returned were billed correctly throughout.
The correction can create a step-change in live costs
From August 22, the documented amount is the charged amount. That means customers whose traffic centered on endpoints listed above $0.01 may see higher bills immediately even though request volume and endpoint behavior are unchanged. YepAPI is not applying the correction retroactively.
Volume pricing is becoming more inspectable too
YepAPI added explicit tables to volume-priced endpoint pages showing a base request price plus row-based charges with examples at several result sizes. It also exposes request-level cost in API Logs. Those changes do not repair the flat-rate defect by themselves, but they give customers stronger tools to reconcile documentation, usage and billing.