# PAN Replacement
source: https://developer.mastercard.com/account-catalog-services/documentation/testing/pan-registration-bau/alm-pan/19-pan-replacement/index.md

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

* `requestId`: "request6"
* authorization: "reqKey"

* JSON

```JSON
{
  "accountIdentifier": "5XXXXXXXXX0087",
  "accountIndicator": "PRIMARY_ACCOUNT_NUMBER",
  "replacedAccountIdentifier": "5XXXXXXXXX3586",
  "accountLevelManagementServiceProperties": {
    "accountIdentifierStatus": "A"
  }
}
```

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

* `requestId`: "request6"

* JSON

```JSON
{
  "accountIdentifier": "5XXXXXXXXX0087",
  "accountIndicator": "PRIMARY_ACCOUNT_NUMBER",
  "replacedAccountIdentifier": "5XXXXXXXXX3586",
  "accountLevelManagementServiceResult": {
    "responseIndicator": "ACCEPTED",
    "responseType": "INTERIM",
    "accountIdentifierStatus": "A",
    "accountCategoryCode": "B",
    "actionCodes": [],
    "rejectCodes": [],
    "almServiceCode": "00402",
    "almServiceProductCode": "",
    "almServiceProductClass": "XXX",
    "almServiceRateType": "XXX"
  }
}
```

