aune-io/magento2-stripe 4.0.1

Stripe payments integration module for Magento 2

Type

magento2-module

License

OSL-3.0

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Magento 2 Stripe Payments

Stripe payments integration module for Magento 2.

Build Status Coverage Status Latest Stable Version Latest Unstable Version Total Downloads License

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

  1. Require the module via Composer
$ composer require aune-io/magento2-stripe
  1. Enable the module
$ bin/magento module:enable Aune_Stripe
$ bin/magento setup:upgrade
  1. Login to the admin
  2. Go to Stores > Configuration > Sales > Payment Methods > Aune - Stripe
  3. Enter your Stripe API Keys and set the payment method as active
  4. (Optional) Enable customer storing in Stripe or Vault to allow customers to reuse their payment methods

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. * 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

Author: - Renato Cason

License

Licensed under the Open Software License version 3.0