Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 575 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 575 Bytes

Stripe Checkout for Mall

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.