# Close a PAN effective immediately
source: https://developer.mastercard.com/account-catalog-services/documentation/testing/pan-registration-bau-depricated/closing-a-pan/scenario14/index.md

## Effective for setting a specific date for PAN to close status and given this PAN will be removed from the registry as part of the closing {#effective-for-setting-a-specific-date-for-pan-to-close-status-and-given-this-pan-will-be-removed-from-the-registry-as-part-of-the-closing}

### Account Catalog Services API Request {#account-catalog-services-api-request}

* `requestId`: "request13"
* authorization: "reqKey"

* JSON

```JSON
{
  "accountIdentifier": "XXXXXXXXXXXXXXXX",
  "accountIndicator": "PRIMARY_ACCOUNT_NUMBER",
  "accountLevelManagementServiceProperties": {
    "accountIdentifierStatus": "C"
  }
}
```

### Account Catalog Services API Response {#account-catalog-services-api-response}

* `requestId`: "request13"

* JSON

```JSON
{
  "accountIdentifier": "XXXXXXXXXXXXXXXX",
  "accountIndicator": "PRIMARY_ACCOUNT_NUMBER",
  "accountLevelManagementServiceResult": {
    "responseIndicator": "ACCEPTED",
    "responseType": "INTERIM",
    "accountIdentifierStatus": "C",
    "accountCategoryCode": "",
    "almServiceCode": "00126",
    "almServiceProductCode": "MCW",
    "almServiceProductClass": "XXX",
    "almServiceRateType": "XXX"
  }
}
```

### Account Catalog Services detail response API {#account-catalog-services-detail-response-api}

* `requestId`: "request13"
* authorization: "respKey"

* JSON

```JSON
{
  "accountIdentifier": "XXXXXXXXXXXXXXXX",
  "accountIndicator": "PRIMARY_ACCOUNT_NUMBER",
  "accountLevelManagementServiceResult": {
    "responseIndicator": "ACCEPTED",
    "responseType": "FINAL",
    "accountIdentifierStatus": "C",
    "accountCategoryCode": "",
    "almServiceCode": "00126",
    "almServiceProductCode": "MCW",
    "almServiceProductClass": "XXX",
    "almServiceRateType": "XXX",
    "actionCodes": [
      "A0000102",
      "A0000108"
    ],
    "serviceClassificationCodes": [
      "PRGR"
    ]
  }
}
```

### Account Catalog Services detail response API Acknowledgment {#account-catalog-services-detail-response-api-acknowledgment}

* `requestId`: "request13"

* JSON

```JSON
{
  "message": " Request has been accepted successfully."
}
```

