# Account status changed Fired when the status of an account has been updated. The accountStatus field indicates the new status. Related endpoint: Get account Endpoint: POST banking.account.status.updated Version: 1.0.0 ## Request fields (application/json): - `id` (string, required) Unique identifier of the account. - `name` (string,null) Name of the account. - `displayName` (string,null) Display name of the account. - `accountStatus` (string) Status of a banking account. Enum: "Active", "Blocked", "Deleted" - `_links` (object) HATEOAS links. - `_links.self` (object) A HATEOAS link. - `_links.self.href` (string) URI of the linked resource. - `_links.self.verb` (string) HTTP verb for the link. Enum: "get", "post", "put", "delete"