# YepAPI fixed a billing bug that had undercharged every flat-rate endpoint

YepAPI says every flat-rate endpoint had been charging $0.01 per call regardless of its documented price. The defect was fixed August 22 with no retroactive rebilling, so some workloads can see an immediate per-call cost increase to the listed rate.

YepAPI corrected a platform-wide flat-rate billing defect on August 22. Past undercharges are being left alone, but current calls now use documented prices and API logs expose the cost of each request; volume-priced endpoints also gained explicit pricing tables.

- Status: Active
- Published: 2026-08-23T20:26:17+12:00
- Updated: 2026-08-23T20:26:17+12:00
- Categories: SaaS, Pricing & Billing
- Tags: usage pricing, YepAPI
- Canonical HTML: https://beyondthe.news/dossiers/yepapi-flat-rate-billing-defect-listed-prices

## 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.

## Key details

- The billing defect was fixed on August 22, 2026.
- Every flat-rate endpoint had been charged at $0.01 per call regardless of its listed price, according to YepAPI.
- Historical usage will not be rebilled.
- Volume-priced endpoints were unaffected by the defect.
- Current API Logs show the cost of individual requests.
- Volume-priced endpoint pages now include worked pricing tables.

## Builder takeaways

- Recalculate unit economics using the current documented price for every YepAPI flat-rate endpoint in production; do not project future spend from pre-August-22 invoices.
- Add budget alerts or cost-per-call checks where an endpoint’s corrected price materially changes the margin of a product feature.
- Use API Logs to sample actual request charges against the pricing reference, especially after product or pricing updates.
- Preserve historical billing data separately when comparing cost trends because August 22 creates an accounting discontinuity rather than a traffic change.
- If downstream customers are charged on a pass-through or margin basis, review whether the corrected supplier price requires packaging or pricing changes.

## What to watch

- Whether YepAPI identifies how long the flat-rate defect had been present.
- Any further corrections to documented endpoint prices or billing behavior after customer reconciliation.
- Whether request-level cost data becomes available through an API for automated cost monitoring.

## Uncertainties

- YepAPI has not stated when the flat-rate billing defect began.
- The impact varies by endpoint because only prices above the $0.01 default create a current cost increase.
- The disclosure is first-party; no independent billing audit was available in the research window.

## Sources

- [Flat-rate endpoints now bill at their listed price, and volume-priced endpoints show full pricing tables](https://www.yepapi.com/changelog/flat-rate-pricing-correction-and-volume-pricing-tables) — YepAPI · primary · 2026-08-22T00:00:00+12:00. Primary disclosure of the platform-wide flat-rate underbilling defect, non-retroactive correction and pricing-transparency changes.

