Documentation

DEBUG_PARAMETER_NAME_INVALID

400invalid_request

The parameter name is outside the writable namespace.

Cause

A write was attempted on a path that does not begin with the `/billerapi/` prefix.

How to fix it

Qualify the name under `/billerapi/` and retry.

Example response

400 DEBUG_PARAMETER_NAME_INVALID
JSON
{
  "error_code": "DEBUG_PARAMETER_NAME_INVALID",
  "error_type": "invalid_request",
  "error_message": "The parameter name is outside the writable namespace.",
  "hint": "Qualify the name under `/billerapi/` and retry.",
  "docs_url": "https://docs.billerapi.com/errors/DEBUG_PARAMETER_NAME_INVALID",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

Canonical docs URL: https://docs.billerapi.com/errors/DEBUG_PARAMETER_NAME_INVALID

Was this page helpful?