aimanecouissi/module-stripe-webhook-signature-bypass

Bypass signature checks for Stripe webhooks

Maintainers

Package info

github.com/aimanecouissi/magento2-module-stripe-webhook-signature-bypass

Type:magento2-module

pkg:composer/aimanecouissi/module-stripe-webhook-signature-bypass

Statistics

Installs: 12

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.0 2026-04-30 21:34 UTC

This package is auto-updated.

Last update: 2026-04-30 21:34:47 UTC


README

Latest Stable Version Total Downloads Magento Version License PHP Version Require

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.

License

MIT