Get invoice error code

Look up a single invoice error code and its description. Bearer token only; X-Plan-Manager-Id is not required.

Authentication

AuthorizationBearer
API key issued for your account. Send as Bearer token in the Authorization header.

Path parameters

error_codestringRequiredformat: "^E[0-9]{2}$"
Error code, e.g. E01

Response

Single invoice error catalogue entry
error_codestringformat: "^E[0-9]{2}$"

Error code (e.g. E01)

descriptionstring

Human-readable description of the error

Errors

400
Bad Request Error
404
Not Found Error
500
Internal Server Error