tnw/module-stripe
最新稳定版本:2.3.26
Composer 安装命令:
composer require tnw/module-stripe
包简介
Stripe Payments for Magento 2
README 文档
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
License
统计信息
- 总下载量: 7.98k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2018-11-03