# ACCOUNT_CLOSURE_REQUEST Solaris has initiated the account closure process for a customer's account. Endpoint: POST account_closure_request Version: 1.0 ## Request fields (application/json): - `id` (string) ID of the account closure request. Example: "f8d7fbbd587047a0aa449ce69d2d6c08acrq" - `closure_reason` (string) The reason for the account closure. Enum: "ACCOUNT_REVOCATION", "ACCOUNT_REVOCATION_INTERNAL", "COMPLIANCE_IMMEDIATE_INTERNAL", "COMPLIANCE_ORDINARY_INTERNAL", "CUSTOMER_WISH", "CUSTOMER_WISH_INTERNAL", "DUNNING_DECOUPLED_CARD_INTERNAL", "INSOLVENCY_IMMEDIATE_INTERNAL", "INSOLVENCY_ORDINARY_INTERNAL", "PARTNER_SERVICE_ACCOUNT_TERMINATED", "RELATIONSHIP_TERMINATION", "RELATIONSHIP_TERMINATION_INTERNAL", "SEIZURES_ORDINARY_INTERNAL", "TECHNICAL_IMMEDIATE_INTERNAL" - `status` (string) Status of the account closure request. Enum: "INITIATED", "CONFIRMED", "IN_PROGRESS", "COMPLETED", "FAILED", "REVOKED" - `account_id` (string) ID of the account to be closed. Example: "5526853938474f3e92b22a03ea57a544cacc" - `technical_closure_date` (string) The date when the account was removed from the Solaris system. Example: "2021-10-11" - `legal_closure_date` (string) The date when the contractual relationship underlying the product/account ends. Example: "2021-10-11" - `failure_reason` (object) An object containing information about the reason why an account closure request has failed. Example: {"code":"negative_balance","detail":"Account balance is negative, can't perform technical closure."} - `failure_reason.code` (string) Code value describing the failure_reason. Enum: "account_inactive", "negative_balance", "positive_balance", "accrued_interest", "forced_failure", "processing_timeout" - `failure_reason.detail` (string) Additional details about the failure_reason. Check the guide for the [mapping](https://docs.solarisgroup.com/guides/compliance/account-closure/#failure-reasons) between the values of the fields and . Enum: "Account already technically closed.", "Account balance is negative, can't perform technical closure.", "Account balance is positive, can't perform technical closure.", "Accrued interest found on the account, can't perform technical closure.", "Account Closure was manually stopped. Please contact Solaris Customer Support for details.", "Account Closure failed. Please contact Solaris Customer Support for details." - `payout_allowed` (boolean) payout_allowed is deciding whether the funds can be paid out in the automated process, but it also serves as information for the Partner on whether or not the Customer is allowed to pay out funds from the account. Enum: false, true - `updated_at` (string) Updated date and time Example: "2021-12-22T15:05:33.634Z"