Type
magento2-module
Stripe payments integration module for Magento 2
magento2-module
OSL-3.0
None
None
None
None
None
Stripe payments integration module for Magento 2.
This extension supports the following versions of Magento:
$ composer require aune-io/magento2-stripe
$ bin/magento module:enable Aune_Stripe
$ bin/magento setup:upgrade
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.
Author: - Renato Cason
Licensed under the Open Software License version 3.0