Documentation

CLIENT_CREATION_NOT_AVAILABLE

501api_error

Additional client creation is not available.

Cause

Signup creates the primary client; this compatibility route cannot create another one.

How to fix it

If an existing account has no client, contact support with the request_id. Retrying this route cannot help.

Example response

501 CLIENT_CREATION_NOT_AVAILABLE
JSON
{
  "error_code": "CLIENT_CREATION_NOT_AVAILABLE",
  "error_type": "api_error",
  "error_message": "Additional client creation is not available.",
  "hint": "If an existing account has no client, contact support with the request_id. Retrying this route cannot help.",
  "docs_url": "https://docs.billerapi.com/errors/CLIENT_CREATION_NOT_AVAILABLE",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?