REST API

productInformation. selectedProducts. payments. cardProcessing. configurationInformation. configurations. common. processors.[processorName]. currencies.[currency]. enabled

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

  • true
  • false

Syntax

{ "productInformation": { "selectedProducts": { "payments": { "cardProcessing": { "configurationInformation": { "configurations": { "common": { "processors": [ "<processor>": { "currencies": [ "<currency>": { "enabled": "true" } ] } ] } } } } } } } }
  • <processor>
    : The processor that is associated with the merchant account.
  • <currency>
    : The currency that is supported by the merchant.

Specifications

  • Data Type:
    Boolean

Mapping Information

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