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

Merchant business name.  
This name is displayed on the cardholder's statement. When you include more than one consecutive space, extra spaces are removed. When used with Payer Authentication, this field is the company's name as it appears to the customer in the issuing bank's authentication form. This value overrides the value specified by the merchant bank.  
This field is available for these processors: `American Express Direct` (required), `Elavon Americas`, `RuPay`, and `TSYS Acquiring Solutions`.

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

```
 {
  "productInformation": {
    "selectedProducts": {
      "payments": {
        "cardProcessing": {
          "configurationInformation": {
            "configurations": {
              "common": {
                "merchantDescriptorInformation": {
                  "name": "Merchant Name"
                }
              }
            }
          }
        }
      }
    }
  }
}
```

The syntax must conform to this regular expression:

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

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

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

* **Data Type:** String
* **Minimum Data Length:**1
* **Maximum Data Length:** 38
  {#prod-info-sel-prod-pay-card-proc-conf-comm-merchdesc-name_ul_jbt_lrw_fyb}

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

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