aune-io / magento2-stripe
Stripe payments integration module for Magento 2
Installs: 3 738
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 6
Forks: 7
Open Issues: 1
Type:magento2-module
Requires
- php: ~7.1.0|~7.2.0|~7.3.0
- magento/framework: 102.0.*
- magento/module-backend: 101.0.*
- magento/module-checkout: 100.3.*
- magento/module-config: 101.1.*
- magento/module-directory: 100.3.*
- magento/module-payment: 100.3.*
- magento/module-quote: 101.1.*
- magento/module-sales: 102.0.*
- magento/module-ui: 101.1.*
- magento/module-vault: 101.1.*
- psr/log: 1.1.0
- stripe/stripe-php: ~7.14.2
Requires (Dev)
- php-coveralls/php-coveralls: ~2.1.0
- phpmd/phpmd: @stable
- phpunit/phpunit: ~6.5.13
- squizlabs/php_codesniffer: ~3.3.1
This package is auto-updated.
Last update: 2024-11-06 04:39:28 UTC
README
Stripe payments integration module for Magento 2.
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
- Require the module via Composer
$ composer require aune-io/magento2-stripe
- Enable the module
$ bin/magento module:enable Aune_Stripe $ bin/magento setup:upgrade
- Login to the admin
- Go to Stores > Configuration > Sales > Payment Methods > Aune - Stripe
- Enter your Stripe API Keys and set the payment method as active
- (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:
License
Licensed under the Open Software License version 3.0