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