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.completedandcheckout.session.async_payment_succeededevents. - Configure a payment method to use the Stripe Checkout gateway.