# Replace a Registered PAN in PGP, and add a future close date to the newly issued PAN
source: https://developer.mastercard.com/account-catalog-services/documentation/testing/pan-registration-bau-depricated/product-graduating-a-pan/replace-a-registered-pan/index.md

## Removing a PAN from Product Graduation Plus Registered with a Small Business Product Code {#removing-a-pan-from-product-graduation-plus-registered-with-a-small-business-product-code}

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

* `requestId`: "request20"
* authorization: "reqKey"

* JSON

```JSON
{
  "accountIdentifier": "XXXXXXXXXXXXXXXX",
  "accountIndicator": "PRIMARY_ACCOUNT_NUMBER",
  "replacedAccountIdentifier": "5555XXXXXXXX9999",
  "accountLevelManagementServiceProperties": {
    "accountIdentifierStatus": "A",
    "accountIdentifierClosedDate": "20251231",
    "productGraduationProductCode": "MWE"
  }
}
```

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

* `requestId`: "request20"

* JSON

```JSON
{
  "accountIdentifier": "XXXXXXXXXXXXXXXX",
  "accountIndicator": "PRIMARY_ACCOUNT_NUMBER",
  "replacedAccountIdentifier": "5555XXXXXXXX9999",
  "accountLevelManagementServiceResult": {
    "responseIndicator": "ACCEPTED",
    "responseType": "INTERIM",
    "accountIdentifierStatus": "A",
    "accountIdentifierClosedDate": "20251231",
    "productGraduationProductCode": "MWE",
    "accountCategoryCode": "P",
    "almServiceCode": "00616",
    "almServiceProductCode": "MWE",
    "almServiceProductClass": "MWE",
    "almServiceRateType": "XXX"
  }
}
```

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

* `requestId`: "request20"
* authorization: "respKey"

* JSON

```JSON
{
  "accountIdentifier": "XXXXXXXXXXXXXXXX",
  "accountIndicator": "PRIMARY_ACCOUNT_NUMBER",
  "replacedAccountIdentifier": "5555XXXXXXXX9999",
  "accountLevelManagementServiceResult": {
    "responseIndicator": "ACCEPTED",
    "responseType": "FINAL",
    "accountIdentifierStatus": "A",
    "accountIdentifierClosedDate": "20251231",
    "productGraduationProductCode": "MWE",
    "accountCategoryCode": "P",
    "almServiceCode": "00616",
    "almServiceProductCode": "MCW",
    "almServiceProductClass": "MCW",
    "almServiceRateType": "10",
    "actionCodes": [
      "A0000111"
    ],
    "serviceClassificationCodes": [
      "PRGR",
      "PRGR"
    ]
  }
}
```

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

* `requestId`: "request20"

* JSON

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

