PHPackages                             aimanecouissi/module-stripe-webhook-signature-bypass - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. aimanecouissi/module-stripe-webhook-signature-bypass

ActiveMagento2-module[Payment Processing](/categories/payments)

aimanecouissi/module-stripe-webhook-signature-bypass
====================================================

Bypass Stripe webhook signature verification for local testing

1.0.0(1mo ago)112↓50%1MITPHPPHP ^8.3

Since Apr 4Pushed 1mo agoCompare

[ Source](https://github.com/aimanecouissi/magento2-module-stripe-webhook-signature-bypass)[ Packagist](https://packagist.org/packages/aimanecouissi/module-stripe-webhook-signature-bypass)[ Docs](https://github.com/aimanecouissi/magento2-module-stripe-webhook-signature-bypass)[ RSS](/packages/aimanecouissi-module-stripe-webhook-signature-bypass/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

AimaneCouissi\_StripeWebhookSignatureBypass
===========================================

[](#aimanecouissi_stripewebhooksignaturebypass)

[![Latest Stable Version](https://camo.githubusercontent.com/181735dd0c2b26b6dddd6921222f7c1da6b416a63399fd2ceaf2d5b8040cae88/687474703a2f2f706f7365722e707567782e6f72672f61696d616e65636f75697373692f6d6f64756c652d7374726970652d776562686f6f6b2d7369676e61747572652d6279706173732f76)](https://packagist.org/packages/aimanecouissi/module-stripe-webhook-signature-bypass) [![Total Downloads](https://camo.githubusercontent.com/caed844ae24e3c49b1aadb1c17edb0837126499e7bb73ca140f796fad914e1c7/687474703a2f2f706f7365722e707567782e6f72672f61696d616e65636f75697373692f6d6f64756c652d7374726970652d776562686f6f6b2d7369676e61747572652d6279706173732f646f776e6c6f616473)](https://packagist.org/packages/aimanecouissi/module-stripe-webhook-signature-bypass) [![Magento Version Require](https://camo.githubusercontent.com/74ecda429948b3345d2960934aad51c814535a481ccec19e23d7ef1c72771464/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6167656e746f2d7e322e342e302d453638373138)](https://packagist.org/packages/aimanecouissi/module-stripe-webhook-signature-bypass) [![License](https://camo.githubusercontent.com/4d04de31ca0195c30f54f37116b91b262188c747d6b243482d5e4f1989984b9b/687474703a2f2f706f7365722e707567782e6f72672f61696d616e65636f75697373692f6d6f64756c652d7374726970652d776562686f6f6b2d7369676e61747572652d6279706173732f6c6963656e7365)](https://packagist.org/packages/aimanecouissi/module-stripe-webhook-signature-bypass) [![PHP Version Require](https://camo.githubusercontent.com/b4b1171db6dd130b36da05d1b0113ae5cd09f40a457869c39affe5c678dd6fe9/687474703a2f2f706f7365722e707567782e6f72672f61696d616e65636f75697373692f6d6f64756c652d7374726970652d776562686f6f6b2d7369676e61747572652d6279706173732f726571756972652f706870)](https://packagist.org/packages/aimanecouissi/module-stripe-webhook-signature-bypass)

Bypasses Stripe webhook signature verification to allow local testing against real event payloads when Stripe cannot reach your machine. Also suppresses the **Webhooks Unconfigured** admin notification to reduce noise during development.

Caution

This module is intended for development environments only and must never be enabled on a production store.

Installation
------------

[](#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
-----

[](#usage)

Make a test payment in Magento, then in the Stripe Dashboard open **Developers → Webhooks**, select your Magento endpoint (typically `/stripe/webhooks`), and locate the relevant event delivery. Copy the request JSON and POST it to your local webhook endpoint using Postman or `curl` with `Content-Type: application/json`. The request will be accepted without a `Stripe-Signature` header and processed as if it arrived directly from Stripe.

Uninstall
---------

[](#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
---------

[](#changelog)

See [CHANGELOG](CHANGELOG.md) for all recent changes.

License
-------

[](#license)

[MIT](LICENSE)

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance92

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~33 days

Total

2

Last Release

38d ago

PHP version history (2 changes)1.1.0PHP ~8.3.0||~8.4.0

1.0.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/355d6c90d36920c9ac79d58c7f959ae1dd258d39fbae7288ef4384ff9afe1505?d=identicon)[aimanecouissi](/maintainers/aimanecouissi)

---

Tags

magentomagento-extensionmagento-modulemagento2magento2-extensionmagento2-modulephpstripemagentodevelopmentwebhookmagento2adobe commerce

### Embed Badge

![Health badge](/badges/aimanecouissi-module-stripe-webhook-signature-bypass/health.svg)

```
[![Health](https://phpackages.com/badges/aimanecouissi-module-stripe-webhook-signature-bypass/health.svg)](https://phpackages.com/packages/aimanecouissi-module-stripe-webhook-signature-bypass)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
