定制 aimanecouissi/module-stripe-webhook-signature-bypass 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

aimanecouissi/module-stripe-webhook-signature-bypass

最新稳定版本:1.1.0

Composer 安装命令:

composer require aimanecouissi/module-stripe-webhook-signature-bypass

包简介

Allow local testing of Stripe webhooks by bypassing signature verification

README 文档

README

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

Allows local testing of Stripe webhooks by bypassing signature verification, so you can replay real webhook payloads against your Magento endpoint when Stripe can’t reach your machine. Also suppresses the Stripe admin notification "Webhooks Unconfigured" to reduce noise during development. Development use only — do not enable in production.

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

Make a test payment in Magento. In the Stripe Dashboard, open Developers → Webhooks, select your Magento endpoint (typically /stripe/webhooks), and locate the relevant Event delivery. Copy the request JSON, then POST it to your local webhook endpoint (e.g., https://your.local/stripe/webhooks) using Postman or curl with Content-Type: application/json. With this module enabled, the request is accepted even without the Stripe-Signature header and the event is processed as if it arrived from Stripe.

Uninstall

bin/magento module:disable AimaneCouissi_StripeWebhookSignatureBypass
composer remove --dev aimanecouissi/module-stripe-webhook-signature-bypass
bin/magento setup:upgrade
bin/magento cache:flush

License

MIT

统计信息

  • 总下载量: 1
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-09-14