The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1090 Modules
617 Ready
473 Need Help
🏆 Leaderboard
Actively Maintained v1.0.0

Stripe Metadata Store View

aimanecouissi/module-stripe-metadata-store-view

Adds the Magento store view name to the metadata of Stripe PaymentIntents created for orders, making it easy to identify which store view a payment originated from in the Stripe dashboard.

0
Downloads
0
GitHub Stars
2mo ago
Last Release
0
Open Issues
Build Issues
0/3 checks passed

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
PHPStan

Tested on Magento 2.4.9

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.0.0 on Magento 2.4.9
Jun 1, 2026

Looking for Contributors

Composer installation fails. Your contribution could help the entire Magento community!

Contribute

Share This Module's Status

Stripe Metadata Store View Magento compatibility status badge

README

Loaded from GitHub

AimaneCouissi_StripeMetadataStoreView

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.

License

MIT

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.