quotastack Docs
Docs / API / Errors / variant-not-active
422

Variant not active

https://api.quotastack.io/errors/variant-not-active

You pointed at a plan variant that is off. QuotaStack made no subscription.

Why it happened

  • The variant was retired after you last read it.
  • You copied the ID over from the other place.

How to fix it

  1. List the plan variants, and pick one that is still on.
  2. Switch the variant back on in the dashboard if you meant to keep selling it.
Example response 422
{
  "type": "https://api.quotastack.io/errors/variant-not-active",
  "title": "Unprocessable Entity",
  "status": 422,
  "detail": "Variant is not active."
}

Which calls return this

See also