# ACCOUNT_BLOCKĀ  The or for a customer's account has changed. See the Account management guide for more information about account blocking. Endpoint: POST account_block Version: 1.0 ## Request fields (application/json): - `account_id` (string) The ID of customer's account that was blocked. Example: "adc123a45d6d7cf8fbfeed537ba919d5cacc" - `person_id` (string) The ID of the person resource of the customer whose account was blocked. Example: "dc1a6812a14f6cc338cd084208535bcdcper" - `business_id` (string) The ID of the business resource of the customer whose account was blocked. Example: "null" - `iban` (string) The IBAN of the account that was blocked. Example: "DE87110101001000057123" - `locking_status` (string) Read-only booking block indicating whether funds can be transferred to/from the account. The default status is . Other status values indicate that funds may neither be credited to, nor debited from, the account. Only authorized Solaris employees can change the status of this value. Attempting to perform an action not compliant with the current blocking status (e.g., initiating a transaction to or from a blocked account) will cause either a return of the transaction or an exception. Enum: "NO_BLOCK", "CREDIT_BLOCK", "DEBIT_BLOCK", "BLOCK" - `updated_at` (string) UTC timestamp from when the account's locking status has changed. Example: "2018-10-18T13:06:54.000Z"