[400] Billing hard limit has been reached in Make.com
Updated 2026-08-01
Scenarios fail with a 400 mentioning a billing hard limit. That is an account / plan ceiling, not a bad Google Sheets mapping. Treating it like BundleValidationError wastes time.
What this error is saying
Make (or the billing layer in front of the API) is refusing the action because a spending or operations hard stop was hit. Modules downstream never get a fair chance to run.
You will often see this across many scenarios at once — a clue that the problem is account-wide, not one mapping.
What to do
Check Make's organization billing / usage for hard limits and the current period consumption.
Pause non-critical scheduled scenarios until the limit resets or is raised, so you do not burn the remaining allowance on retries.
If the message is unclear, paste the full error into the free diagnosis — when the docs cover billing or HTTP codes, you get the linked page; when they do not, you get an explicit gap instead of a invented fix.
Paste the error for a sourced diagnosis
If you still have the execution log, use the free tool — Make's docs only, every claim linked, or an honest refusal when coverage is missing.
Example you can try: Getting this error - [400] Billing hard limit has been reached. All my scenarios stopped.
Official Make documentation
FAQ
Is this the same as RateLimitError?
No. Rate limits are about request frequency; a billing hard limit is about plan spend or capped usage. The wording in the error is the signal.
Related guides
Eviverse is independent and not affiliated with Make. These guides are original explanations with links to Make's public Help Center — not republished documentation.