# ACCOUNT_CLOSURE

The account closure process has completed for a customer's account.

Endpoint: POST account_closure
Version: 1.0

## Request fields (application/json):

  - `account_id` (string)
    The ID of customer's account that was closed.
    Example: "adc123a45d6d7cf8fbfeed537ba919d5cacc"

  - `person_id` (string)
    The ID of the person resource of the customer whose account was closed.
    Example: "dc1a6812a14f6cc338cd084208535bcdcper"

  - `business_id` (string)
    The ID of the business resource of the customer whose account was closed.
    Example: "null"

  - `iban` (string)
    The IBAN of the account that was closed.
    Example: "DE87110101001000057123"


## Response 200 fields
