Skip to content

mandate_not_found โ€‹

mandate_not_found

Description โ€‹

The requested mandate does not exist.

HTTP Status โ€‹

404 Not Found

doc_url Format โ€‹

The doc_url value is an absolute URL and changes by environment:

<docs-base-url>/errors/mandate_not_found

Typical Causes โ€‹

  • The mandate ID is wrong or stale.
  • The mandate was deleted or never created.
  • The request points to the wrong tenant or environment.

Example โ€‹

Response:

json
{
  "errors": [
    {
      "code": "mandate_not_found",
      "message": "Mandate with id: '00000000-0000-4000-8000-000000000000' was not found",
      "doc_url": "https://docs.example.com/errors/mandate_not_found"
    }
  ]
}

How To Fix โ€‹

  1. Verify the mandate ID and request path.
  2. Ensure the mandate exists in the target environment.
  3. Retry with a valid existing identifier.