# Register PAN for ENVL and PGP
source: https://developer.mastercard.com/account-catalog-services/documentation/testing/pan-registration-bau-depricated/product-graduating-a-pan/scenario9/index.md

## Registering a PAN For Enhanced Value and Product Graduation Plus {#registering-a-pan-for-enhanced-value-and-product-graduation-plus}

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

* `requestId`: "request8"
* authorization: "reqKey"

* JSON

```JSON
{
  "accountIdentifier": "XXXXXXXXXXXXXXXX",
  "accountIndicator": "PRIMARY_ACCOUNT_NUMBER",
  "accountIdentifierExpirationDate": "0126",
  "accountLevelManagementServiceProperties": {
    "accountIdentifierStatus": "A",
    "productGraduationProductCode": "MCC",
    "rewardsProgramId": "MCC001"
  }
}
```

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

* `requestId`: "request8"

* JSON

```JSON
{
  "accountIdentifier": "XXXXXXXXXXXXXXXX",
  "accountIndicator": "PRIMARY_ACCOUNT_NUMBER",
  "accountIdentifierExpirationDate": "0126",
  "accountLevelManagementServiceResult": {
    "responseIndicator": "ACCEPTED",
    "responseType": "INTERIM",
    "accountIdentifierStatus": "A",
    "productGraduationProductCode": "MCC",
    "rewardsProgramId": "MCC001",
    "accountCategoryCode": "M",
    "almServiceCode": "00616",
    "almServiceProductCode": "MCW",
    "almServiceProductClass": "MCW",
    "almServiceRateType": "10"
  }
}
```

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

* `requestId`: "request8"
* authorization: "respKey"

* JSON

```JSON
{
  "accountIdentifier": "XXXXXXXXXXXXXXXX",
  "accountIndicator": "PRIMARY_ACCOUNT_NUMBER",
  "accountIdentifierExpirationDate": "0126",
  "accountLevelManagementServiceResult": {
    "responseIndicator": "ACCEPTED",
    "responseType": "FINAL",
    "accountIdentifierStatus": "A",
    "productGraduationProductCode": "MCC",
    "rewardsProgramId": "MCC001",
    "accountCategoryCode": "M",
    "almServiceCode": "00616",
    "almServiceProductCode": "MCW",
    "almServiceProductClass": "MCW",
    "almServiceRateType": "10",
    "actionCodes": [
      "A0000100",
      "A0000118",
      "A0000100",
      "A0000125"
    ],
    "serviceClassificationCodes": [
      "ENVL",
      "ENVL",
      "PRGR",
      "PRGR"
    ]
  }
}
```

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

* `requestId`: "request8"

* JSON

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

