Skip to content
Tollgate Docs

← Back to catalog

PATH_INVALID

Message. Request path cannot be canonicalized

Hint. Re-send the request with a valid URL path. See the canonicalizer docs for allowed segments.

Wire shape

{
  "error": {
    "code": "PATH_INVALID",
    "message": "Request path cannot be canonicalized",
    "hint": "Re-send the request with a valid URL path. See the canonicalizer docs for allowed segments.",
    "docsUrl": "https://docs.tollgatepay.com/errors/path-invalid"
  }
}

Canonical URL

https://docs.tollgatepay.com/errors/path-invalid — this URL is hard-coded into the 402/403/451 docsUrl field. It is stable; renaming the slug requires a migration plan.

Related codes