oxid-esales / stripe-module
Stripe Payment Module for Oxid 6
Installs: 1 533
Dependents: 0
Suggesters: 0
Security: 0
Stars: 15
Watchers: 10
Forks: 1
Type:oxideshop-module
Requires
- stripe/stripe-php: ^13
Conflicts
- oxid-esales/oxideshop-ce: <7.0
This package is auto-updated.
Last update: 2024-10-20 11:26:13 UTC
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-module
composer 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.