DEBUG_PARAMETER_NOT_FOUND
404invalid_requestNo configuration parameter at that path.
Cause
The fully qualified parameter name does not resolve for this environment.
How to fix it
List parameters first, then read one by its exact `/billerapi/{service}/{env}/{name}` path.
Example response
404 DEBUG_PARAMETER_NOT_FOUND
JSON
{
"error_code": "DEBUG_PARAMETER_NOT_FOUND",
"error_type": "invalid_request",
"error_message": "No configuration parameter at that path.",
"hint": "List parameters first, then read one by its exact `/billerapi/{service}/{env}/{name}` path.",
"docs_url": "https://docs.billerapi.com/errors/DEBUG_PARAMETER_NOT_FOUND",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}Related
- Error handling — the error envelope shape and how to parse it
- Error code reference — every stable error code
Canonical docs URL: https://docs.billerapi.com/errors/DEBUG_PARAMETER_NOT_FOUND
Was this page helpful?