PHPackages                             paradoxlabs/cybersource - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. paradoxlabs/cybersource

ActiveMagento2-module[Payment Processing](/categories/payments)

paradoxlabs/cybersource
=======================

CyberSource payment method for Magento 2.x by ParadoxLabs

2.0.2(4mo ago)418.9k↓10.7%2Apache-2.0PHP

Since Mar 20Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/ParadoxLabs-Inc/cybersource)[ Packagist](https://packagist.org/packages/paradoxlabs/cybersource)[ GitHub Sponsors](https://github.com/ParadoxLabs-Inc)[ RSS](/packages/paradoxlabs-cybersource/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (1)Versions (21)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/51b368c88ede7b08323941e1666d15fe7e7de0bc00d5ec1b5a27ec8a82c42fd5/68747470733a2f2f706f7365722e707567782e6f72672f70617261646f786c6162732f6379626572736f757263652f762f737461626c65)](https://packagist.org/packages/paradoxlabs/cybersource)[![License](https://camo.githubusercontent.com/bb8660c119827c5455378e47e91e94d68b1bd34238084fb2af986c973b28b7d9/68747470733a2f2f706f7365722e707567782e6f72672f70617261646f786c6162732f6379626572736f757263652f6c6963656e7365)](https://packagist.org/packages/paradoxlabs/cybersource)[![Total Downloads](https://camo.githubusercontent.com/866412af9fba06046fbd6688fbb6575dc0a9550976336b6f5ad20d55287f5f46/68747470733a2f2f706f7365722e707567782e6f72672f70617261646f786c6162732f6379626572736f757263652f646f776e6c6f616473)](https://packagist.org/packages/paradoxlabs/cybersource)

 [![ParadoxLabs](https://camo.githubusercontent.com/af1f038264a6bb0ccd5beb9729ccd90aa75c6343817916aaa98f57aa1ff4a969/68747470733a2f2f70617261646f786c6162732e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032302f30322f706c2d6c6f676f2d63616e76612d322e706e67)](https://www.paradoxlabs.com)

[CyberSource](https://cybersource.com/), a subsidiary of Visa Inc., is a premier global payment gateway dedicated to servicing ecommerce businesses like yours. CyberSource specializes in enterprise payment services, with fraud and security solutions that connect merchants and payment processors worldwide. CyberSource offers payment acceptance in more than 190 countries, and processes over $400 billion in transactions per year. Their Decision Manager fraud protection suite supports over 300 metrics, including address and IP geolocation.

CyberSource is a paid service, and will charge monthly and per-transaction fees separate from this extension. CyberSource does not publish their fee structures; costs will vary by your contract, features, and payment processor. Please [contact CyberSource](https://www.cybersource.com/en-us/contact-us/sales.html) for more information.

This extension brings CyberSource’s enterprise payment services to Magento 2. This includes enhanced fraud services (Decision Manager), secure payment forms (Secure Acceptance Hosted Checkout), 3D Secure 2 card authentication (Payer Authentication), and extensive stored card functionality (Token Management Services). This gives you and your customers the convenience of stored credit cards, with all the security and protection of CyberSource services.

For full product details, please [visit our website](https://store.paradoxlabs.com/magento2-cybersource-payment-method.html).

Requirements
============

[](#requirements)

- Magento 2.3 or 2.4 including 2.4.8 (or equivalent version of Adobe Commerce, Adobe Commerce Cloud, or Mage-OS)
- PHP 7.3, 7.4, 8.0, 8.1, 8.2, 8.3, or 8.4
- composer 1 or 2

Features
========

[](#features)

- Pay by credit card
- Save credit cards (tokens) for reuse
- PCI SAQ A eligibility: CyberSource collects all credit card data for you
- Add, edit, and delete saved payment data
- Edit orders and reorder without having to ask the customer for CC info again
- Authorize, Capture, or Save CC Info (without charging) at time of checkout
- Capture funds even after the authorization expires
- Partially invoice orders (including reauthorization on partial invoice)
- Partially refund (online credit memo)
- Send billing address, shipping address, and line items with transactions
- Card Verification Number (CVN) Validation
- Address Verification (AVS)
- Account Updater card updates
- Advanced fraud protection (Decision Manager or Fraud Management Essentials)
- 3D Secure 2 card authentication on standard checkout
- Integrate your systems with Magento REST and GraphQL API support
- Use a different CyberSource account for each website (multi-website support)
- Supports ParadoxLabs [Adaptive Subscriptions](https://store.paradoxlabs.com/magento2-subscriptions-recurring-billing.html) extension

Installation and Usage
======================

[](#installation-and-usage)

In SSH at your Magento base directory, run:

```
composer require paradoxlabs/cybersource
php bin/magento module:enable ParadoxLabs_CyberSource ParadoxLabs_TokenBase
php bin/magento setup:upgrade

```

**Before proceeding: [Contact CyberSource](https://www.cybersource.com/en-us/contact-us/sales.html) to sign up for merchant account if you don’t have one already. You will need to go through the account setup and activation process before you can accept real payments.**

Open your Admin Panel and go to **Stores &gt; Settings &gt; Configuration &gt; Sales &gt; Payment Methods**. If the extension installed correctly, you will see a new setting section near the bottom titled **CyberSource**.

Configuring the CyberSource payment method is a bit of a process: There are four separate APIs involved that you need to generate or share the API credentials for. [Please see the User Manual for setup instructions.](https://store.paradoxlabs.com/media/wysiwyg/ParadoxLabs-CyberSource-M2-user-manual.pdf)

Applying Updates
----------------

[](#applying-updates)

In SSH at your Magento base directory, run:

```
composer update paradoxlabs/cybersource
php bin/magento setup:upgrade

```

These commands will download and apply any available updates to the module.

If you have any integrations or custom functionality based on this extension, we strongly recommend testing to ensure they are not affected.

**If you have modified the template or JS files in any theme**, be sure to update them to match any changes in the extension. Failing to do this may result in errors during checkout or card management.

Changelog
=========

[](#changelog)

Please see [CHANGELOG.md](https://github.com/ParadoxLabs-Inc/cybersource/blob/master/CHANGELOG.md).

Support
=======

[](#support)

This module is provided free and without support of any kind. You may report issues you've found in the module, and we will address them as we are able, but **no support will be provided here.**

**DO NOT include any API keys, credentials, or customer-identifying in issues, pull requests, or comments. Any personally identifying information will be deleted on sight.**

If you need personal support services, please [buy an extension support plan from ParadoxLabs](https://store.paradoxlabs.com/support-renewal.html), then open a ticket at [support.paradoxlabs.com](https://support.paradoxlabs.com).

Contributing
============

[](#contributing)

Please feel free to submit pull requests with any contributions. We welcome and appreciate your support, and will acknowledge contributors.

This module is maintained by ParadoxLabs, a Magento solutions provider. We make no guarantee of accepting contributions, especially any that introduce architectural changes.

License
=======

[](#license)

This module is licensed under [APACHE LICENSE, VERSION 2.0](https://github.com/ParadoxLabs-Inc/cybersource/blob/master/LICENSE).

###  Health Score

50

—

FairBetter than 96% of packages

Maintenance76

Regular maintenance activity

Popularity31

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 95.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~112 days

Recently: every ~179 days

Total

20

Last Release

132d ago

Major Versions

1.5.0 → 2.0.02025-01-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/43e2fbb61f37743720bef47bbc3c688729ecf3fd1ffe199bb577a106a619747f?d=identicon)[ryan-paradoxlabs](/maintainers/ryan-paradoxlabs)

---

Top Contributors

[![rhoerr](https://avatars.githubusercontent.com/u/13335952?v=4)](https://github.com/rhoerr "rhoerr (155 commits)")[![Larke12](https://avatars.githubusercontent.com/u/6708276?v=4)](https://github.com/Larke12 "Larke12 (6 commits)")[![melindash](https://avatars.githubusercontent.com/u/11895784?v=4)](https://github.com/melindash "melindash (1 commits)")

---

Tags

cybersourceextensionmagentomagento2-modulepaymentpayment-integrationpaymentcybersourcetokenization

### Embed Badge

![Health badge](/badges/paradoxlabs-cybersource/health.svg)

```
[![Health](https://phpackages.com/badges/paradoxlabs-cybersource/health.svg)](https://phpackages.com/packages/paradoxlabs-cybersource)
```

###  Alternatives

[cybersource/rest-client-php

Client SDK for CyberSource REST APIs

39881.3k6](/packages/cybersource-rest-client-php)[paradoxlabs/authnetcim

Authorize.Net CIM payment method for Magento 2.x by Paradox Labs

14153.4k1](/packages/paradoxlabs-authnetcim)[dioscouri/omnipay-cybersource

Cybersource support for Omnipay payment processing library

1153.4k1](/packages/dioscouri-omnipay-cybersource)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
