aimanecouissi / module-stripe-webhook-signature-bypass
Bypass signature checks for Stripe webhooks
Package info
github.com/aimanecouissi/magento2-module-stripe-webhook-signature-bypass
Type:magento2-module
pkg:composer/aimanecouissi/module-stripe-webhook-signature-bypass
Requires
- php: ^8.3
- magento/framework: 103.0.*
- stripe/stripe-payments: 4.4.*
README
Bypasses Stripe webhook signature verification during local webhook replay. The module also removes the Webhooks Unconfigured Admin notification used by the Stripe payment module.
Caution
This module is intended for development environments only and must never be enabled on a production store.
Installation
composer require --dev aimanecouissi/module-stripe-webhook-signature-bypass bin/magento module:enable AimaneCouissi_StripeWebhookSignatureBypass bin/magento setup:upgrade bin/magento cache:flush
Usage
During local webhook replay, Stripe webhook requests are accepted without a Stripe-Signature header, and the
Webhooks Unconfigured Admin notification is removed. The package is installed with --dev.
Uninstall
bin/magento module:disable AimaneCouissi_StripeWebhookSignatureBypass composer remove --dev aimanecouissi/module-stripe-webhook-signature-bypass bin/magento setup:upgrade bin/magento cache:flush
Changelog
See CHANGELOG for all recent changes.