mage2pro / stripe

Stripe integration with Magento 2
https://upwork.com/fl/mage2pro
60 stars 7 forks source link
mage2pro mage2pro-module mage2pro-module-ready mage2pro-module-reusable mage2pro-payment magento2 magento2-extension magento2-module magento2-payment-gateway stripe

The module integrates Magento 2 with the Stripe payment service. The module is free and open source.

Screenshots

See also a showcase of the real clients usage.

1. Frontend. A simple payment form without saved bank cards

2. Frontend. Using a saved bank card

3. Frontend. Using a new bank card

4. Frontend. A multishipping checkout.

5. Backend. A payment's imformation

6. Backend. Choosing the payments currency

7. Backend. The extension's settings

8. Backend. A transaction's details

Demo videos

  1. Capture and Refund
  2. Preauthorization and Capture
  3. Preauthorization and Voiding
  4. Review and Accept / Deny
  5. Capture from a Stripe account
  6. Refund from a Stripe account
  7. Save and reuse bank cards
  8. Multishipping checkout

Who is using it?

stripe.mage2.pro/customers
See also a showcase of the real clients usage.

How to install

Hire me in Upwork, and I will:

Self-installation

bin/magento maintenance:enable
rm -f composer.lock
composer clear-cache
composer require mage2pro/stripe:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f en_US <additional locales>
bin/magento maintenance:disable

How to update

bin/magento maintenance:enable
composer remove mage2pro/stripe
rm -f composer.lock
composer clear-cache
composer require mage2pro/stripe:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f en_US <additional locales>
bin/magento maintenance:disable