offline/oc-mall-stripe-checkout-plugin

There is no license information available for the latest version (v1.0.2) of this package.

Stripe Checkout for Mall

Maintainers

Package info

github.com/OFFLINE-GmbH/oc-mall-stripe-checkout-plugin

Type:october-plugin

pkg:composer/offline/oc-mall-stripe-checkout-plugin

Statistics

Installs: 63

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

v1.0.2 2024-10-15 15:29 UTC

This package is auto-updated.

Last update: 2026-03-15 18:26:38 UTC


README

This plugin provides a Stripe Checkout payment gateway for Mall.

Installation

  1. Install the plugin via Composer:
composer require offline/oc-mall-stripe-checkout-plugin
  1. Set your Stripe API key and Webhook secret in the Mall settings.
  2. Configure a webhook in your Stripe dashboard with the target URL https://your-site.com/mall/webhooks/stripe-checkout. Subscribe to the checkout.session.completed and checkout.session.async_payment_succeeded events.
  3. Configure a payment method to use the Stripe Checkout gateway.