tnw / module-stripe
Stripe支付模块,适用于Magento 2
2.3.26
2023-04-29 19:21 UTC
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-09-13 14:11:23 UTC
README
通过Stripe支付网关接受信用卡支付。
- 支持 Magento Instant Purchase 一键结账功能。
- 在收集所有支付时,使用 Stripe.js 去除化接受客户支付,以保障安全。
- 提供客户选择存储支付信息以便未来交易。
- 存储的客户卡片信息可用于前端或后端创建的订单。
- 客户在Magento中删除的存储卡片也将从相应的Stripe客户资料中删除。
- 新的支付可以授权或授权并捕获。
- 在创建发票时可以在线捕获授权的支付。
- 在创建贷项单时支持全额和部分退款。
安装
Composer
在您的 Magento 2 根目录下运行
composer require tnw/module-stripe
bin/magento setup:upgrade
手动
可以通过从 https://github.com/tnw/module-stripe/releases 下载所需版本,并将其内容放置在 app/code/TNW/Stripe/
中,不使用Composer安装模块。
该模块依赖于Stripe PHP-SDK,应通过Composer添加到项目中,运行 composer require stripe/stripe-php:5.2.0
。在放置模块文件并安装Stripe SDK后,运行 bin/magento setup:upgrade
配置
配置可以在 Magento 2 管理面板的以下位置找到
商店->配置->销售->支付方式->Stripe