tnw / module-stripe
Stripe Payments for Magento 2
Installs: 7 586
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 10
Forks: 4
Open Issues: 4
Type:magento2-module
Requires
- magento/framework: >100
- stripe/stripe-php: ^7
- tnw/marketing: ~2
- dev-master
- 2.3.26
- 2.3.25
- 2.3.24
- 2.3.23
- 2.3.22
- 2.3.21
- 2.3.20
- 2.3.19
- 2.3.18
- 2.3.17
- 2.3.16
- 2.3.15
- 2.3.14
- 2.3.13.1
- 2.3.13
- 2.3.11
- 2.3.10
- 2.3.9
- 2.3.8
- 2.3.7
- 2.3.6
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.2.9
- 2.2.8
- 2.2.7
- 2.2.6
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.1.13
- 2.1.12
- 2.1.11
- 2.1.9
- 2.1.6
- 2.1.5
- 1.1.3
- 1.1.0
- 1.0.3
- 1.0.1
- 1.0.0
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.1
- dev-TNW-2094
- dev-develop
- dev-PS-1864-3
- dev-FLFX-358
- dev-PS-1864-2
- dev-PS-1877
- dev-FOU-63
- dev-ci-cd
- dev-PS-1864
- dev-rel-2.3.20
- dev-PS-1831
- dev-TNW-877-fup6
- dev-TNW-877-fup5
- dev-TNW-877-fup4
- dev-TNW-877-fup3
- dev-TNW-877-fup2
- dev-TNW-877-fup
- dev-PS-1809
- dev-PS-1812
- dev-PS-1813
- dev-PS-1819
- dev-PS-1808
- dev-PS-1810
- dev-TNW-877
- dev-TNW-878
- dev-TNW-852
- dev-TNW-858
- dev-TNW-1747
- dev-MPOW-1111
- dev-MPOW-1095
- dev-TNW-118
- dev-TNW-830
- dev-TNW-493
- dev-FFSUP-337
- dev-TNW-741
- dev-FFSUP-452
- dev-FF-MS-00645
- dev-TNW-666
- dev-TNW-617
This package is auto-updated.
Last update: 2024-11-13 14:36:00 UTC
README
Accept credit card payments through the Stripe payment gateway.
- Supports Magento Instant Purchase for One Click Checkout
- Securely accept customer payments using the Stripe.js tokenization when collecting all payments.
- Provide customers option of storing payment information for future transactions.
- Stored customer card information can be used for orders created in the frontend or backend.
- Stored cards deleted by customer in Magento are also removed from the corresponding Stripe customer profile.
- New payments can be authorize or authorize and capture.
- Authorized payments can be captured online during invoice creation.
- Full and partial refund support when creating credit memos.
Installation
Composer
In your Magento 2 root directory run
composer require tnw/module-stripe
bin/magento setup:upgrade
Manual
The module can be installed without Composer by downloading the desired
release from https://github.com/tnw/module-stripe/releases and placing
the contents in app/code/TNW/Stripe/
The module depends on the Stripe PHP-SDK which should be added to your
project via composer by running composer require stripe/stripe-php:5.2.0
With the module files in place and the Stripe SDK installed,
run bin/magento setup:upgrade
Configuration
The configuration can be found in the Magento 2 admin panel under
Store->Configuration->Sales->Payment Methods->Stripe
Additonal Documentation
Integration with Stripe Gateway - Wiki