REST API

productInformation. selectedProducts. payments. cardProcessing. configurationInformation. configurations. common. processors.[processorName]. paymentTypes.[paymentType]. enabled

Enables the specified payment type.

Possible Values

Possible payment type values:
American Express Direct
:
  • AMERICAN_EXPRESS
  • JCB
Barclays HISO
:
  • CUP
  • DINERS_CLUB
  • DISCOVER
  • JCB
  • MAESTRO_INTERNATIONAL
  • MASTERCARD
  • SWITCH_SOLO
  • VISA
  • VISA_ELECTRON
Barclays Merchant Services
:
  • DINERS_CLUB
  • DISCOVER
  • JCB
  • MAESTRO_INTERNATIONAL
  • MASTERCARD
  • SWITCH_SOLO
  • VISA
Possible values for each payment type:
  • true
  • false

Syntax

{ "productInformation": { "selectedProducts": { "payments": { "cardProcessing": { "configurationInformation": { "configurations": { "common": { "processors": [ "<processor>": { "paymentType": [ "<paymentType>": { "enabled": "true" } ] } ] } } } } } } } }
  • <processor>
    : The processor that is associated with the merchant account.
  • <paymentType>
    : The card types that can be processed with the merchant account.

Specifications

  • Data Type:
    Boolean

Mapping Information

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