aimanecouissi / module-stripe-metadata-store-view
Add Store View name to Stripe metadata
Package info
github.com/aimanecouissi/magento2-module-stripe-metadata-store-view
Type:magento2-module
pkg:composer/aimanecouissi/module-stripe-metadata-store-view
1.0.0
2026-04-30 21:34 UTC
Requires
- php: ^8.3
- magento/framework: 103.0.*
- stripe/stripe-payments: 4.4.*
README
Adds Magento store view metadata to Stripe PaymentIntents. The module includes the order's store view name in the Stripe metadata payload created for Magento orders.
Installation
composer require aimanecouissi/module-stripe-metadata-store-view bin/magento module:enable AimaneCouissi_StripeMetadataStoreView bin/magento setup:upgrade bin/magento cache:flush
Usage
When Stripe PaymentIntent metadata is built for an order, the module adds a Store View metadata entry containing the
Magento store view name. The metadata appears with the rest of the payment metadata in Stripe for payments created
through the Stripe module.
Uninstall
bin/magento module:disable AimaneCouissi_StripeMetadataStoreView composer remove aimanecouissi/module-stripe-metadata-store-view bin/magento setup:upgrade bin/magento cache:flush
Changelog
See CHANGELOG for all recent changes.