PHPackages                             aune-io/magento2-stripe - 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. aune-io/magento2-stripe

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

aune-io/magento2-stripe
=======================

Stripe payments integration module for Magento 2

4.0.1(6y ago)143.7k7[1 issues](https://github.com/aune-io/magento2-stripe/issues)OSL-3.0PHPPHP ~7.1.0|~7.2.0|~7.3.0CI failing

Since Sep 2Pushed 6y ago4 watchersCompare

[ Source](https://github.com/aune-io/magento2-stripe)[ Packagist](https://packagist.org/packages/aune-io/magento2-stripe)[ RSS](/packages/aune-io-magento2-stripe/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (10)Dependencies (16)Versions (19)Used By (0)

Magento 2 Stripe Payments
=========================

[](#magento-2-stripe-payments)

Stripe payments integration module for Magento 2.

[![Build Status](https://camo.githubusercontent.com/c85dd9b1d329c2485755c7d6b036ea1ac0a7c21f12c0e6ff71a7817ed5022c98/68747470733a2f2f7472617669732d63692e6f72672f61756e652d696f2f6d6167656e746f322d7374726970652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/aune-io/magento2-stripe)[![Coverage Status](https://camo.githubusercontent.com/55f9356870aa90a3f7b772a2c8a9d9837f7a3b6d1f9652c17cfde201676e9ba7/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f61756e652d696f2f6d6167656e746f322d7374726970652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/aune-io/magento2-stripe?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/98734b95ffb22ef2b19c99a0b80eca8719de82ba73da894398701a61b32491cb/68747470733a2f2f706f7365722e707567782e6f72672f61756e652d696f2f6d6167656e746f322d7374726970652f762f737461626c65)](https://packagist.org/packages/aune-io/magento2-stripe)[![Latest Unstable Version](https://camo.githubusercontent.com/a076ca13b1bc47465fcfc2c7382b437141b9129fe88c3cda48eb29bdf43a035a/68747470733a2f2f706f7365722e707567782e6f72672f61756e652d696f2f6d6167656e746f322d7374726970652f762f756e737461626c65)](https://packagist.org/packages/aune-io/magento2-stripe)[![Total Downloads](https://camo.githubusercontent.com/81285848cca0e065640b45c0cd85f05a9c1ea9da55c6240b29af85ff579e9e7a/68747470733a2f2f706f7365722e707567782e6f72672f61756e652d696f2f6d6167656e746f322d7374726970652f646f776e6c6f616473)](https://packagist.org/packages/aune-io/magento2-stripe)[![License](https://camo.githubusercontent.com/5fa419cb4a72b60b953d97351e5d3cbe8d88b0652a82e4a4277600e25ccfb8f4/68747470733a2f2f706f7365722e707567782e6f72672f61756e652d696f2f6d6167656e746f322d7374726970652f6c6963656e7365)](https://packagist.org/packages/aune-io/magento2-stripe)

System requirements
-------------------

[](#system-requirements)

This extension supports the following versions of Magento:

- Community Edition (CE) versions 2.1.x, 2.2.x and 2.3.x
- Enterprise Edition (EE) versions 2.1.x, 2.2.x and 2.3.x

Installation
------------

[](#installation)

1. Require the module via Composer

```
$ composer require aune-io/magento2-stripe
```

2. Enable the module

```
$ bin/magento module:enable Aune_Stripe
$ bin/magento setup:upgrade
```

3. Login to the admin
4. Go to Stores &gt; Configuration &gt; Sales &gt; Payment Methods &gt; Aune - Stripe
5. Enter your Stripe API Keys and set the payment method as active
6. (Optional) Enable customer storing in Stripe or Vault to allow customers to reuse their payment methods

SCA
---

[](#sca)

Version 4 of the extension supports SCA with the following warnings:

- vaulting it's not backward compatibile: previous versions of the extension used the source id as gateway token, version 4 uses the payment method id. If you are upgrading, you can either empty the vault or write a script to change the gateway token.
- partial capture will refund the remaining amount: this is due to how capturing a payment intent works, see the official documentation [here](https://stripe.com/docs/api/payment_intents/capture#capture_payment_intent-amount_to_capture).
- payment intent confermation is done on the frontend: it is strongly reccommended to use *Authorize* as *Payment Action* and capture payments when generating the Magento invoice, to avoid having captured transaction without orders in case of timeouts or server errors.

Authors, contributors and maintainers
-------------------------------------

[](#authors-contributors-and-maintainers)

Author:

- [Renato Cason](https://github.com/renatocason)

License
-------

[](#license)

Licensed under the Open Software License version 3.0

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~78 days

Recently: every ~96 days

Total

12

Last Release

2367d ago

Major Versions

1.1.1 → 2.0.02017-10-01

1.1.2 → 2.1.02018-10-03

2.1.0 → 3.0.02018-12-17

2.1.1 → 3.0.12019-11-27

3.0.1 → 4.0.02020-01-05

PHP version history (4 changes)1.0.0PHP ~7.0.0

2.0.1PHP ~7.0.0|~7.1.0

3.0.0PHP ~7.1.0|~7.2.0

3.0.1PHP ~7.1.0|~7.2.0|~7.3.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/73ef335b0adb3d09260814815de5236712b71ecc71d16775922f484358e7c345?d=identicon)[renatocason](/maintainers/renatocason)

---

Top Contributors

[![renatocason](https://avatars.githubusercontent.com/u/7037728?v=4)](https://github.com/renatocason "renatocason (35 commits)")

---

Tags

magento2magento2-extensionmagento2-modulemagento2-payment-gatewaystripestripe-payments

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/aune-io-magento2-stripe/health.svg)

```
[![Health](https://phpackages.com/badges/aune-io-magento2-stripe/health.svg)](https://phpackages.com/packages/aune-io-magento2-stripe)
```

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1121.8M12](/packages/mollie-magento2)[buckaroo/magento2

Buckaroo Magento 2 extension

32414.8k7](/packages/buckaroo-magento2)[amzn/amazon-pay-magento-2-module

Official Magento2 Plugin to integrate with Amazon Pay

108521.2k1](/packages/amzn-amazon-pay-magento-2-module)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68353.9k](/packages/run-as-root-magento2-prometheus-exporter)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50390.4k20](/packages/dotdigital-dotdigital-magento2-extension)[pagbank/payment-magento

PagBank - Payment for Magento and Adobe

2130.2k7](/packages/pagbank-payment-magento)

PHPackages © 2026

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