offline / oc-mall-stripe-checkout-plugin
Stripe Checkout for Mall
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Open Issues: 0
Type:october-plugin
Requires
- composer/installers: ~1.0
- stripe/stripe-php: ^v16.1.0
README
This plugin provides a Stripe Checkout payment gateway for Mall.
Installation
- 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.