oxid-esales/stripe-module
最新稳定版本:v2.0.5
Composer 安装命令:
composer require oxid-esales/stripe-module
包简介
Stripe Payment Module for Oxid 6
README 文档
README
Installation
-
Open a shell and change to the root directory of the store (where the composer.json file is located).
Example:
cd /var/www/oxideshop/ -
Execute the following command:
composer require oxid-esales/stripe-modulecomposer require stripe/stripe-php
Activation
You have two options to activate the module:
-
via Shell:
vendor/bin/oe-console oe:module:install source/modules/osc/stripe
vendor/bin/oe-console oe:module:activate stripe -
via Admin:
Navigate to : Admin > Extensions > Modules > Stripe Payment > Klick "activate"
Configuration
To use the module after activation :
Navigate to : Admin > Extensions > Modules > Stripe Payment > Settings
- Basic configuration :
- Set up the operation mode
- Use the according OnBoarding Button to connect to Stripe and fill automatically the token/ public key fields.
- Fill the Private Key field(s) to allow the mandatory creation of Webhook. Here you have to enter the connected account private key, not the onboarding main token.
Save config at that point.
-
Webhooks :
- Use the button "Create Webhooks" to generate a webhook and register it in the config.
-
Status Mapping, Cronjob and other unmentioned configuration are optional and self-explanatory.
Payment methods can be then activated as any other Oxid payment method.
统计信息
- 总下载量: 5.62k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 16
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2023-10-17