productInformation. selectedProducts. payments. cardProcessing. configurationInformation. configurations. features. cardPresent. processors.\[processorName\]. defaultPointOfSaleTerminalId {#prod-info-sel-prod-pay-card-proc-conf-info-conf-feat-cp-proc-def-pos-term-id}
===========================================================================================================================================================================================================================================================================

Default terminal ID used with card-present transactions.  
This field is available for these processors: `American Express Direct`, `Chase Paymentech Solutions`, and `Visa Platform Connect`.

Syntax {#prod-info-sel-prod-pay-card-proc-conf-info-conf-feat-cp-proc-def-pos-term-id_Syntax}
---------------------------------------------------------------------------------------------

```
{
  "productInformation": {
    "selectedProducts": {
      "payments": {
        "cardProcessing": {
          "configurationInformation": {
            "configurations": {
              "features": {
                "cardPresent":{
                  "processors": [
                    "&lt;processor&gt;": {
                      "defaultPointOfSaleTerminalId": "terminal"
                    }
                  ]
                }
              }
            }
          }
        }
      }
    }
  }
}
```

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

The field's value must conform to the following regular expression format:

```
^[0-9a-zA-Z]+$
```

Specifications {#prod-info-sel-prod-pay-card-proc-conf-info-conf-feat-cp-proc-def-pos-term-id_Specifications}
-------------------------------------------------------------------------------------------------------------

* **Data Type:** String
* **Minimum Field Length:** 1
* **Maximum Field Length:** 8

Mapping Information {#prod-info-sel-prod-pay-card-proc-conf-info-conf-feat-cp-proc-def-pos-term-id_Mapping}
-----------------------------------------------------------------------------------------------------------

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