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

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

This package is auto-updated.

Last update: 2024-11-15 15:41:40 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.