NOT_IMPLEMENTED
500api_errorThe operation is declared but not implemented on this service.
Cause
The call reached a capability that exists in the interface but has no behavior behind it yet.
How to fix it
Retrying cannot help. Confirm you are calling the documented endpoint for this capability, and tell support if the docs say it should exist.
Example response
500 NOT_IMPLEMENTED
JSON
{
"error_code": "NOT_IMPLEMENTED",
"error_type": "api_error",
"error_message": "The operation is declared but not implemented on this service.",
"hint": "Retrying cannot help. Confirm you are calling the documented endpoint for this capability, and tell support if the docs say it should exist.",
"docs_url": "https://docs.billerapi.com/errors/NOT_IMPLEMENTED",
"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/NOT_IMPLEMENTED
Was this page helpful?