mage2pro/stripe
Composer 安装命令:
composer require mage2pro/stripe
包简介
Stripe integration with Magento 2
关键字:
#
ecommerce
#
api
#
payment
#
stripe
#
ideal
#
ach
#
magento
#
bitcoin
#
credit card
#
payment gateway
#
sofort
#
alipay
#
3d secure
#
bancontact
#
Przelewy24
#
magento 2
#
refund
#
giropay
#
bank card
#
magento extension
#
payment integration
#
Payment authorization
#
p24
#
Apple Pay
#
wechat pay
#
Multishipping
#
SEPA Direct Debit
README 文档
README
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
- Capture and Refund
- Preauthorization and Capture
- Preauthorization and Voiding
- Review and Accept / Deny
- Capture from a Stripe account
- Refund from a Stripe account
- Save and reuse bank cards
- 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:
- install and configure the module properly on your website
- answer your questions
- solve compatiblity problems with third-party checkout, shipping, marketing modules
- implement new features you need
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
统计信息
- 总下载量: 5.32k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 59
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-27