# Account update Notification that the status of a managed account has been updated. Endpoint: POST /managed_accounts/watch Version: v2 ## Header parameters: - `call-ref` (string) A call reference generated by the caller and unique to the caller to provide correlation between the caller and system with a maximum length of 255 - `published-timestamp` (integer, required) The timestamp, expressed in Epoch timestamp using millisecond precision, when this event was published. - `signature-v2` (string, required) The signature to verify the authenticity of this request. This is the base64 hash (HmacSHA256) of the call-ref + payload + published-timestamp using your API key. - `signature` (string, required) The signature to verify the authenticity of this request. This is the base64 hash (HmacSHA256) of the published-timestamp using your API key. ## Request fields (application/json): - `account` (object, required) - `account.id` (object, required) - `account.id.type` (string, required) Enum: "managed_cards", "managed_accounts" - `account.profileId` (string, required) - `account.tag` (string) - `account.owner` (object, required) - `account.friendlyName` (string, required) - `account.active` (boolean) - `account.currency` (string, required) The currency expressed in ISO-4217 code. Example: GBP, EUR, USD. - `account.balances` (object) - `account.balances.availableBalance` (string) - `account.balances.actualBalance` (string) - `account.state` (object) - `account.state.blockTypes` (object) - `account.state.destroyType` (string) - `account.creationTimestamp` (string, required) Epoch timestamp using millisecond precision. - `account.bankAccountDetails` (object) The bank account details to be used when loading funds to this managed account. - `account.bankAccountDetails.beneficiary` (string) - `account.bankAccountDetails.address` (string) - `account.bankAccountDetails.beneficiaryBank` (string) - `account.bankAccountDetails.bankIdentifierCode` (string) - `account.bankAccountDetails.iban` (string) - `account.bankAccountDetails.accountNumber` (string) - `account.bankAccountDetails.sortCode` (string) - `account.bankAccountDetails.paymentReference` (string) A reference required by the partner bank to execute a load on this managed account. - `publishedTimestamp` (string, required) Epoch timestamp using millisecond precision. ## Response 204 fields