Skip to content
Tollgate Docs

← Back to catalog

PATH_MISMATCH

Message. IOU path does not match request path after canonicalization

Hint. Re-sign the IOU with the exact request path, or register a template in the developer dashboard.

Wire shape

{
  "error": {
    "code": "PATH_MISMATCH",
    "message": "IOU path does not match request path after canonicalization",
    "hint": "Re-sign the IOU with the exact request path, or register a template in the developer dashboard.",
    "docsUrl": "https://docs.tollgatepay.com/errors/path-mismatch"
  }
}

Canonical URL

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

Related codes