productInformation. selectedProducts. payments. cardProcessing. configurationInformation. configurations. common. processors\[\]. paymentTypes\[\]. serviceEnablementNumber {#prod-info-sel-prod-pay-card-proc-conf-info-conf-comm-proc-pay-types-enbmnt-no}
============================================================================================================================================================================================================================================================

The service enablement number (SE Number).  
A unique ten-digit number assigned by American Express to a merchant that accepts American Express cards provided by the aquiring bank. This number may be unique for each currency.  
This field is available for the following processors: `American Express Direct`, `Barclays`, `China UnionPay`, `FDC Nashville Global`, `FDMS Nashville`, `TSYS Acquiring Solutions`, `Vero`, `Visa Platform Connect`.  
The following payment types can be used:

* **AMERICAN_EXPRESS**
* **DINERS_CLUB**
* **DISCOVER**
* **JCB**
* **MASTERCARD**
* **PIN_DEBIT**
* **VISA**

Syntax {#prod-info-sel-prod-pay-card-proc-conf-info-conf-comm-proc-pay-types-enbmnt-no_Syntax}
----------------------------------------------------------------------------------------------

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

* **\&lt;processor\&gt;**: The processor associated with the merchant account.
* **\&lt;paymentType\&gt;**: The card types that can be processed with the merchant account.

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

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

Specifications {#prod-info-sel-prod-pay-card-proc-conf-info-conf-comm-proc-pay-types-enbmnt-no_Specifications}
--------------------------------------------------------------------------------------------------------------

* **Data Type:** String

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

No corresponding fields..
