Skip to content
Last update: February 13, 2025

Integration with CyberSource

The CyberSource module integrates CyberSource payment solutions with your Virto Commerce platform.

It enables secure and seamless payment processing, using CyberSource's Flex Microform technology for enhanced user experience and PCI compliance. This module is designed for businesses seeking to integrate a robust and scalable payment gateway into their e-commerce platform.

Source code

Latest release

Key features

  • CyberSource-based payment methods like Card Payment, 3D Secure, Visa Click to Pay, Google Pay, eCheck, and Apple Pay.
  • Tokenization to create, update, and delete a card token.
  • Authorization and capture of a payment.
  • Refunding a payment back to the merchant.
  • (Coming Soon) Manual capture of a payment.
  • (Coming Soon) Synchronization of payments to track missing and fraudulent transactions based on merchant decisions.

Setup

To integrate CyberSource with Virto Commerce for secure payment processing:

  1. Configure appsettings.json
  2. Configure Platform

Configure appsettings.json

Configure the appsettings.json file as follows:

Node Sample value Description
MerchantId "demo_1729579220" Your CyberSource merchant ID.
MerchantKeyId "2eb27f6a-0000-0000-8f24-455a4d406e8a" Your CyberSource key ID.
MerchantSecretKey "8fCe4aZDNCcxjkJDGvmJS/LibE=" Your CyberSource secret key.

Example

appsettings.json
"Payments": {
    "CyberSource": {
        "MerchantId": "demo_1729579220",
        "MerchantKeyId": "2eb27f6a-0000-0000-8f24-455a4d406e8a",
        "MerchantSecretKey": "8fCe4aZDNCcxjkJDGvmJS/LibE="
    }
}

Configure Platform

To setup Virto Commerce Platform:

  1. Go to Virto Commerce Platform and click Stores in the main menu.
  2. In the next blade, select your store.
  3. In the Store details blade, click on the Payment methods widget.
  4. In the next blade, select CyberSource payment method. It automatically appears in the list after the module is installed.
  5. In the next blade, enable the CyberSource payment method and configure other settings (optionally):

    Back office 2

  6. Click Save in the toolbar to save the changes.

The CyberSource payment method has been enabled for your Store.