Errors
feature_not_available
This endpoint needs an Advanced plan. Yours is Standard.
HTTP 403billing_error
The subscription is paid. The plan does not include this function.
Why it happens
Two functions need features_advancedApi:
| Function | On Standard |
|---|---|
POST /v1/orders/quote | This error |
| Webhooks | Univooz sends nothing. You cannot add an endpoint. |
Everything else is on Standard: create, read, list, change and cancel orders, address checks, branches and test mode. Standard is a complete integration.
How to fix it
Change to an Advanced plan, or use these methods instead:
- Instead of a preview — create the order and read
schedule.resolved. The times are the same. - Instead of webhooks — read
GET /v1/orderson a closed time window. See Page through lists.
Do not try again. The result does not change until the plan changes.
Example response
{
"error": {
"type": "billing_error",
"code": "feature_not_available",
"message": "This endpoint requires a plan with advanced API access.",
"doc_url": "https://docs.univooz.com/errors/feature_not_available",
"request_id": "req_01KZCCF8ZH4M7XQ2VB9RSTNPKD"
}
}