# Linking a PAN With a Group ID
source: https://developer.mastercard.com/account-catalog-services/documentation/testing/pan-registration-bau-depricated/pan-registration-modification/scenario13/index.md

## Linking a PAN with a Group ID of Active Cards {#linking-a-pan-with-a-group-id-of-active-cards}

Note: Active cards must be valid World Elite cards.

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

* `requestId`: "request12"
* authorization: "reqKey"

* JSON

```JSON
{
  "accountIdentifier": "XXXXXXXXXXXXXXXX",
  "accountIndicator": "PRIMARY_ACCOUNT_NUMBER",
  "accountIdentifierExpirationDate": "0126",
  "accountLevelManagementServiceProperties": {
    "accountIdentifierStatus": "A",
    "groupId": "GROUP1"
  }
}
```

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

* `requestId`: "request12"

* JSON

```JSON
{
  "accountIdentifier": "XXXXXXXXXXXXXXXX",
  "accountIndicator": "PRIMARY_ACCOUNT_NUMBER",
  "accountIdentifierExpirationDate": "0126",
  "accountLevelManagementServiceResult": {
    "responseIndicator": "ACCEPTED",
    "responseType": "INTERIM",
    "accountIdentifierStatus": "A",
    "groupId": "GROUP1",
    "almServiceCode": "00616",
    "almServiceProductCode": "MCW",
    "almServiceProductClass": "MCW",
    "almServiceRateType": "10"
  }
}
```

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

* `requestId`: "request12"
* authorization: "respKey"

* JSON

```JSON
{
  "accountIdentifier": "XXXXXXXXXXXXXXXX",
  "accountIndicator": "PRIMARY_ACCOUNT_NUMBER",
  "accountIdentifierExpirationDate": "0126",
  "accountLevelManagementServiceResult": {
    "responseIndicator": "ACCEPTED",
    "responseType": "FINAL",
    "accountIdentifierStatus": "A",
    "groupId": "GROUP1",
    "almServiceCode": "00616",
    "almServiceProductCode": "MCW",
    "almServiceProductClass": "MCW",
    "almServiceRateType": "10",
    "actionCodes": [
      "A0000133",
      "A0000145"
    ],
    "serviceClassificationCodes": [
      "WESF",
      "WESF"
    ]
  }
}
```

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

* `requestId`: "request12"

* JSON

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

