# Replace a Registered PAN
source: https://developer.mastercard.com/account-catalog-services/documentation/testing/pan-registration-bau-depricated/replacing-a-pan/scenario6/index.md

## Submitting a PAN Replacement Card For a Registered PAN {#submitting-a-pan-replacement-card-for-a-registered-pan}

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

* `requestId`: "request5"
* authorization: "reqKey"

* JSON

```JSON
{
  "accountIdentifier": "XXXXXXXXXXXXXXXX",
  "accountIndicator": "PRIMARY_ACCOUNT_NUMBER",
  "accountIdentifierExpirationDate": "0126",
  "replacedAccountIdentifier": "XXXXXXXXXXXXXXXXXXX",
  "replacedAccountIdentifierExpirationDate": "1224",
  "accountLevelManagementServiceProperties": {
    "accountIdentifierStatus": "A",
    "rewardsProgramId": "MCC001"
  }
}
```

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

* `requestId`: "request5"

* JSON

```JSON
{
  "accountIdentifier": "XXXXXXXXXXXXXXXX",
  "accountIndicator": "PRIMARY_ACCOUNT_NUMBER",
  "accountIdentifierExpirationDate": "0126",
  "replacedAccountIdentifier": "XXXXXXXXXXXXXXXXXXX",
  "replacedAccountIdentifierExpirationDate": "1224",
  "accountLevelManagementServiceResult": {
    "responseIndicator": "ACCEPTED",
    "responseType": "INTERIM",
    "accountIdentifierStatus": "A",
    "rewardsProgramId": "MCC001",
    "accountCategoryCode": "B",
    "almServiceCode": "00616",
    "almServiceProductCode": "MCW",
    "almServiceProductClass": "MCW",
    "almServiceRateType": "10"
  }
}
```

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

* `requestId`: "request5"
* authorization: "respKey"

* JSON

```JSON
{
  "accountIdentifier": "XXXXXXXXXXXXXXXX",
  "accountIndicator": "PRIMARY_ACCOUNT_NUMBER",
  "accountIdentifierExpirationDate": "0126",
  "replacedAccountIdentifier": "XXXXXXXXXXXXXXXXXXX",
  "replacedAccountIdentifierExpirationDate": "1224",
  "accountLevelManagementServiceResult": {
    "responseIndicator": "ACCEPTED",
    "responseType": "FINAL",
    "accountIdentifierStatus": "A",
    "rewardsProgramId": "MCC001",
    "accountCategoryCode": "B",
    "almServiceCode": "00616",
    "almServiceProductCode": "MCW",
    "almServiceProductClass": "MCW",
    "almServiceRateType": "10",
    "actionCodes": [
      "A0000100",
      "A0000108",
      "A0000112",
      "A0000118",
      "A0000131"
    ],
    "serviceClassificationCodes": [
      "PRS1",
      "PRRS",
      "PRS1",
      "PRS1",
      "PRS1"
    ]
  }
}
```

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

* `requestId`: "request5"

* JSON

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

