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.
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:
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:
- Go to Virto Commerce Platform and click Stores in the main menu.
- In the next blade, select your store.
- In the Store details blade, click on the Payment methods widget.
- In the next blade, select CyberSource payment method. It automatically appears in the list after the module is installed.
-
In the next blade, enable the CyberSource payment method and configure other settings (optionally):
-
Click Save in the toolbar to save the changes.
The CyberSource payment method has been enabled for your Store.