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

The Terminal ID (TID) used for your payments processor. Depending on the processor and payment acceptance type, this field may also be the default Terminal ID used for card-present and virtual terminal transactions. This field is available for these processors: `FDC Nashville Global`, `Elavon Americas`, `Visa Platform Connect`, and `RuPay`.

Syntax {#prod-info-sel-prod-pay-card-proc-conf-info-conf-comm-proc-curr-term-id_Syntax}
---------------------------------------------------------------------------------------

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

* **\&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-term-id_Specifications}
-------------------------------------------------------------------------------------------------------

* **Data Type:** String
* **Minimum Data Length:** 1
* **Maximum Data Length:** 255
  {#prod-info-sel-prod-pay-card-proc-conf-info-conf-comm-proc-curr-term-id_ul_blr_hxq_dyb}

Mapping Information {#prod-info-sel-prod-pay-card-proc-conf-info-conf-comm-proc-curr-term-id_Mapping}
-----------------------------------------------------------------------------------------------------

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