PHPackages                             paradoxlabs/authnetcim - 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/authnetcim

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

paradoxlabs/authnetcim
======================

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

5.2.0(4mo ago)14153.4k↑18.6%4[1 issues](https://github.com/ParadoxLabs-Inc/authnetcim/issues)1Apache-2.0PHP

Since Jul 22Pushed 4mo ago3 watchersCompare

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

READMEChangelog (10)Dependencies (1)Versions (48)Used By (1)

[![Latest Stable Version](https://camo.githubusercontent.com/a01912c90473e10fba86e10e0e80619f2063415bc20f5d6e4831f5ba819defa0/68747470733a2f2f706f7365722e707567782e6f72672f70617261646f786c6162732f617574686e657463696d2f762f737461626c65)](https://packagist.org/packages/paradoxlabs/authnetcim)[![License](https://camo.githubusercontent.com/bab49030406c3e8a7544da5647a72013106a93674b983f283849179bcbaec4b6/68747470733a2f2f706f7365722e707567782e6f72672f70617261646f786c6162732f617574686e657463696d2f6c6963656e7365)](https://packagist.org/packages/paradoxlabs/authnetcim)[![Total Downloads](https://camo.githubusercontent.com/b3d99512eb5aab061432c00750913cfa5e554b930197e513b93347bed4af3fa7/68747470733a2f2f706f7365722e707567782e6f72672f70617261646f786c6162732f617574686e657463696d2f646f776e6c6f616473)](https://packagist.org/packages/paradoxlabs/authnetcim)

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

Authorize.net is one of the world's largest payment gateways, serving over 400,000 merchants. Their services allow you to accept payment from your customers, by credit card or eCheck, straight from your website. You must have an Authorize.net account to use this extension (account fees will vary).

This extension brings Authorize.net's [Customer Information Manager (CIM)](https://support.authorize.net/s/article/What-Is-the-Customer-Information-Manager-CIM) service to Magento 2. Authorize.net CIM takes payment processing to a whole new level, by allowing your customers to store their payment info on Authorize.net's secure servers. This gives you and your customers the convenience of stored credit cards, with all the security of Authorize.net. It also allows us to give you many advanced features that most payment methods aren't capable of.

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

Don't have an Authorize.net account yet? [Sign up now](http://reseller.authorize.net/application/?resellerId=24716)

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

[](#requirements)

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

Features
========

[](#features)

- Pay by credit card or ACH (eCheck)
- Save credit cards (tokens) for reuse
- 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 shipping address and line items to Authorize.net
- Require CCV code when adding a card, or with every purchase
- Validate billing address with Address Verification (AVS)
- Update stored cards automatically with Account Updater
- Protect against fraud with Advanced Fraud Detection Suite (AFDS) and hold-for-review
- Integrate your systems thanks to Magento API support
- Use a different Authorize.net account for each website (multi-store 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/authnetcim
php bin/magento module:enable ParadoxLabs_Authnetcim ParadoxLabs_TokenBase
php bin/magento setup:upgrade

```

**Before proceeding: Sign up for an [Authorize.net merchant account](https://ems.authorize.net/oap/home.aspx?SalesRepID=98&ResellerID=24716) if you have not done so, and ensure your account has Customer Information Manager (CIM) enabled.**

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 **Authorize.net CIM**. Enter your **API Login ID** and **Transaction Key** as found in your Authorize.net account, and complete the rest of the settings. Once you're done, click **Save Config** to save the changes.

After saving, if the API connection is working properly, the 'API Test Results' setting will display "Authorize.net CIM connected successfully." in green.

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

[](#applying-updates)

In SSH at your Magento base directory, run:

```
composer update paradoxlabs/authnetcim
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/authnetcim/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/authnetcim/blob/master/LICENSE).

###  Health Score

57

—

FairBetter than 98% of packages

Maintenance75

Regular maintenance activity

Popularity42

Moderate usage in the ecosystem

Community18

Small or concentrated contributor base

Maturity76

Established project with proven stability

 Bus Factor1

Top contributor holds 90.4% 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 ~84 days

Recently: every ~116 days

Total

42

Last Release

132d ago

Major Versions

3.1.4 → 4.0.02017-09-11

4.5.3 → 5.0.02023-12-07

### 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 (254 commits)")[![Larke12](https://avatars.githubusercontent.com/u/6708276?v=4)](https://github.com/Larke12 "Larke12 (23 commits)")[![melindash](https://avatars.githubusercontent.com/u/11895784?v=4)](https://github.com/melindash "melindash (2 commits)")[![callum-zero1](https://avatars.githubusercontent.com/u/22055276?v=4)](https://github.com/callum-zero1 "callum-zero1 (1 commits)")[![kraken-chris](https://avatars.githubusercontent.com/u/116098137?v=4)](https://github.com/kraken-chris "kraken-chris (1 commits)")

---

Tags

authorize-netauthorizenetextensionmagentomagento2-modulepaymentpayment-integrationpaymentauthorize.nettokenization

### Embed Badge

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

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

###  Alternatives

[payum/payum

One million downloads of Payum already! Payum offers everything you need to work with payments. Friendly for all PHP frameworks (Symfony, Laravel, Laminas, Yii, Silex). Check more visiting site.

1.9k6.6M21](/packages/payum-payum)[payum/payum-bundle

One million downloads of Payum already! Payum offers everything you need to work with payments. Check more visiting site.

59510.3M40](/packages/payum-payum-bundle)[authorizenet/authorizenet

Official PHP SDK for Authorize.Net

4729.6M46](/packages/authorizenet-authorizenet)[omnipay/authorizenet

Authorize.Net gateway for the Omnipay payment processing library

602.5M7](/packages/omnipay-authorizenet)[commerceguys/authnet

PHP SDK for Authorize.Net API, using Guzzle.

20462.4k](/packages/commerceguys-authnet)[academe/omnipay-authorizenetapi

Authorize.Net payment gateway driver for the Omnipay 3.x payment processing library

15716.8k](/packages/academe-omnipay-authorizenetapi)

PHPackages © 2026

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