CyberSource Payment Gateway Adapter Properties

Set the CyberSource Payment Gateway Adapter properties in /opt/mtx/conf/payment-service.yaml.

CyberSource Payment Gateway Adapter Properties describes the CyberSource Payment Gateway Adapter properties.
Table 1. CyberSource Payment Gateway Adapter Properties
Property Name Description Default Value Required
merchantId This is the CyberSource merchant ID. - Yes
live This flag indicates whether you are connecting to the Live CyberSource environment. Only set this value to true when you want to make actual payments. FALSE No
currency This is the ISO currency code for the payment. This should match the currency configured in the CyberSource merchant account. USD No
keydir This is the directory where you saved the CyberSource key file. The file must be named with the merchant ID and a p12 file extension. /opt/mtx/conf/cybersource No
logdir This is the directory where the CyberSource log file is created. /var/log/mtx No
logFilename This is the name of the CyberSource log file. cybersource.log No
apiVersion This is the target version of the CyberSource API. 1.148 No
payment:
  gateway:
    #CyberSource Payment Gateway
    cybersource:
      configs:
        default:
          merchantId: '12345'
          currency: 'GBP'
          logdir: '/tmp/cybersource'
          keydir: '${user.home}/keys/cybersource'
          custom: 'xxx'