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

The service enablement number (SE number).  
A unique ten-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.  
This field is available for these processors: `American Express Direct`, `Barclays`, `China UnionPay`, `FDC Nashville Global`, `FDMS Nashville`, `TSYS Acquiring Solutions`, `Vero`, and `Visa Platform Connect`.  
For card-not-present applications, you may enable multiple currencies. For card-present-only applications, only one currency can be processed by the ready terminal.  
For `China UnionPay`, `eftpos`, and `Visa Platform Connect` processors, use the actual processor name in each request.

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

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

* **\&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-info-conf-comm-proc-curr-svc-en-no_Specifications}
---------------------------------------------------------------------------------------------------------

* **Data Type:** String
* **Minimum Data Length:** 10
* **Maximum Data Length:** 10

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

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