Grahvani API v1
Error reference

unknown_plan

No such plan

HTTP status
400
Error type
invalid_request

What it means#

A billing operation referenced a plan identifier we do not recognise.

What to do#

Plan ids are free, developer, growth, scale. If this arrived from a gateway callback rather than your own code, it means a gateway plan id has not been mapped on our side — that is ours to fix, not yours. Quote the request_id and we will map it.

We refuse rather than guess deliberately: granting an unknown plan is how a customer silently receives the wrong entitlement, and it is not recoverable without knowing what they actually bought.

The error shape#

400
{
  "error": {
    "type": "invalid_request",
    "code": "unknown_plan",
    "message": "\u2026",
    "doc_url": "https://docs.grahvani.in/errors/unknown_plan",
    "request_id": "req_01JQ8ZK3M4N5P6Q7R8S9T"
  }
}

Full list: all error codes · error handling guide.

Grahvani API — a product of AstroCorp Techlab Pvt Ltd · GSTIN 36AAMCC3512G1ZU
Base URL https://api.grahvani.in
On this page