productInformation. selectedProducts. payments. cardProcessing. configurationInformation. configurations. common. processors.\[processorName\]. paymentTypes.\[paymentType\]. currencies.\[currency\]. serviceEnablementNumber {#prod-info-sel-prod-pay-card-proc-conf-info-conf-comm-proc-pay-types-curr-svc-en-no}
====================================================================================================================================================================================================================================================================================================================

Service enablement number (SE Number) is a unique 10-digit number assigned by American Express to a merchant that accepts American Express cards. This number may be unique for each currency depending on how the processor is set up for the merchant.

Syntax {#prod-info-sel-prod-pay-card-proc-conf-info-conf-comm-proc-pay-types-curr-svc-en-no_Syntax}
---------------------------------------------------------------------------------------------------

```
 {
  "productInformation": {
    "selectedProducts": {
      "payments": {
        "cardProcessing": {
          "configurationInformation": {
            "configurations": {
              "common": {
                "processors": [
                  "&lt;processor&gt;": {
                    "paymentTypes": [
                      "&lt;paymentType&gt;": {
                        "currencies": [
                          "&lt;currency&gt;": {
                            "serviceEnablementNumber": "0123456789"
                          }
                        ]
                      }
                    ]
                  }
                ]
              }
            }
          }
        }
      }
    }
  }
}
```

* **\&lt;processor\&gt;**: The processor that is associated with the merchant account.
* **\&lt;paymentType\&gt;**: The payment type associated with the merchant account.
* **\&lt;currency\&gt;**: The currency that is supported by the merchant.

The value of this field must conform to this regular expression:

```
^[0-9]+$
```

{#prod-info-sel-prod-pay-card-proc-conf-info-conf-comm-proc-pay-types-curr-svc-en-no_codeblock_rng_dnv_jzb}

Specifications {#prod-info-sel-prod-pay-card-proc-conf-info-conf-comm-proc-pay-types-curr-svc-en-no_Specifications}
-------------------------------------------------------------------------------------------------------------------

* **Data Type:** String
* **Data Length:** 10
  {#prod-info-sel-prod-pay-card-proc-conf-info-conf-comm-proc-pay-types-curr-svc-en-no_ul_sgv_jzq_dyb}

Mapping Information {#prod-info-sel-prod-pay-card-proc-conf-info-conf-comm-proc-pay-types-curr-svc-en-no_Mapping}
-----------------------------------------------------------------------------------------------------------------

**Boarding Registration Service API Field:** productInformation.selectedProducts.payments.cardProcessing.configurationInformation. configurations.common.processors.\[processorName\].paymentTypes.\[paymentType\].currencies.\[currency\].serviceEnablementNumber  
**Product Enablement and Configuration Service API Field:** payments.cardProcessing.configurationInformation.configurations.common. processors.\[processorName\].paymentTypes.\[paymentType\].currencies.\[currency\].serviceEnablementNumber
