Skip to content

Plugin Configuration

Solution25 edited this page Jul 1, 2025 · 1 revision

Plugin Configuration

1. Access Plugin Settings

  • Go to Extensions > My Extensions.
  • Locate Cybersource Payment and click configure to open the plugin settings.

2. General Settings

Sales Channel

  • Select the sales channel(s) where you want Cybersource to be active.

Screenshot from 2025-04-18 14-06-54

Environment

  • You can switch to Production environment or not .

Screenshot from 2025-04-18 14-07-17

Live Account Keys

  • Enter the organization ID , access KEY and the share product Key

Screenshot from 2025-04-18 14-07-46

Sanbox Account Keys

  • Enter the organization ID , access KEY and the share product Key for the sandbox account keys.

Screenshot from 2025-04-18 14-58-37

Transaction Type

  • Choose between Auth Only or Auth & Capture.

Screenshot from 2025-04-18 14-08-39

Screenshot from 2025-04-18 14-08-56

3D Secure

  • You can enable 3ds.

Screenshot from 2025-04-18 14-09-13

3. Save Configuration

  • Click Save in the top-right corner to store your settings.

Webhook Usages

  • Webhooks will install automatically when you active the plugin.
  • Also you can manage webhooks using the command line interface (CLI) commands provided by the plugin. These commands allow you to create, read, update, and delete webhooks as needed.
bin/console cybersource:create-webhook
bin/console cybersource:read-webhook
bin/console cybersource:update-status-webhook --active=true
bin/console cybersource:delete-webhook

Clone this wiki locally