productInformation. selectedProducts. payments. cardProcessing. configurationInformation. configurations. features. cardNotPresent. processors.\[processorName\]. payouts. terminalId {#prod-info-sel-prod-pay-card-proc-conf-feat-cnp-proc-payouts-terminal-id}
================================================================================================================================================================================================================================================================

The terminal ID that is used with the payment processor.

Syntax {#prod-info-sel-prod-pay-card-proc-conf-feat-cnp-proc-payouts-terminal-id_Syntax}
----------------------------------------------------------------------------------------

```
 {
  "productInformation": {
    "selectedProducts": {
      "payments": {
        "cardProcessing": {
          "configurationInformation": {
            "configurations": {
              "common": {
                "features": {
                  "cardNotPresent": {
                    "processors": [
                      "&lt;processor&gt;": {
                        "payouts": {
                          "terminalId": "01234"
                        }
                      }
                    ]
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}
```

* **\&lt;processor\&gt;**: The processor that is associated with the merchant account.

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-terminal-id_section_klj_lkm_2yb}
-------------------------------------------------------------------------------------------------------------

* **Data Type:** String
* **Minimum Data Length:** 1
* **Maximum Data Length:** 255
  {#prod-info-sel-prod-pay-card-proc-conf-feat-cnp-proc-payouts-terminal-id_ul_llj_lkm_2yb}

Mapping Information {#prod-info-sel-prod-pay-card-proc-conf-feat-cnp-proc-payouts-terminal-id_section_mlj_lkm_2yb}
------------------------------------------------------------------------------------------------------------------

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