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

Currencies available for processing by the specified processor.  
This field is available for these processors: `American Express Direct`, Barclays Merchant Services, `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.

Possible Values {#prod-info-sel-prod-pay-card-proc-conf-info-conf-comm-proc-curr-enbd_PossibleValues}
-----------------------------------------------------------------------------------------------------

* `true`
* `false`
  {#prod-info-sel-prod-pay-card-proc-conf-info-conf-comm-proc-curr-enbd_ul_owr_zg3_czb}

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

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

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

Specifications {#prod-info-sel-prod-pay-card-proc-conf-info-conf-comm-proc-curr-enbd_Specifications}
----------------------------------------------------------------------------------------------------

* **Data Type:** Boolean

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

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