productInformation. selectedProducts. payments. cardProcessing. configurationInformation. configurations. features. cardNotPresent. processors.\[processorName\]. payouts. currencies.\[currency\]. serviceEnablementNumber {#prod-info-sel-prod-pay-card-proc-conf-feat-cnp-proc-payouts-curr-se-number}
=========================================================================================================================================================================================================================================================================================================

The service enablement number (SE number).  
A unique 10-digit number assigned by American Express to a merchant that accepts American Express cards that are provided by the acquiring bank. This number might be unique for each currency.

Syntax {#prod-info-sel-prod-pay-card-proc-conf-feat-cnp-proc-payouts-curr-se-number_Syntax}
-------------------------------------------------------------------------------------------

```
 {
  "productInformation": {
    "selectedProducts": {
      "payments": {
        "cardProcessing": {
          "configurationInformation": {
            "configurations": {
                "features": {
                  "cardNotPresent": {
                    "processors": [
                      "&lt;processor&gt;": {
                        "payouts": {
                          "currencies": [
                            "&lt;currency&gt;": {
                              "serviceEnablementNumber": "0123456789"
                           }
                         ]
                       }
                    ]
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}
```

* **\&lt;processor\&gt;**: The processor that is 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]+$
```

Specifications {#prod-info-sel-prod-pay-card-proc-conf-feat-cnp-proc-payouts-curr-se-number_section_klj_lkm_2yb}
----------------------------------------------------------------------------------------------------------------

* **Data Type:** String
* **Minimum Data Length:** 10
* **Minimum Data Length:** 10
  {#prod-info-sel-prod-pay-card-proc-conf-feat-cnp-proc-payouts-curr-se-number_ul_llj_lkm_2yb}

Mapping Information {#prod-info-sel-prod-pay-card-proc-conf-feat-cnp-proc-payouts-curr-se-number_section_mlj_lkm_2yb}
---------------------------------------------------------------------------------------------------------------------

**Boarding Registration Service API Field:** productInformation.selectedProducts.payments.cardPresentConnect.configurationInformation. configurations.features.cardNotPresent.processors.\[processorName\].payouts.currencies.\[currency\].serviceEnablementNumber  
**Product Enablement and Configuration Service API Field:** payments.cardPresentConnect.configurationInformation.configurations. features.cardNotPresent.processors.\[processorName\].payouts.currencies.\[currency\].serviceEnablementNumber
