PowerSync / TNW_Stripe

The Stripe integration from PowerSync is a fully PCI compliant solution, which allows merchants to accept payments in Magento through the use of their platform.
https://marketplace.magento.com/tnw-module-stripe.html
Open Software License 3.0
3 stars 4 forks source link
magento2-module payment payment-gateway stripe stripe-payments

Magento 2 Stripe Integration

Accept credit card payments through the Stripe payment gateway.

CircleCI

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

License

Open Software License v. 3.0