oxid-esales/stripe-module

Stripe Payment Module for Oxid 6

Installs: 506

Dependents: 0

Suggesters: 0

Security: 0

Stars: 14

Watchers: 12

Forks: 1

Type:oxideshop-module

v2.0.2 2024-02-09 08:58 UTC

This package is auto-updated.

Last update: 2024-04-09 09:17:00 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.