productInformation. selectedProducts. payments. cardProcessing. configurationInformation. configurations. common. merchantDescriptorInformation. city {#prod-info-sel-prod-pay-card-proc-conf-comm-merchdesc-city}
==================================================================================================================================================================================================================

City for the merchant business location. This value might be displayed on the cardholder's statement.  
This field is available for these processors: `American Express Direct`, `Elavon Americas`, `RuPay`, and `TSYS Acquiring Solutions`.

Syntax {#prod-info-sel-prod-pay-card-proc-conf-comm-merchdesc-city_Syntax}
--------------------------------------------------------------------------

```
{
  "productInformation": {
    "selectedProducts": {
      "payments": {
        "cardProcessing": {
          "configurationInformation": {
            "configurations": {
              "common": {
                "merchantDescriptorInformation": {
                  "city": "Boston"
                }
              }
            }
          }
        }
      }
    }
  }
}
```

**`American Express Direct` and `RuPay`:** The syntax must conform to this regular expression:

```
^[0-9a-zA-Z\s]+$
```

**`TSYS Acquiring Solutions`:** The syntax must conform to this regular expression:

```
%5E%5B0-9a-zA-Z%5D%2B%24
```

Specifications {#prod-info-sel-prod-pay-card-proc-conf-comm-merchdesc-city_Specifications}
------------------------------------------------------------------------------------------

* **Data Type:** String
* **Minimum Data Length:**
  * **`Elavon Americas`:** 0
  * **All other processors:** 1
    {#prod-info-sel-prod-pay-card-proc-conf-comm-merchdesc-city_ul_n55_y3r_fyb}
* **Maximum Data Length:**
  * **`American Express Direct`:** 21
  * **All other processors:** 13
    {#prod-info-sel-prod-pay-card-proc-conf-comm-merchdesc-city_ul_o55_y3r_fyb}
    {#prod-info-sel-prod-pay-card-proc-conf-comm-merchdesc-city_ul_m55_y3r_fyb}

Mapping Information {#prod-info-sel-prod-pay-card-proc-conf-comm-merchdesc-city_Mapping}
----------------------------------------------------------------------------------------

**Boarding Registration Service API Field:** productInformation.selectedProducts.payments.cardPresentConnect.configurationInformation. configurations.common.merchantDescriptorInformation.city  
**Product Enablement and Configuration Service API Field:** payments.cardPresentConnect.configurationInformation.configurations. common.merchantDescriptorInformation.city
