INVALID_UPDATE_REASON
400invalid_requestThe update reason is not a recognized value.
Cause
The supplied update reason is not one of the accepted enum values.
How to fix it
Use one of the documented update reasons. See the link-update API reference.
Example response
400 INVALID_UPDATE_REASON
JSON
{
"error_code": "INVALID_UPDATE_REASON",
"error_type": "invalid_request",
"error_message": "The update reason is not a recognized value.",
"hint": "Use one of the documented update reasons. See the link-update API reference.",
"docs_url": "https://docs.billerapi.com/errors/INVALID_UPDATE_REASON",
"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/INVALID_UPDATE_REASON
Was this page helpful?