PREMIUM_REQUEST_NOT_FOUND
PREMIUM_REQUEST_NOT_FOUND
Description
The premium request is unknown to switching or does not belong to the compartment in the request path.
HTTP Status
404 Not Found
doc_url Format
<docs-base-url>/errors/premium_request_not_found
Typical Causes
- The premium request has not yet been materialized in switching.
- The request used an occurrence ID instead of the recurring-plan ID.
- The premium request belongs to another compartment.
Example
json
{
"errors": [{
"code": "PREMIUM_REQUEST_NOT_FOUND",
"message": "Premium request with id: '…' was not found",
"doc_url": "https://docs.example.com/errors/premium_request_not_found"
}]
}How To Fix
Use the materialized single-premium request ID or recurring-plan ID belonging to the compartment.